public class CmsRestrictionActionDefinitionModel extends BTGOutputActionDefinitionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
INVERTED
Generated constant - Attribute key of
CmsRestrictionActionDefinition.inverted attribute defined at extension btg. |
static 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, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CmsRestrictionActionDefinitionModel()
Generated constructor - Default constructor for generic creation.
|
CmsRestrictionActionDefinitionModel(CatalogVersionModel _catalogVersion,
String _code,
ItemModel _owner,
String _target,
ActionType _type,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CmsRestrictionActionDefinitionModel(CatalogVersionModel _catalogVersion,
String _code,
String _target,
ActionType _type,
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 |
|---|---|
Boolean |
getInverted()
Generated method - Getter of the
CmsRestrictionActionDefinition.inverted attribute defined at extension btg. |
Collection<BtgSegmentRestrictionModel> |
getSegmentRestrictions()
Generated method - Getter of the
CmsRestrictionActionDefinition.segmentRestrictions attribute defined at extension btg. |
void |
setInverted(Boolean value)
Generated method - Setter of
CmsRestrictionActionDefinition.inverted attribute defined at extension btg. |
void |
setSegmentRestrictions(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, 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 String _TYPECODE
public static final String INVERTED
CmsRestrictionActionDefinition.inverted attribute defined at extension btg.public static final 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, String _code, String _target, ActionType _type, 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, String _code, ItemModel _owner, String _target, ActionType _type, 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 Boolean getInverted()
CmsRestrictionActionDefinition.inverted attribute defined at extension btg.@Accessor(qualifier="segmentRestrictions", type=GETTER) public 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(Boolean value)
CmsRestrictionActionDefinition.inverted attribute defined at extension btg.value - the inverted@Accessor(qualifier="segmentRestrictions", type=SETTER) public void setSegmentRestrictions(Collection<BtgSegmentRestrictionModel> value)
CmsRestrictionActionDefinition.segmentRestrictions attribute defined at extension btg.value - the segmentRestrictionsCopyright © 2017 SAP SE. All Rights Reserved.