Class SamlUserGroupModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.samlsinglesignon.model.SamlUserGroupModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SamlUserGroupModel extends ItemModel
Generated model class for type SamlUserGroup first defined at extension samlsinglesignon.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
ENABLEBACKOFFICELOGIN
Generated constant - Attribute key ofSamlUserGroup.enableBackofficeLogin
attribute defined at extensionsamlssobackoffice
.static java.lang.String
SAMLUSERGROUP
Generated constant - Attribute key ofSamlUserGroup.samlUserGroup
attribute defined at extensionsamlsinglesignon
.static java.lang.String
USERGROUPS
Generated constant - Attribute key ofSamlUserGroup.userGroups
attribute defined at extensionsamlsinglesignon
.static java.lang.String
USERTYPE
Generated constant - Attribute key ofSamlUserGroup.userType
attribute defined at extensionsamlsinglesignon
.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SamlUserGroupModel()
Generated constructor - Default constructor for generic creation.SamlUserGroupModel(ItemModel _owner, java.lang.String _samlUserGroup, java.util.Set<UserGroupModel> _userGroups, TypeModel _userType)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSamlUserGroupModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextSamlUserGroupModel(java.lang.String _samlUserGroup, java.util.Set<UserGroupModel> _userGroups, TypeModel _userType)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getEnableBackofficeLogin()
Generated method - Getter of theSamlUserGroup.enableBackofficeLogin
attribute defined at extensionsamlssobackoffice
.java.lang.String
getSamlUserGroup()
Generated method - Getter of theSamlUserGroup.samlUserGroup
attribute defined at extensionsamlsinglesignon
.java.util.Set<UserGroupModel>
getUserGroups()
Generated method - Getter of theSamlUserGroup.userGroups
attribute defined at extensionsamlsinglesignon
.TypeModel
getUserType()
Generated method - Getter of theSamlUserGroup.userType
attribute defined at extensionsamlsinglesignon
.void
setEnableBackofficeLogin(java.lang.Boolean value)
Generated method - Setter ofSamlUserGroup.enableBackofficeLogin
attribute defined at extensionsamlssobackoffice
.void
setSamlUserGroup(java.lang.String value)
Generated method - Setter ofSamlUserGroup.samlUserGroup
attribute defined at extensionsamlsinglesignon
.void
setUserGroups(java.util.Set<UserGroupModel> value)
Generated method - Setter ofSamlUserGroup.userGroups
attribute defined at extensionsamlsinglesignon
.void
setUserType(TypeModel value)
Generated method - Setter ofSamlUserGroup.userType
attribute defined at extensionsamlsinglesignon
.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
SAMLUSERGROUP
public static final java.lang.String SAMLUSERGROUP
Generated constant - Attribute key ofSamlUserGroup.samlUserGroup
attribute defined at extensionsamlsinglesignon
.- See Also:
- Constant Field Values
-
USERTYPE
public static final java.lang.String USERTYPE
Generated constant - Attribute key ofSamlUserGroup.userType
attribute defined at extensionsamlsinglesignon
.- See Also:
- Constant Field Values
-
USERGROUPS
public static final java.lang.String USERGROUPS
Generated constant - Attribute key ofSamlUserGroup.userGroups
attribute defined at extensionsamlsinglesignon
.- See Also:
- Constant Field Values
-
ENABLEBACKOFFICELOGIN
public static final java.lang.String ENABLEBACKOFFICELOGIN
Generated constant - Attribute key ofSamlUserGroup.enableBackofficeLogin
attribute defined at extensionsamlssobackoffice
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SamlUserGroupModel
public SamlUserGroupModel()
Generated constructor - Default constructor for generic creation.
-
SamlUserGroupModel
public SamlUserGroupModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
SamlUserGroupModel
@Deprecated(since="4.1.1", forRemoval=true) public SamlUserGroupModel(java.lang.String _samlUserGroup, java.util.Set<UserGroupModel> _userGroups, TypeModel _userType)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_samlUserGroup
- initial attribute declared by typeSamlUserGroup
at extensionsamlsinglesignon
_userGroups
- initial attribute declared by typeSamlUserGroup
at extensionsamlsinglesignon
_userType
- initial attribute declared by typeSamlUserGroup
at extensionsamlsinglesignon
-
SamlUserGroupModel
@Deprecated(since="4.1.1", forRemoval=true) public SamlUserGroupModel(ItemModel _owner, java.lang.String _samlUserGroup, java.util.Set<UserGroupModel> _userGroups, TypeModel _userType)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner
- initial attribute declared by typeItem
at extensioncore
_samlUserGroup
- initial attribute declared by typeSamlUserGroup
at extensionsamlsinglesignon
_userGroups
- initial attribute declared by typeSamlUserGroup
at extensionsamlsinglesignon
_userType
- initial attribute declared by typeSamlUserGroup
at extensionsamlsinglesignon
-
-
Method Detail
-
getEnableBackofficeLogin
@Accessor(qualifier="enableBackofficeLogin", type=GETTER) public java.lang.Boolean getEnableBackofficeLogin()
Generated method - Getter of theSamlUserGroup.enableBackofficeLogin
attribute defined at extensionsamlssobackoffice
.- Returns:
- the enableBackofficeLogin
-
getSamlUserGroup
@Accessor(qualifier="samlUserGroup", type=GETTER) public java.lang.String getSamlUserGroup()
Generated method - Getter of theSamlUserGroup.samlUserGroup
attribute defined at extensionsamlsinglesignon
.- Returns:
- the samlUserGroup
-
getUserGroups
@Accessor(qualifier="userGroups", type=GETTER) public java.util.Set<UserGroupModel> getUserGroups()
Generated method - Getter of theSamlUserGroup.userGroups
attribute defined at extensionsamlsinglesignon
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the userGroups
-
getUserType
@Accessor(qualifier="userType", type=GETTER) public TypeModel getUserType()
Generated method - Getter of theSamlUserGroup.userType
attribute defined at extensionsamlsinglesignon
.- Returns:
- the userType
-
setEnableBackofficeLogin
@Accessor(qualifier="enableBackofficeLogin", type=SETTER) public void setEnableBackofficeLogin(java.lang.Boolean value)
Generated method - Setter ofSamlUserGroup.enableBackofficeLogin
attribute defined at extensionsamlssobackoffice
.- Parameters:
value
- the enableBackofficeLogin
-
setSamlUserGroup
@Accessor(qualifier="samlUserGroup", type=SETTER) public void setSamlUserGroup(java.lang.String value)
Generated method - Setter ofSamlUserGroup.samlUserGroup
attribute defined at extensionsamlsinglesignon
.- Parameters:
value
- the samlUserGroup
-
setUserGroups
@Accessor(qualifier="userGroups", type=SETTER) public void setUserGroups(java.util.Set<UserGroupModel> value)
Generated method - Setter ofSamlUserGroup.userGroups
attribute defined at extensionsamlsinglesignon
.- Parameters:
value
- the userGroups
-
-