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_TYPECODEGenerated model type code constant.static java.lang.StringENABLEBACKOFFICELOGINGenerated constant - Attribute key ofSamlUserGroup.enableBackofficeLoginattribute defined at extensionsamlssobackoffice.static java.lang.StringSAMLUSERGROUPGenerated constant - Attribute key ofSamlUserGroup.samlUserGroupattribute defined at extensionsamlsinglesignon.static java.lang.StringUSERGROUPSGenerated constant - Attribute key ofSamlUserGroup.userGroupsattribute defined at extensionsamlsinglesignon.static java.lang.StringUSERTYPEGenerated constant - Attribute key ofSamlUserGroup.userTypeattribute 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.BooleangetEnableBackofficeLogin()Generated method - Getter of theSamlUserGroup.enableBackofficeLoginattribute defined at extensionsamlssobackoffice.java.lang.StringgetSamlUserGroup()Generated method - Getter of theSamlUserGroup.samlUserGroupattribute defined at extensionsamlsinglesignon.java.util.Set<UserGroupModel>getUserGroups()Generated method - Getter of theSamlUserGroup.userGroupsattribute defined at extensionsamlsinglesignon.TypeModelgetUserType()Generated method - Getter of theSamlUserGroup.userTypeattribute defined at extensionsamlsinglesignon.voidsetEnableBackofficeLogin(java.lang.Boolean value)Generated method - Setter ofSamlUserGroup.enableBackofficeLoginattribute defined at extensionsamlssobackoffice.voidsetSamlUserGroup(java.lang.String value)Generated method - Setter ofSamlUserGroup.samlUserGroupattribute defined at extensionsamlsinglesignon.voidsetUserGroups(java.util.Set<UserGroupModel> value)Generated method - Setter ofSamlUserGroup.userGroupsattribute defined at extensionsamlsinglesignon.voidsetUserType(TypeModel value)Generated method - Setter ofSamlUserGroup.userTypeattribute 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.samlUserGroupattribute defined at extensionsamlsinglesignon.- See Also:
- Constant Field Values
-
USERTYPE
public static final java.lang.String USERTYPE
Generated constant - Attribute key ofSamlUserGroup.userTypeattribute defined at extensionsamlsinglesignon.- See Also:
- Constant Field Values
-
USERGROUPS
public static final java.lang.String USERGROUPS
Generated constant - Attribute key ofSamlUserGroup.userGroupsattribute defined at extensionsamlsinglesignon.- See Also:
- Constant Field Values
-
ENABLEBACKOFFICELOGIN
public static final java.lang.String ENABLEBACKOFFICELOGIN
Generated constant - Attribute key ofSamlUserGroup.enableBackofficeLoginattribute 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 typeSamlUserGroupat extensionsamlsinglesignon_userGroups- initial attribute declared by typeSamlUserGroupat extensionsamlsinglesignon_userType- initial attribute declared by typeSamlUserGroupat 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 typeItemat extensioncore_samlUserGroup- initial attribute declared by typeSamlUserGroupat extensionsamlsinglesignon_userGroups- initial attribute declared by typeSamlUserGroupat extensionsamlsinglesignon_userType- initial attribute declared by typeSamlUserGroupat extensionsamlsinglesignon
-
-
Method Detail
-
getEnableBackofficeLogin
@Accessor(qualifier="enableBackofficeLogin", type=GETTER) public java.lang.Boolean getEnableBackofficeLogin()
Generated method - Getter of theSamlUserGroup.enableBackofficeLoginattribute defined at extensionsamlssobackoffice.- Returns:
- the enableBackofficeLogin
-
getSamlUserGroup
@Accessor(qualifier="samlUserGroup", type=GETTER) public java.lang.String getSamlUserGroup()
Generated method - Getter of theSamlUserGroup.samlUserGroupattribute defined at extensionsamlsinglesignon.- Returns:
- the samlUserGroup
-
getUserGroups
@Accessor(qualifier="userGroups", type=GETTER) public java.util.Set<UserGroupModel> getUserGroups()
Generated method - Getter of theSamlUserGroup.userGroupsattribute 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.userTypeattribute defined at extensionsamlsinglesignon.- Returns:
- the userType
-
setEnableBackofficeLogin
@Accessor(qualifier="enableBackofficeLogin", type=SETTER) public void setEnableBackofficeLogin(java.lang.Boolean value)
Generated method - Setter ofSamlUserGroup.enableBackofficeLoginattribute defined at extensionsamlssobackoffice.- Parameters:
value- the enableBackofficeLogin
-
setSamlUserGroup
@Accessor(qualifier="samlUserGroup", type=SETTER) public void setSamlUserGroup(java.lang.String value)
Generated method - Setter ofSamlUserGroup.samlUserGroupattribute 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.userGroupsattribute defined at extensionsamlsinglesignon.- Parameters:
value- the userGroups
-
-