|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.ade.configuration.CmsFunctionReference
public class CmsFunctionReference
Bean for representing a named dynamic function reference from the configuration.
Field Summary |
---|
Fields inherited from interface org.opencms.ade.configuration.I_CmsConfigurationObject |
---|
DEFAULT_ORDER |
Constructor Summary | |
---|---|
CmsFunctionReference(String name,
CmsUUID structureId,
int order)
Creates a new function reference. |
Method Summary | |
---|---|
String |
getKey()
The name of the configuration object. |
String |
getName()
Returns the name of the function reference. |
int |
getOrder()
The order information for sorting the function references. |
CmsUUID |
getStructureId()
Returns the structure id of the dynamic function resource. |
boolean |
isDisabled()
If true, this configuration object will disable an inherited configuration object of the same name. |
CmsFunctionReference |
merge(CmsFunctionReference child)
Merges this configuration object with a child configuration object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsFunctionReference(String name, CmsUUID structureId, int order)
name
- the name of the function referencestructureId
- the structure id of the functionorder
- the number used for sorting the function referencesMethod Detail |
---|
public String getKey()
I_CmsConfigurationObject
This name should be unique for each single configuration
getKey
in interface I_CmsConfigurationObject<CmsFunctionReference>
I_CmsConfigurationObject.getKey()
public String getName()
public int getOrder()
public CmsUUID getStructureId()
public boolean isDisabled()
I_CmsConfigurationObject
isDisabled
in interface I_CmsConfigurationObject<CmsFunctionReference>
I_CmsConfigurationObject.isDisabled()
public CmsFunctionReference merge(CmsFunctionReference child)
I_CmsConfigurationObject
merge
in interface I_CmsConfigurationObject<CmsFunctionReference>
child
- the child configuration object
I_CmsConfigurationObject.merge(org.opencms.ade.configuration.I_CmsConfigurationObject)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |