public class CmsFunctionReference extends java.lang.Object implements I_CmsConfigurationObject<CmsFunctionReference>
DEFAULT_ORDER| Constructor and Description |
|---|
CmsFunctionReference(java.lang.String name,
CmsUUID structureId,
CmsUUID functionDefaultPageId,
int order)
Creates a new function reference.
|
| Modifier and Type | Method and Description |
|---|---|
CmsUUID |
getFunctionDefaultPageId()
Returns the function default page id.
|
java.lang.String |
getKey()
The name of the configuration object.
|
java.lang.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.
|
public CmsFunctionReference(java.lang.String name, CmsUUID structureId, CmsUUID functionDefaultPageId, int order)
name - the name of the function referencestructureId - the structure id of the functionfunctionDefaultPageId - the function default page idorder - the number used for sorting the function referencespublic CmsUUID getFunctionDefaultPageId()
public java.lang.String getKey()
I_CmsConfigurationObjectThis name should be unique for each single configuration
getKey in interface I_CmsConfigurationObject<CmsFunctionReference>I_CmsConfigurationObject.getKey()public java.lang.String getName()
public int getOrder()
public CmsUUID getStructureId()
public boolean isDisabled()
I_CmsConfigurationObjectisDisabled in interface I_CmsConfigurationObject<CmsFunctionReference>I_CmsConfigurationObject.isDisabled()public CmsFunctionReference merge(CmsFunctionReference child)
I_CmsConfigurationObjectmerge in interface I_CmsConfigurationObject<CmsFunctionReference>child - the child configuration objectI_CmsConfigurationObject.merge(org.opencms.ade.configuration.I_CmsConfigurationObject)