public class CmsRestrictionActionDefinitionModel extends BTGOutputActionDefinitionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
INVERTED
Generated constant - Attribute key of
CmsRestrictionActionDefinition.inverted attribute defined at extension btg. |
static java.lang.String |
SEGMENTRESTRICTIONS
Generated constant - Attribute key of
CmsRestrictionActionDefinition.segmentRestrictions attribute defined at extension btg. |
CATALOGVERSION, UID_BTGSEGMENTTOABSTRACTACTIONSRELATION, CODE, SEGMENT, SEGMENTPOS, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CmsRestrictionActionDefinitionModel()
Generated constructor - Default constructor for generic creation.
|
CmsRestrictionActionDefinitionModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
ItemModel _owner,
java.lang.String _target,
ActionType _type,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CmsRestrictionActionDefinitionModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
java.lang.String _target,
ActionType _type,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CmsRestrictionActionDefinitionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getInverted()
Generated method - Getter of the
CmsRestrictionActionDefinition.inverted attribute defined at extension btg. |
java.util.Collection<BtgSegmentRestrictionModel> |
getSegmentRestrictions()
Generated method - Getter of the
CmsRestrictionActionDefinition.segmentRestrictions attribute defined at extension btg. |
void |
setInverted(java.lang.Boolean value)
Generated method - Setter of
CmsRestrictionActionDefinition.inverted attribute defined at extension btg. |
void |
setSegmentRestrictions(java.util.Collection<BtgSegmentRestrictionModel> value)
Generated method - Setter of
CmsRestrictionActionDefinition.segmentRestrictions attribute defined at extension btg. |
getCatalogVersion, getUid, setCatalogVersion, setType, setUidgetCode, getSegment, getTarget, getType, setCode, setSegment, setTargetgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String INVERTED
CmsRestrictionActionDefinition.inverted attribute defined at extension btg.public static final java.lang.String SEGMENTRESTRICTIONS
CmsRestrictionActionDefinition.segmentRestrictions attribute defined at extension btg.public CmsRestrictionActionDefinitionModel()
public CmsRestrictionActionDefinitionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CmsRestrictionActionDefinitionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _target, ActionType _type, java.lang.String _uid)
_catalogVersion - initial attribute declared by type BTGOutputActionDefinition at extension btg_code - initial attribute declared by type AbstractAction at extension processing_target - initial attribute declared by type AbstractAction at extension processing_type - initial attribute declared by type BTGOutputActionDefinition at extension btg_uid - initial attribute declared by type BTGOutputActionDefinition at extension btg@Deprecated public CmsRestrictionActionDefinitionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, java.lang.String _target, ActionType _type, java.lang.String _uid)
_catalogVersion - initial attribute declared by type BTGOutputActionDefinition at extension btg_code - initial attribute declared by type AbstractAction at extension processing_owner - initial attribute declared by type Item at extension core_target - initial attribute declared by type AbstractAction at extension processing_type - initial attribute declared by type BTGOutputActionDefinition at extension btg_uid - initial attribute declared by type BTGOutputActionDefinition at extension btg@Accessor(qualifier="inverted", type=GETTER) public java.lang.Boolean getInverted()
CmsRestrictionActionDefinition.inverted attribute defined at extension btg.@Accessor(qualifier="segmentRestrictions", type=GETTER) public java.util.Collection<BtgSegmentRestrictionModel> getSegmentRestrictions()
CmsRestrictionActionDefinition.segmentRestrictions attribute defined at extension btg.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="inverted", type=SETTER) public void setInverted(java.lang.Boolean value)
CmsRestrictionActionDefinition.inverted attribute defined at extension btg.value - the inverted@Accessor(qualifier="segmentRestrictions", type=SETTER) public void setSegmentRestrictions(java.util.Collection<BtgSegmentRestrictionModel> value)
CmsRestrictionActionDefinition.segmentRestrictions attribute defined at extension btg.value - the segmentRestrictionsCopyright © 2018 SAP SE. All Rights Reserved.