|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.Impl.Extensions.AbstractExtendable
org.LexGrid.LexBIG.Impl.loaders.postprocessor.AbstractIsActiveSettingPostProcessor
public abstract class AbstractIsActiveSettingPostProcessor
The Class AbstractIsActiveSettingPostProcessor.
Constructor Summary | |
---|---|
AbstractIsActiveSettingPostProcessor()
|
Method Summary | |
---|---|
protected abstract java.lang.Boolean |
getNewIsActive(Entity entity)
Gets the new isActive value. |
int |
getPageSize()
Gets the page size. |
void |
register()
Register. |
void |
runPostProcess(AbsoluteCodingSchemeVersionReference reference)
|
void |
setPageSize(int pageSize)
Sets the page size. |
protected abstract boolean |
shouldIsActiveBeUpdated(Entity entity)
Should is isActive flag be be updated. |
Methods inherited from class org.LexGrid.LexBIG.Impl.Extensions.AbstractExtendable |
---|
buildExtensionDescription, getDescription, getExtensionDescription, getName, getProvider, getVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.LexGrid.LexBIG.Extensions.Load.postprocessor.LoaderPostProcessor |
---|
runPostProcess |
Methods inherited from interface org.LexGrid.LexBIG.Extensions.Extendable |
---|
getDescription, getName, getProvider, getVersion |
Constructor Detail |
---|
public AbstractIsActiveSettingPostProcessor()
Method Detail |
---|
public void register() throws LBParameterException, LBException
LBParameterException
- the LB parameter exception
LBException
- the LB exceptionpublic void runPostProcess(AbsoluteCodingSchemeVersionReference reference)
protected abstract boolean shouldIsActiveBeUpdated(Entity entity)
entity
- the entity
protected abstract java.lang.Boolean getNewIsActive(Entity entity)
entity
- the entity
public int getPageSize()
public void setPageSize(int pageSize)
pageSize
- the new page size
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |