RequestForQuoteStateChangeAction.java

package com.tradecloud.domain.model.requestforquote;

/**
 * List of user state change request actions that are allowed through the state service for Shipment.
 *
 * @author ronan
 */
public enum RequestForQuoteStateChangeAction {
    DELETED, DRAFT, SEND_FOR_REVIEW, APPROVE_DRAFT, CLOSED, CANCELLED, APPROVE_AWARDING, SEND_FOR_APPROVAL,SEND_TO_BRANCHES, BRANCH_CONFIRMED,
    ALL_ORDERS_CREATED;
}