org.kuali.kfs.module.purap
Enum PurapConstants.PaymentRequestStatuses.STATUS_ORDER

java.lang.Object
  extended by java.lang.Enum<PurapConstants.PaymentRequestStatuses.STATUS_ORDER>
      extended by org.kuali.kfs.module.purap.PurapConstants.PaymentRequestStatuses.STATUS_ORDER
All Implemented Interfaces:
Serializable, Comparable<PurapConstants.PaymentRequestStatuses.STATUS_ORDER>
Enclosing class:
PurapConstants.PaymentRequestStatuses

public static enum PurapConstants.PaymentRequestStatuses.STATUS_ORDER
extends Enum<PurapConstants.PaymentRequestStatuses.STATUS_ORDER>


Enum Constant Summary
AUTO_APPROVED
           
AWAITING_ACCOUNTS_PAYABLE_REVIEW
           
AWAITING_FISCAL_REVIEW
           
AWAITING_ORG_REVIEW
           
AWAITING_RECEIVING_REVIEW
           
AWAITING_SUB_ACCT_MGR_REVIEW
           
AWAITING_TAX_REVIEW
           
CANCELLED_IN_PROCESS
           
CANCELLED_POST_AP_APPROVE
           
DEPARTMENT_APPROVED
           
IN_PROCESS
           
INITIATE
           
 
Method Summary
static PurapConstants.PaymentRequestStatuses.STATUS_ORDER getByStatusCode(String statusCode)
           
static PurapConstants.PaymentRequestStatuses.STATUS_ORDER getPreviousStatus(String statusCode)
           
static boolean isFirstFullEntryStatus(String statusCode)
           
static boolean isFullDocumentEntryCompleted(String status)
           
static PurapConstants.PaymentRequestStatuses.STATUS_ORDER valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PurapConstants.PaymentRequestStatuses.STATUS_ORDER[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CANCELLED_IN_PROCESS

public static final PurapConstants.PaymentRequestStatuses.STATUS_ORDER CANCELLED_IN_PROCESS

CANCELLED_POST_AP_APPROVE

public static final PurapConstants.PaymentRequestStatuses.STATUS_ORDER CANCELLED_POST_AP_APPROVE

INITIATE

public static final PurapConstants.PaymentRequestStatuses.STATUS_ORDER INITIATE

IN_PROCESS

public static final PurapConstants.PaymentRequestStatuses.STATUS_ORDER IN_PROCESS

AWAITING_ACCOUNTS_PAYABLE_REVIEW

public static final PurapConstants.PaymentRequestStatuses.STATUS_ORDER AWAITING_ACCOUNTS_PAYABLE_REVIEW

AWAITING_RECEIVING_REVIEW

public static final PurapConstants.PaymentRequestStatuses.STATUS_ORDER AWAITING_RECEIVING_REVIEW

AWAITING_SUB_ACCT_MGR_REVIEW

public static final PurapConstants.PaymentRequestStatuses.STATUS_ORDER AWAITING_SUB_ACCT_MGR_REVIEW

AWAITING_FISCAL_REVIEW

public static final PurapConstants.PaymentRequestStatuses.STATUS_ORDER AWAITING_FISCAL_REVIEW

AWAITING_ORG_REVIEW

public static final PurapConstants.PaymentRequestStatuses.STATUS_ORDER AWAITING_ORG_REVIEW

AWAITING_TAX_REVIEW

public static final PurapConstants.PaymentRequestStatuses.STATUS_ORDER AWAITING_TAX_REVIEW

DEPARTMENT_APPROVED

public static final PurapConstants.PaymentRequestStatuses.STATUS_ORDER DEPARTMENT_APPROVED

AUTO_APPROVED

public static final PurapConstants.PaymentRequestStatuses.STATUS_ORDER AUTO_APPROVED
Method Detail

values

public static PurapConstants.PaymentRequestStatuses.STATUS_ORDER[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (PurapConstants.PaymentRequestStatuses.STATUS_ORDER c : PurapConstants.PaymentRequestStatuses.STATUS_ORDER.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PurapConstants.PaymentRequestStatuses.STATUS_ORDER valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getByStatusCode

public static PurapConstants.PaymentRequestStatuses.STATUS_ORDER getByStatusCode(String statusCode)

isFullDocumentEntryCompleted

public static boolean isFullDocumentEntryCompleted(String status)

getPreviousStatus

public static PurapConstants.PaymentRequestStatuses.STATUS_ORDER getPreviousStatus(String statusCode)

isFirstFullEntryStatus

public static boolean isFirstFullEntryStatus(String statusCode)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.