public class BTGAssignToGroupDefinitionModel extends BTGOutputActionDefinitionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
USERGROUPS
Generated constant - Attribute key of
BTGAssignToGroupDefinition.userGroups 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 |
|---|
BTGAssignToGroupDefinitionModel()
Generated constructor - Default constructor for generic creation.
|
BTGAssignToGroupDefinitionModel(CatalogVersionModel _catalogVersion,
String _code,
ItemModel _owner,
String _target,
ActionType _type,
String _uid,
Collection<UserGroupModel> _userGroups)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGAssignToGroupDefinitionModel(CatalogVersionModel _catalogVersion,
String _code,
String _target,
ActionType _type,
String _uid,
Collection<UserGroupModel> _userGroups)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGAssignToGroupDefinitionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Collection<UserGroupModel> |
getUserGroups()
Generated method - Getter of the
BTGAssignToGroupDefinition.userGroups attribute defined at extension btg. |
void |
setTarget(String value)
Generated method - Initial setter of
AbstractAction.target attribute defined at extension processing and redeclared at extension btg. |
void |
setUserGroups(Collection<UserGroupModel> value)
Generated method - Setter of
BTGAssignToGroupDefinition.userGroups attribute defined at extension btg. |
getCatalogVersion, getUid, setCatalogVersion, setType, setUidgetCode, getSegment, getTarget, getType, setCode, setSegmentgetComments, 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 USERGROUPS
BTGAssignToGroupDefinition.userGroups attribute defined at extension btg.public BTGAssignToGroupDefinitionModel()
public BTGAssignToGroupDefinitionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BTGAssignToGroupDefinitionModel(CatalogVersionModel _catalogVersion, String _code, String _target, ActionType _type, String _uid, Collection<UserGroupModel> _userGroups)
_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 BTGAssignToGroupDefinition at extension btg_type - initial attribute declared by type BTGOutputActionDefinition at extension btg_uid - initial attribute declared by type BTGOutputActionDefinition at extension btg_userGroups - initial attribute declared by type BTGAssignToGroupDefinition at extension btg@Deprecated public BTGAssignToGroupDefinitionModel(CatalogVersionModel _catalogVersion, String _code, ItemModel _owner, String _target, ActionType _type, String _uid, Collection<UserGroupModel> _userGroups)
_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 BTGAssignToGroupDefinition at extension btg_type - initial attribute declared by type BTGOutputActionDefinition at extension btg_uid - initial attribute declared by type BTGOutputActionDefinition at extension btg_userGroups - initial attribute declared by type BTGAssignToGroupDefinition at extension btg@Accessor(qualifier="userGroups", type=GETTER) public Collection<UserGroupModel> getUserGroups()
BTGAssignToGroupDefinition.userGroups attribute defined at extension btg.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="target", type=SETTER) public void setTarget(String value)
AbstractAction.target attribute defined at extension processing and redeclared at extension btg. Can only be used at creation of model - before first save. Will only accept values of type String.setTarget in class AbstractActionModelvalue - the target@Accessor(qualifier="userGroups", type=SETTER) public void setUserGroups(Collection<UserGroupModel> value)
BTGAssignToGroupDefinition.userGroups attribute defined at extension btg.value - the userGroupsCopyright © 2017 SAP SE. All Rights Reserved.