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:
Serializable
Generated model class for type SamlUserGroup first defined at extension samlsinglesignon.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSamlUserGroup.enableBackofficeLoginattribute defined at extensionsamlssobackoffice.static final StringGenerated constant - Attribute key ofSamlUserGroup.samlUserGroupattribute defined at extensionsamlsinglesignon.static final StringGenerated constant - Attribute key ofSamlUserGroup.userGroupsattribute defined at extensionsamlsinglesignon.static final StringGenerated 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, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.SamlUserGroupModel(ItemModel _owner, String _samlUserGroup, 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 - Default constructor for creation with existing contextSamlUserGroupModel(String _samlUserGroup, 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
Modifier and TypeMethodDescriptionGenerated method - Getter of theSamlUserGroup.enableBackofficeLoginattribute defined at extensionsamlssobackoffice.Generated method - Getter of theSamlUserGroup.samlUserGroupattribute defined at extensionsamlsinglesignon.Generated method - Getter of theSamlUserGroup.userGroupsattribute defined at extensionsamlsinglesignon.Generated method - Getter of theSamlUserGroup.userTypeattribute defined at extensionsamlsinglesignon.voidsetEnableBackofficeLogin(Boolean value) Generated method - Setter ofSamlUserGroup.enableBackofficeLoginattribute defined at extensionsamlssobackoffice.voidsetSamlUserGroup(String value) Generated method - Setter ofSamlUserGroup.samlUserGroupattribute defined at extensionsamlsinglesignon.voidsetUserGroups(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, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
SAMLUSERGROUP
Generated constant - Attribute key ofSamlUserGroup.samlUserGroupattribute defined at extensionsamlsinglesignon.- See Also:
-
USERTYPE
Generated constant - Attribute key ofSamlUserGroup.userTypeattribute defined at extensionsamlsinglesignon.- See Also:
-
USERGROUPS
Generated constant - Attribute key ofSamlUserGroup.userGroupsattribute defined at extensionsamlsinglesignon.- See Also:
-
ENABLEBACKOFFICELOGIN
Generated constant - Attribute key ofSamlUserGroup.enableBackofficeLoginattribute defined at extensionsamlssobackoffice.- See Also:
-
-
Constructor Details
-
SamlUserGroupModel
public SamlUserGroupModel()Generated constructor - Default constructor for generic creation. -
SamlUserGroupModel
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(String _samlUserGroup, 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, String _samlUserGroup, 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 Details
-
getEnableBackofficeLogin
Generated method - Getter of theSamlUserGroup.enableBackofficeLoginattribute defined at extensionsamlssobackoffice.- Returns:
- the enableBackofficeLogin
-
getSamlUserGroup
Generated method - Getter of theSamlUserGroup.samlUserGroupattribute defined at extensionsamlsinglesignon.- Returns:
- the samlUserGroup
-
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
Generated method - Getter of theSamlUserGroup.userTypeattribute defined at extensionsamlsinglesignon.- Returns:
- the userType
-
setEnableBackofficeLogin
@Accessor(qualifier="enableBackofficeLogin", type=SETTER) public void setEnableBackofficeLogin(Boolean value) Generated method - Setter ofSamlUserGroup.enableBackofficeLoginattribute defined at extensionsamlssobackoffice.- Parameters:
value- the enableBackofficeLogin
-
setSamlUserGroup
Generated method - Setter ofSamlUserGroup.samlUserGroupattribute defined at extensionsamlsinglesignon.- Parameters:
value- the samlUserGroup
-
setUserGroups
Generated method - Setter ofSamlUserGroup.userGroupsattribute defined at extensionsamlsinglesignon.- Parameters:
value- the userGroups
-
setUserType
Generated method - Setter ofSamlUserGroup.userTypeattribute defined at extensionsamlsinglesignon.- Parameters:
value- the userType
-