public class B2BUserGroupModel extends UserGroupModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_B2BUNIT2B2BUSERGROUPS
Generated relation code constant for relation
B2BUnit2B2BUserGroups defining source attribute Unit in extension b2bcommerce. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
PERMISSIONS
Generated constant - Attribute key of
B2BUserGroup.Permissions attribute defined at extension b2bapprovalprocess. |
static java.lang.String |
UNIT
Generated constant - Attribute key of
B2BUserGroup.Unit attribute defined at extension b2bcommerce. |
_BACKOFFICESAVEDQUERY2USERGROUPRELATION, _SAMLUSERGROUPTOUSERGROUPRELATION, _SCIMUSERGROUPTOUSERGROUPRELATION, _USERGROUPSFORRESTRICTION, _VENDOR2USERGROUPRELATION, HMCXML, READABLELANGUAGES, RESTRICTIONS, SAMLUSERGROUPS, SAVEDQUERIES, SCIMUSERGROUPS, USERDISCOUNTGROUP, USERPRICEGROUP, USERTAXGROUP, VENDOR, WRITEABLELANGUAGES_PRINCIPALGROUPRELATION, LOCNAME, MAXBRUTEFORCELOGINATTEMPTS, MEMBERS_CATEGORY2PRINCIPALRELATION, _COMMENTWATCHERRELATION, _PRINCIPAL2COCKPITUICOMPONENTREADACCESSRELATION, _PRINCIPAL2COCKPITUICOMPONENTWRITEACCESSRELATION, _SYNCITEMJOB2PRINCIPAL, _WORKFLOWTEMPLATE2PRINCIPALRELATION, ACCESSIBLECATEGORIES, ALLGROUPS, ALLSEARCHRESTRICTIONS, BACKOFFICELOGINDISABLED, CN, COCKPITUICONFIGURATIONS, DESCRIPTION, DISPLAYNAME, DN, GROUPS, LDAPSEARCHBASE, NAME, PROFILEPICTURE, READABLECATALOGVERSIONS, READABLECOCKPITUICOMPONENTS, READABSTRACTLINKENTRY, READCOLLECTIONS, READSAVEDQUERIES, SEARCHRESTRICTIONS, SYNCJOBS, UID, VISIBLETEMPLATES, WATCHEDCOMMENTS, WRITABLECATALOGVERSIONS, WRITABLECOCKPITUICOMPONENTS, WRITECOLLECTIONS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
B2BUserGroupModel()
Generated constructor - Default constructor for generic creation.
|
B2BUserGroupModel(B2BUnitModel _Unit,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
B2BUserGroupModel(B2BUnitModel _Unit,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
B2BUserGroupModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<B2BPermissionModel> |
getPermissions()
Generated method - Getter of the
B2BUserGroup.Permissions attribute defined at extension b2bapprovalprocess. |
B2BUnitModel |
getUnit()
Generated method - Getter of the
B2BUserGroup.Unit attribute defined at extension b2bcommerce. |
void |
setPermissions(java.util.List<B2BPermissionModel> value)
Generated method - Setter of
B2BUserGroup.Permissions attribute defined at extension b2bapprovalprocess. |
void |
setUnit(B2BUnitModel value)
Generated method - Setter of
B2BUserGroup.Unit attribute defined at extension b2bcommerce. |
getHmcXML, getReadableLanguages, getRestrictions, getSavedQueries, getScimUserGroups, getUserDiscountGroup, getUserPriceGroup, getUserTaxGroup, getVendor, getWriteableLanguages, setHmcXML, setReadableLanguages, setRestrictions, setSavedQueries, setScimUserGroups, setUserDiscountGroup, setUserPriceGroup, setUserTaxGroup, setVendor, setWriteableLanguagesgetLocname, getLocName, getLocname, getLocName, getMaxBruteForceLoginAttempts, getMembers, setLocname, setLocName, setLocname, setLocName, setMaxBruteForceLoginAttempts, setMembersgetAccessibleCategories, getAllgroups, getAllGroups, getAllsearchrestrictions, getAllSearchRestrictions, getBackOfficeLoginDisabled, getCN, getCockpitUIConfigurations, getDescription, getDisplayName, getDisplayName, getDN, getGroups, getLdapsearchbase, getName, getProfilePicture, getReadableCatalogVersions, getReadableCockpitUIComponents, getReadAbstractLinkEntry, getReadCollections, getReadSavedQueries, getSearchrestrictions, getSearchRestrictions, getSyncJobs, getUid, getVisibleTemplates, getWatchedComments, getWritableCatalogVersions, getWritableCockpitUIComponents, getWriteCollections, setBackOfficeLoginDisabled, setCN, setCockpitUIConfigurations, setDescription, setDN, setGroups, setLdapsearchbase, setName, setProfilePicture, setReadableCatalogVersions, setReadableCockpitUIComponents, setReadAbstractLinkEntry, setReadCollections, setReadSavedQueries, setSyncJobs, setUid, setVisibleTemplates, setWatchedComments, setWritableCatalogVersions, setWritableCockpitUIComponents, setWriteCollectionsgetComments, 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 _B2BUNIT2B2BUSERGROUPS
B2BUnit2B2BUserGroups defining source attribute Unit in extension b2bcommerce.public static final java.lang.String UNIT
B2BUserGroup.Unit attribute defined at extension b2bcommerce.public static final java.lang.String PERMISSIONS
B2BUserGroup.Permissions attribute defined at extension b2bapprovalprocess.public B2BUserGroupModel()
public B2BUserGroupModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public B2BUserGroupModel(B2BUnitModel _Unit, java.lang.String _uid)
_Unit - initial attribute declared by type B2BUserGroup at extension b2bcommerce_uid - initial attribute declared by type Principal at extension core@Deprecated public B2BUserGroupModel(B2BUnitModel _Unit, ItemModel _owner, java.lang.String _uid)
_Unit - initial attribute declared by type B2BUserGroup at extension b2bcommerce_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type Principal at extension core@Accessor(qualifier="Permissions", type=GETTER) public java.util.List<B2BPermissionModel> getPermissions()
B2BUserGroup.Permissions attribute defined at extension b2bapprovalprocess.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="Unit", type=GETTER) public B2BUnitModel getUnit()
B2BUserGroup.Unit attribute defined at extension b2bcommerce.@Accessor(qualifier="Permissions", type=SETTER) public void setPermissions(java.util.List<B2BPermissionModel> value)
B2BUserGroup.Permissions attribute defined at extension b2bapprovalprocess.value - the Permissions@Accessor(qualifier="Unit", type=SETTER) public void setUnit(B2BUnitModel value)
B2BUserGroup.Unit attribute defined at extension b2bcommerce.value - the Unit - The Parent B2BUnitCopyright © 2018 SAP SE. All Rights Reserved.