Class GeneratedCsAgentGroup

    • Field Detail

      • EMAILDISTRIBUTIONLIST

        public static final java.lang.String EMAILDISTRIBUTIONLIST
        Qualifier of the CsAgentGroup.emailDistributionList attribute
        See Also:
        Constant Field Values
      • DEFAULTASSIGNEE

        public static final java.lang.String DEFAULTASSIGNEE
        Qualifier of the CsAgentGroup.defaultAssignee attribute
        See Also:
        Constant Field Values
      • TICKETSTORES

        public static final java.lang.String TICKETSTORES
        Qualifier of the CsAgentGroup.ticketstores attribute
        See Also:
        Constant Field Values
      • CSAGENTGROUP2BASESTORE_SRC_ORDERED

        protected static java.lang.String CSAGENTGROUP2BASESTORE_SRC_ORDERED
        Relation ordering override parameter constants for CsAgentGroup2BaseStore from ((ticketsystem))
      • CSAGENTGROUP2BASESTORE_TGT_ORDERED

        protected static java.lang.String CSAGENTGROUP2BASESTORE_TGT_ORDERED
      • CSAGENTGROUP2BASESTORE_MARKMODIFIED

        protected static java.lang.String CSAGENTGROUP2BASESTORE_MARKMODIFIED
        Relation disable markmodifed parameter constants for CsAgentGroup2BaseStore from ((ticketsystem))
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCsAgentGroup

        public GeneratedCsAgentGroup()
    • Method Detail

      • getDefaultAssignee

        public Employee getDefaultAssignee​(SessionContext ctx)
        Generated method - Getter of the CsAgentGroup.defaultAssignee attribute.
        Returns:
        the defaultAssignee
      • getDefaultAssignee

        public Employee getDefaultAssignee()
        Generated method - Getter of the CsAgentGroup.defaultAssignee attribute.
        Returns:
        the defaultAssignee
      • setDefaultAssignee

        public void setDefaultAssignee​(SessionContext ctx,
                                       Employee value)
        Generated method - Setter of the CsAgentGroup.defaultAssignee attribute.
        Parameters:
        value - the defaultAssignee
      • setDefaultAssignee

        public void setDefaultAssignee​(Employee value)
        Generated method - Setter of the CsAgentGroup.defaultAssignee attribute.
        Parameters:
        value - the defaultAssignee
      • getEmailDistributionList

        public java.lang.String getEmailDistributionList​(SessionContext ctx)
        Generated method - Getter of the CsAgentGroup.emailDistributionList attribute.
        Returns:
        the emailDistributionList
      • getEmailDistributionList

        public java.lang.String getEmailDistributionList()
        Generated method - Getter of the CsAgentGroup.emailDistributionList attribute.
        Returns:
        the emailDistributionList
      • setEmailDistributionList

        public void setEmailDistributionList​(SessionContext ctx,
                                             java.lang.String value)
        Generated method - Setter of the CsAgentGroup.emailDistributionList attribute.
        Parameters:
        value - the emailDistributionList
      • setEmailDistributionList

        public void setEmailDistributionList​(java.lang.String value)
        Generated method - Setter of the CsAgentGroup.emailDistributionList attribute.
        Parameters:
        value - the emailDistributionList
      • getTicketstores

        public java.util.List<BaseStore> getTicketstores​(SessionContext ctx)
        Generated method - Getter of the CsAgentGroup.ticketstores attribute.
        Returns:
        the ticketstores
      • getTicketstores

        public java.util.List<BaseStore> getTicketstores()
        Generated method - Getter of the CsAgentGroup.ticketstores attribute.
        Returns:
        the ticketstores
      • getTicketstoresCount

        public long getTicketstoresCount​(SessionContext ctx)
      • getTicketstoresCount

        public long getTicketstoresCount()
      • setTicketstores

        public void setTicketstores​(SessionContext ctx,
                                    java.util.List<BaseStore> value)
        Generated method - Setter of the CsAgentGroup.ticketstores attribute.
        Parameters:
        value - the ticketstores
      • setTicketstores

        public void setTicketstores​(java.util.List<BaseStore> value)
        Generated method - Setter of the CsAgentGroup.ticketstores attribute.
        Parameters:
        value - the ticketstores
      • addToTicketstores

        public void addToTicketstores​(SessionContext ctx,
                                      BaseStore value)
        Generated method - Adds value to ticketstores.
        Parameters:
        value - the item to add to ticketstores
      • addToTicketstores

        public void addToTicketstores​(BaseStore value)
        Generated method - Adds value to ticketstores.
        Parameters:
        value - the item to add to ticketstores
      • removeFromTicketstores

        public void removeFromTicketstores​(SessionContext ctx,
                                           BaseStore value)
        Generated method - Removes value from ticketstores.
        Parameters:
        value - the item to remove from ticketstores
      • removeFromTicketstores

        public void removeFromTicketstores​(BaseStore value)
        Generated method - Removes value from ticketstores.
        Parameters:
        value - the item to remove from ticketstores