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 Registryjava.lang.ExceptionRegistry.initialize()public void refresh()
throws java.lang.Exception
refresh in interface Registryjava.lang.ExceptionRegistry.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.ECExceptionpublic 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 ItemUpdateastrAction - This parameter is ignored.astrKey - The TermCondition identifier.java.lang.Exception