Class GeneratedCsAgentGroup

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
CsAgentGroup

public abstract class GeneratedCsAgentGroup extends UserGroup
Generated class for type CsAgentGroup.
See Also:
  • Field Details

    • EMAILDISTRIBUTIONLIST

      public static final String EMAILDISTRIBUTIONLIST
      Qualifier of the CsAgentGroup.emailDistributionList attribute
      See Also:
    • DEFAULTASSIGNEE

      public static final String DEFAULTASSIGNEE
      Qualifier of the CsAgentGroup.defaultAssignee attribute
      See Also:
    • TICKETSTORES

      public static final String TICKETSTORES
      Qualifier of the CsAgentGroup.ticketstores attribute
      See Also:
    • CSAGENTGROUP2BASESTORE_SRC_ORDERED

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

      protected static String CSAGENTGROUP2BASESTORE_TGT_ORDERED
    • CSAGENTGROUP2BASESTORE_MARKMODIFIED

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

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedCsAgentGroup

      public GeneratedCsAgentGroup()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedUserGroup
    • 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 String getEmailDistributionList(SessionContext ctx)
      Generated method - Getter of the CsAgentGroup.emailDistributionList attribute.
      Returns:
      the emailDistributionList
    • getEmailDistributionList

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

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

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

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class GeneratedPrincipalGroup
    • getTicketstores

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

      public 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, List<BaseStore> value)
      Generated method - Setter of the CsAgentGroup.ticketstores attribute.
      Parameters:
      value - the ticketstores
    • setTicketstores

      public void setTicketstores(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