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

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

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


Enum Constant Summary
AWAITING_ACCOUNTS_PAYABLE_REVIEW
           
CANCELLED_IN_PROCESS
           
CANCELLED_POST_AP_APPROVE
           
CANCELLED_PRIOR_TO_AP_APPROVAL
           
COMPLETE
           
IN_PROCESS
           
INITIATE
           
 
Method Summary
static PurapConstants.CreditMemoStatuses.STATUS_ORDER getByStatusCode(String statusCode)
           
static PurapConstants.CreditMemoStatuses.STATUS_ORDER getPreviousStatus(String statusCode)
           
static boolean isFirstFullEntryStatus(String statusCode)
           
static boolean isFullDocumentEntryCompleted(String status)
           
static PurapConstants.CreditMemoStatuses.STATUS_ORDER valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PurapConstants.CreditMemoStatuses.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.CreditMemoStatuses.STATUS_ORDER CANCELLED_IN_PROCESS

CANCELLED_PRIOR_TO_AP_APPROVAL

public static final PurapConstants.CreditMemoStatuses.STATUS_ORDER CANCELLED_PRIOR_TO_AP_APPROVAL

CANCELLED_POST_AP_APPROVE

public static final PurapConstants.CreditMemoStatuses.STATUS_ORDER CANCELLED_POST_AP_APPROVE

INITIATE

public static final PurapConstants.CreditMemoStatuses.STATUS_ORDER INITIATE

IN_PROCESS

public static final PurapConstants.CreditMemoStatuses.STATUS_ORDER IN_PROCESS

AWAITING_ACCOUNTS_PAYABLE_REVIEW

public static final PurapConstants.CreditMemoStatuses.STATUS_ORDER AWAITING_ACCOUNTS_PAYABLE_REVIEW

COMPLETE

public static final PurapConstants.CreditMemoStatuses.STATUS_ORDER COMPLETE
Method Detail

values

public static PurapConstants.CreditMemoStatuses.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.CreditMemoStatuses.STATUS_ORDER c : PurapConstants.CreditMemoStatuses.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.CreditMemoStatuses.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.CreditMemoStatuses.STATUS_ORDER getByStatusCode(String statusCode)

isFullDocumentEntryCompleted

public static boolean isFullDocumentEntryCompleted(String status)

getPreviousStatus

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

isFirstFullEntryStatus

public static boolean isFirstFullEntryStatus(String statusCode)


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