Class ScimUserGroupModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.scimservices.model.ScimUserGroupModel
All Implemented Interfaces:
Serializable

public class ScimUserGroupModel extends ItemModel
Generated model class for type ScimUserGroup first defined at extension scimservices.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of ScimUserGroup.scimUserGroup attribute defined at extension scimservices.
    static final String
    Generated constant - Attribute key of ScimUserGroup.userGroups attribute defined at extension scimservices.
    static final String
    Generated constant - Attribute key of ScimUserGroup.userType attribute defined at extension scimservices.

    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
    Generated constructor - Default constructor for generic creation.
    ScimUserGroupModel(ItemModel _owner, String _scimUserGroup, Collection<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
    ScimUserGroupModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    ScimUserGroupModel(String _scimUserGroup, Collection<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 Type
    Method
    Description
    Generated method - Getter of the ScimUserGroup.scimUserGroup attribute defined at extension scimservices.
    Generated method - Getter of the ScimUserGroup.userGroups attribute defined at extension scimservices.
    Generated method - Getter of the ScimUserGroup.userType attribute defined at extension scimservices.
    void
    Generated method - Setter of ScimUserGroup.scimUserGroup attribute defined at extension scimservices.
    void
    Generated method - Setter of ScimUserGroup.userGroups attribute defined at extension scimservices.
    void
    Generated method - Setter of ScimUserGroup.userType attribute defined at extension scimservices.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • SCIMUSERGROUP

      public static final String SCIMUSERGROUP
      Generated constant - Attribute key of ScimUserGroup.scimUserGroup attribute defined at extension scimservices.
      See Also:
    • USERTYPE

      public static final String USERTYPE
      Generated constant - Attribute key of ScimUserGroup.userType attribute defined at extension scimservices.
      See Also:
    • USERGROUPS

      public static final String USERGROUPS
      Generated constant - Attribute key of ScimUserGroup.userGroups attribute defined at extension scimservices.
      See Also:
  • Constructor Details

    • ScimUserGroupModel

      public ScimUserGroupModel()
      Generated constructor - Default constructor for generic creation.
    • ScimUserGroupModel

      public ScimUserGroupModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • ScimUserGroupModel

      @Deprecated(since="4.1.1", forRemoval=true) public ScimUserGroupModel(String _scimUserGroup, Collection<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
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _scimUserGroup - initial attribute declared by type ScimUserGroup at extension scimservices
      _userGroups - initial attribute declared by type ScimUserGroup at extension scimservices
      _userType - initial attribute declared by type ScimUserGroup at extension scimservices
    • ScimUserGroupModel

      @Deprecated(since="4.1.1", forRemoval=true) public ScimUserGroupModel(ItemModel _owner, String _scimUserGroup, Collection<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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _owner - initial attribute declared by type Item at extension core
      _scimUserGroup - initial attribute declared by type ScimUserGroup at extension scimservices
      _userGroups - initial attribute declared by type ScimUserGroup at extension scimservices
      _userType - initial attribute declared by type ScimUserGroup at extension scimservices
  • Method Details

    • getScimUserGroup

      @Accessor(qualifier="scimUserGroup", type=GETTER) public String getScimUserGroup()
      Generated method - Getter of the ScimUserGroup.scimUserGroup attribute defined at extension scimservices.
      Returns:
      the scimUserGroup
    • getUserGroups

      @Accessor(qualifier="userGroups", type=GETTER) public Collection<UserGroupModel> getUserGroups()
      Generated method - Getter of the ScimUserGroup.userGroups attribute defined at extension scimservices. 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 the ScimUserGroup.userType attribute defined at extension scimservices.
      Returns:
      the userType
    • setScimUserGroup

      @Accessor(qualifier="scimUserGroup", type=SETTER) public void setScimUserGroup(String value)
      Generated method - Setter of ScimUserGroup.scimUserGroup attribute defined at extension scimservices.
      Parameters:
      value - the scimUserGroup
    • setUserGroups

      @Accessor(qualifier="userGroups", type=SETTER) public void setUserGroups(Collection<UserGroupModel> value)
      Generated method - Setter of ScimUserGroup.userGroups attribute defined at extension scimservices.
      Parameters:
      value - the userGroups
    • setUserType

      @Accessor(qualifier="userType", type=SETTER) public void setUserType(TypeModel value)
      Generated method - Setter of ScimUserGroup.userType attribute defined at extension scimservices.
      Parameters:
      value - the userType