|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContractStatus in org.zeroexchange.collaboration.contract.event |
---|
Methods in org.zeroexchange.collaboration.contract.event that return ContractStatus | |
---|---|
ContractStatus |
ContractStatusChanged.getNewStatus()
|
ContractStatus |
ContractStatusChanged.getOldStatus()
|
Constructors in org.zeroexchange.collaboration.contract.event with parameters of type ContractStatus | |
---|---|
ContractStatusChanged(Contract contract,
ContractStatus oldStatus,
ContractStatus newStatus)
Constructor. |
Uses of ContractStatus in org.zeroexchange.flow.collaboration |
---|
Methods in org.zeroexchange.flow.collaboration that return ContractStatus | |
---|---|
ContractStatus |
PersonalContractStatusInformant.getContractStatus(Contract contract,
Integer userId)
Returns actual contract status. |
ContractStatus |
ContractStatusInformant.getContractStatus(Contract contract,
Integer userId)
Returns actual contract status. |
protected ContractStatus |
DefaultContractFlow.getNextContractStatus(Contract contract)
Calculates the next status of the specified contract. |
Methods in org.zeroexchange.flow.collaboration with parameters of type ContractStatus | |
---|---|
ContractFlowStep |
DefaultContractFlowStatesRegistry.getFlowStep(ContractStatus contractStatus)
Returns contract flow step by the contract status. |
ContractFlowStep |
ContractFlowStatesRegistry.getFlowStep(ContractStatus contractStatus)
Returns contract flow step by the contract status. |
Uses of ContractStatus in org.zeroexchange.flow.collaboration.step |
---|
Methods in org.zeroexchange.flow.collaboration.step that return ContractStatus | |
---|---|
protected abstract ContractStatus |
AbstractStep.calculateNextNearestStep(Contract contract)
Calculates the next state of the specified contract. |
protected ContractStatus |
ReadyStep.calculateNextNearestStep(Contract contract)
Calculates the next state of the specified contract. |
protected ContractStatus |
UncompletedStep.calculateNextNearestStep(Contract contract)
Calculates the next state of the specified contract. |
protected ContractStatus |
ExecutedStep.calculateNextNearestStep(Contract contract)
Calculates the next state of the specified contract. |
ContractStatus |
ReadyStep.getProcessingStatus()
Returns the step current processor can process. |
ContractStatus |
ContractFlowStep.getProcessingStatus()
Returns the step current processor can process. |
ContractStatus |
UncompletedStep.getProcessingStatus()
Returns the step current processor can process. |
ContractStatus |
ExecutedStep.getProcessingStatus()
Returns the step current processor can process. |
ContractStatus |
AbstractStep.nextStep(Contract contract)
Returns the next step for the contract |
ContractStatus |
ContractFlowStep.nextStep(Contract contract)
Returns the next step for the contract |
Uses of ContractStatus in org.zeroexchange.model.collaboration |
---|
Methods in org.zeroexchange.model.collaboration that return ContractStatus | |
---|---|
ContractStatus |
Contract.getStatus()
|
static ContractStatus |
ContractStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ContractStatus[] |
ContractStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.zeroexchange.model.collaboration with parameters of type ContractStatus | |
---|---|
void |
Contract.setStatus(ContractStatus contractStatus)
|
Uses of ContractStatus in org.zeroexchange.web.page.contract |
---|
Methods in org.zeroexchange.web.page.contract that return ContractStatus | |
---|---|
protected ContractStatus |
ViewContract.getCurrentContractStatus()
Returns the status of the displayed contract. |
protected ContractStatus |
EditContract.getCurrentContractStatus()
Returns the status of the displayed contract. |
protected abstract ContractStatus |
ContractDetails.getCurrentContractStatus()
Returns the status of the displayed contract. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |