Class GeneratedCSTicketStagnationCronJob

    • Field Detail

      • STAGNATIONPERIOD

        public static final java.lang.String STAGNATIONPERIOD
        Qualifier of the CSTicketStagnationCronJob.stagnationPeriod attribute
        See Also:
        Constant Field Values
      • ELIGIBLESTATES

        public static final java.lang.String ELIGIBLESTATES
        Qualifier of the CSTicketStagnationCronJob.eligibleStates attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedCSTicketStagnationCronJob

        public GeneratedCSTicketStagnationCronJob()
    • Method Detail

      • getEligibleStates

        public java.lang.String getEligibleStates​(SessionContext ctx)
        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 java.lang.String getEligibleStates()
        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,
                                      java.lang.String value)
        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​(java.lang.String value)
        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 java.lang.Integer getStagnationPeriod​(SessionContext ctx)
        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 java.lang.Integer getStagnationPeriod()
        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)
        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()
        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,
                                        java.lang.Integer value)
        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​(java.lang.Integer value)
        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)
        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)
        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.