Class GeneratedCSTicketStagnationCronJob

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

@Deprecated(since="6.6", forRemoval=true) public abstract class GeneratedCSTicketStagnationCronJob extends CronJob
Deprecated, for removal: This API element is subject to removal in a future version.
Generated class for type CSTicketStagnationCronJob.
See Also:
  • Field Details

    • STAGNATIONPERIOD

      public static final String STAGNATIONPERIOD
      Deprecated, for removal: This API element is subject to removal in a future version.
      Qualifier of the CSTicketStagnationCronJob.stagnationPeriod attribute
      See Also:
    • ELIGIBLESTATES

      public static final String ELIGIBLESTATES
      Deprecated, for removal: This API element is subject to removal in a future version.
      Qualifier of the CSTicketStagnationCronJob.eligibleStates attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • GeneratedCSTicketStagnationCronJob

      public GeneratedCSTicketStagnationCronJob()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getDefaultAttributeModes in class GeneratedCronJob
    • getEligibleStates

      public String getEligibleStates(SessionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the CSTicketStagnationCronJob.eligibleStates attribute.
      Returns:
      the eligibleStates - Comma separated states to be closed after specific amount of days and send notification to the customer through email.
    • getEligibleStates

      public String getEligibleStates()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the CSTicketStagnationCronJob.eligibleStates attribute.
      Returns:
      the eligibleStates - Comma separated states to be closed after specific amount of days and send notification to the customer through email.
    • setEligibleStates

      public void setEligibleStates(SessionContext ctx, String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the CSTicketStagnationCronJob.eligibleStates attribute.
      Parameters:
      value - the eligibleStates - Comma separated states to be closed after specific amount of days and send notification to the customer through email.
    • setEligibleStates

      public void setEligibleStates(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the CSTicketStagnationCronJob.eligibleStates attribute.
      Parameters:
      value - the eligibleStates - Comma separated states to be closed after specific amount of days and send notification to the customer through email.
    • getStagnationPeriod

      public Integer getStagnationPeriod(SessionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the CSTicketStagnationCronJob.stagnationPeriod attribute.
      Returns:
      the stagnationPeriod - After specified number of days tickets with specific state will be set to 'CLOSE'. Default is 90 days.
    • getStagnationPeriod

      public Integer getStagnationPeriod()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the CSTicketStagnationCronJob.stagnationPeriod attribute.
      Returns:
      the stagnationPeriod - After specified number of days tickets with specific state will be set to 'CLOSE'. Default is 90 days.
    • getStagnationPeriodAsPrimitive

      public int getStagnationPeriodAsPrimitive(SessionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the CSTicketStagnationCronJob.stagnationPeriod attribute.
      Returns:
      the stagnationPeriod - After specified number of days tickets with specific state will be set to 'CLOSE'. Default is 90 days.
    • getStagnationPeriodAsPrimitive

      public int getStagnationPeriodAsPrimitive()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the CSTicketStagnationCronJob.stagnationPeriod attribute.
      Returns:
      the stagnationPeriod - After specified number of days tickets with specific state will be set to 'CLOSE'. Default is 90 days.
    • setStagnationPeriod

      public void setStagnationPeriod(SessionContext ctx, Integer value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the CSTicketStagnationCronJob.stagnationPeriod attribute.
      Parameters:
      value - the stagnationPeriod - After specified number of days tickets with specific state will be set to 'CLOSE'. Default is 90 days.
    • setStagnationPeriod

      public void setStagnationPeriod(Integer value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the CSTicketStagnationCronJob.stagnationPeriod attribute.
      Parameters:
      value - the stagnationPeriod - After specified number of days tickets with specific state will be set to 'CLOSE'. Default is 90 days.
    • setStagnationPeriod

      public void setStagnationPeriod(SessionContext ctx, int value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the CSTicketStagnationCronJob.stagnationPeriod attribute.
      Parameters:
      value - the stagnationPeriod - After specified number of days tickets with specific state will be set to 'CLOSE'. Default is 90 days.
    • setStagnationPeriod

      public void setStagnationPeriod(int value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the CSTicketStagnationCronJob.stagnationPeriod attribute.
      Parameters:
      value - the stagnationPeriod - After specified number of days tickets with specific state will be set to 'CLOSE'. Default is 90 days.