java.lang.Object | +--com.ibm.commerce.registry.TermConditionRegistry
This registry caches TermConditions.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright statement. |
static java.lang.String |
REGISTRY_NAME The name of this registry. |
Method Summary | |
---|---|
static
TermConditionRegistry |
getInstance() Returns the TermConditionRegistry instance. |
TermConditionAccessBean |
getTermCondition(java.lang.Long anTermConditionId) Returns the TermConditionAccessBean with the specified term and condition identifier. |
void |
initialize() Initializes this registry. |
void |
refresh() Refreshes this registry. |
void |
update(java.lang.String astrAction,
java.lang.String astrKey) Updates the TermConditionAccessBean with the specified term and condition identifer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String REGISTRY_NAME
Method Detail |
---|
public static TermConditionRegistry getInstance()
public void initialize() throws java.lang.Exception
initialize
in interface
Registry
java.lang.Exception
Registry.initialize()
public void refresh() throws java.lang.Exception
refresh
in interface
Registry
java.lang.Exception
Registry.refresh()
public TermConditionAccessBean getTermCondition(java.lang.Long anTermConditionId) throws ECException
anTermConditionId
- The TermCondition identifierECException
public void update(java.lang.String astrAction, java.lang.String astrKey) throws java.lang.Exception
update
in interface
ItemUpdate
astrAction
- ignored.astrKey
- The TermCondition identifierjava.lang.Exception