public class TermConditionRegistry extends java.lang.Object implements Registry, ItemUpdate
TermCondition
objects.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright statement.
|
static java.lang.String |
REGISTRY_NAME
The name of this registry.
|
Modifier and Type | Method and Description |
---|---|
static TermConditionRegistry |
getInstance()
This method returns the
TermConditionRegistry instance. |
TermConditionAccessBean |
getTermCondition(java.lang.Long anTermConditionId)
This method returns the
TermConditionAccessBean with the specified term and condition
identifier. |
void |
initialize()
This method initializes this registry.
|
void |
refresh()
This method refreshes this registry.
|
void |
update(java.lang.String astrAction,
java.lang.String astrKey)
This method updates the
TermConditionAccessBean with the specified term and condition
identifier. |
public static final java.lang.String COPYRIGHT
public static final java.lang.String REGISTRY_NAME
public static TermConditionRegistry getInstance()
TermConditionRegistry
instance.TermConditionRegistry
instance.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
TermConditionAccessBean
with the specified term and condition
identifier.anTermConditionId
- The TermCondition
identifier.TermConditionAccessBean
, or null if it is not found.ECException
public void update(java.lang.String astrAction, java.lang.String astrKey) throws java.lang.Exception
TermConditionAccessBean
with the specified term and condition
identifier.update
in interface ItemUpdate
astrAction
- This parameter is ignored.astrKey
- The TermCondition
identifier.java.lang.Exception