Class CsAgentGroupModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class CsAgentGroupModel
    extends UserGroupModel
    Generated model class for type CsAgentGroup first defined at extension ticketsystem.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • EMAILDISTRIBUTIONLIST

        public static final java.lang.String EMAILDISTRIBUTIONLIST
        Generated constant - Attribute key of CsAgentGroup.emailDistributionList attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • DEFAULTASSIGNEE

        public static final java.lang.String DEFAULTASSIGNEE
        Generated constant - Attribute key of CsAgentGroup.defaultAssignee attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • TICKETSTORES

        public static final java.lang.String TICKETSTORES
        Generated constant - Attribute key of CsAgentGroup.ticketstores attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CsAgentGroupModel

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

        public CsAgentGroupModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • CsAgentGroupModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CsAgentGroupModel​(java.lang.String _uid)
        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:
        _uid - initial attribute declared by type Principal at extension core
      • CsAgentGroupModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CsAgentGroupModel​(ItemModel _owner,
                                 java.lang.String _uid)
        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
        _uid - initial attribute declared by type Principal at extension core
    • Method Detail

      • getDefaultAssignee

        @Accessor(qualifier="defaultAssignee",
                  type=GETTER)
        public EmployeeModel getDefaultAssignee()
        Generated method - Getter of the CsAgentGroup.defaultAssignee attribute defined at extension ticketsystem.
        Returns:
        the defaultAssignee
      • getEmailDistributionList

        @Accessor(qualifier="emailDistributionList",
                  type=GETTER)
        public java.lang.String getEmailDistributionList()
        Generated method - Getter of the CsAgentGroup.emailDistributionList attribute defined at extension ticketsystem.
        Returns:
        the emailDistributionList
      • getTicketstores

        @Accessor(qualifier="ticketstores",
                  type=GETTER)
        public java.util.List<BaseStoreModel> getTicketstores()
        Generated method - Getter of the CsAgentGroup.ticketstores attribute defined at extension ticketsystem. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the ticketstores
      • setDefaultAssignee

        @Accessor(qualifier="defaultAssignee",
                  type=SETTER)
        public void setDefaultAssignee​(EmployeeModel value)
        Generated method - Setter of CsAgentGroup.defaultAssignee attribute defined at extension ticketsystem.
        Parameters:
        value - the defaultAssignee
      • setEmailDistributionList

        @Accessor(qualifier="emailDistributionList",
                  type=SETTER)
        public void setEmailDistributionList​(java.lang.String value)
        Generated method - Setter of CsAgentGroup.emailDistributionList attribute defined at extension ticketsystem.
        Parameters:
        value - the emailDistributionList
      • setTicketstores

        @Accessor(qualifier="ticketstores",
                  type=SETTER)
        public void setTicketstores​(java.util.List<BaseStoreModel> value)
        Generated method - Setter of CsAgentGroup.ticketstores attribute defined at extension ticketsystem.
        Parameters:
        value - the ticketstores