Interface CmsCxAware
-
public interface CmsCxAwareInterface for cms objects that are aware of their personalization data
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContainerSourceId()java.lang.StringgetCxActionCode()java.lang.StringgetCxContainerType()java.lang.StringgetCxContainerUid()java.lang.StringgetCxCustomizationCode()java.lang.StringgetCxVariationCode()
-
-
-
Method Detail
-
getCxContainerUid
java.lang.String getCxContainerUid()
-
getCxContainerType
java.lang.String getCxContainerType()
-
getCxActionCode
java.lang.String getCxActionCode()
-
getCxCustomizationCode
java.lang.String getCxCustomizationCode()
-
getCxVariationCode
java.lang.String getCxVariationCode()
-
getContainerSourceId
java.lang.String getContainerSourceId()
-
-