|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Contract in org.zeroexchange.collaboration.contract.event |
---|
Methods in org.zeroexchange.collaboration.contract.event that return Contract | |
---|---|
Contract |
ContractChanged.getContract()
|
Constructors in org.zeroexchange.collaboration.contract.event with parameters of type Contract | |
---|---|
ContractAccepted(Contract contract,
User user)
Constructor. |
|
ContractChanged(Contract contract)
|
|
ContractCreated(Contract contract)
Constructor. |
|
ContractDeclined(Contract contract,
User user)
Constructor. |
|
ContractSpecificationChanged(Contract contract)
Constructor. |
|
ContractStatusChanged(Contract contract,
ContractStatus oldStatus,
ContractStatus newStatus)
Constructor. |
|
ResourceChanged(Contract contract,
Resource resource)
|
|
ResourceDeleted(Contract contract,
Resource resource)
Constructor. |
|
ResourceReconciled(Contract contract,
Resource resource)
Constructor. |
|
ResourceSupplyConfirmed(Contract contract,
Resource resource)
Constructor. |
|
TenderChanged(Contract contract,
ResourceTender resourceTender,
TenderChanged.TenderOperation tenderOperation)
|
Uses of Contract in org.zeroexchange.collaboration.contract.permission |
---|
Methods in org.zeroexchange.collaboration.contract.permission with parameters of type Contract | |
---|---|
boolean |
DAOContractPermissionsInformant.isAddResourceAllowed(Contract contract)
Returns true if the current user is allowed to add the resource. |
boolean |
ContractPermissionsInformant.isAddResourceAllowed(Contract contract)
Returns true if the current user is allowed to add the resource. |
boolean |
DAOContractPermissionsInformant.isContractAcceptanceAllowed(Contract contract)
Returns true if the user can accept the contract. |
boolean |
ContractPermissionsInformant.isContractAcceptanceAllowed(Contract contract)
Returns true if the user can accept the contract. |
boolean |
DAOContractPermissionsInformant.isContractCancelAcceptanceAllowed(Contract contract)
Returns true if the user can cancel the contract's acceptance. |
boolean |
ContractPermissionsInformant.isContractCancelAcceptanceAllowed(Contract contract)
Returns true if the user can cancel the contract's acceptance. |
boolean |
DAOContractPermissionsInformant.isTendersManagementAllowed(Contract contract,
Resource resource)
Returns true if the tender management is allowed for the user. |
boolean |
ContractPermissionsInformant.isTendersManagementAllowed(Contract contract,
Resource resource)
Returns true if the tender management is allowed for the user. |
Uses of Contract in org.zeroexchange.collaboration.contract.read |
---|
Methods in org.zeroexchange.collaboration.contract.read that return Contract | |
---|---|
Contract |
DAOContractReader.getContract(Integer contractId)
|
Contract |
ContractReader.getContract(Integer contractId)
Returns the contract by its Id. |
Methods in org.zeroexchange.collaboration.contract.read that return types with arguments of type Contract | |
---|---|
SlicingDataSet<Contract> |
DAOContractReader.getAvailableContracts(SortDescriptor sortDescriptor,
ContractFilter filter,
User viewer)
Returns data set with available contracts. |
SlicingDataSet<Contract> |
ContractReader.getAvailableContracts(SortDescriptor sortDescriptor,
ContractFilter filter,
User viewer)
Returns data set with available contracts. |
Methods in org.zeroexchange.collaboration.contract.read with parameters of type Contract | |
---|---|
Collection<User> |
DAOContractReader.getAllAcceptedUsers(Contract contract)
Returns all the users of the contract. |
Collection<User> |
ContractReader.getAllAcceptedUsers(Contract contract)
Returns all the users of the contract. |
Collection<User> |
ContractInformant.getCreditors(Contract contract)
Returns list if contract's participants with positive balance. |
Collection<User> |
DefaultContractInformant.getCreditors(Contract contract)
Returns list if contract's participants with positive balance. |
Set<User> |
ContractInformant.getEffectiveSuppliers(Contract contract)
Returns effective users of the specified contract. |
Set<User> |
DefaultContractInformant.getEffectiveSuppliers(Contract contract)
Returns effective users of the specified contract. |
BigDecimal |
ContractInformant.getUserContributionPrice(Contract contract,
User user,
ZECurrency currency)
Returns value of the contribution made by the specified user into the specified contract. |
BigDecimal |
DefaultContractInformant.getUserContributionPrice(Contract contract,
User user,
ZECurrency currency)
Returns value of the contribution made by the specified user into the specified contract. |
boolean |
ContractInformant.isUserEffective(Contract contract,
Integer currentUserId)
Returns true if the user has accepted tenders in the contract. |
boolean |
DefaultContractInformant.isUserEffective(Contract contract,
Integer userId)
Returns true if the user has accepted tenders in the contract. |
Uses of Contract in org.zeroexchange.collaboration.contract.write |
---|
Methods in org.zeroexchange.collaboration.contract.write that return Contract | |
---|---|
Contract |
ContractWriter.accept(User user,
Contract contract)
|
Contract |
DAOContractWriter.accept(User user,
Contract contract)
|
Contract |
ContractWriter.addViewer(Contract contract,
User viewer)
Marks that contract was viewed by the specified viewer. |
Contract |
DAOContractWriter.addViewer(Contract contract,
User viewer)
Marks that contract was viewed by the specified viewer. |
Contract |
ContractWriter.save(Contract contract)
Persists the specified contract. |
Contract |
DAOContractWriter.save(Contract contract)
Persists the specified contract. |
Methods in org.zeroexchange.collaboration.contract.write with parameters of type Contract | |
---|---|
Contract |
ContractWriter.accept(User user,
Contract contract)
|
Contract |
DAOContractWriter.accept(User user,
Contract contract)
|
Contract |
ContractWriter.addViewer(Contract contract,
User viewer)
Marks that contract was viewed by the specified viewer. |
Contract |
DAOContractWriter.addViewer(Contract contract,
User viewer)
Marks that contract was viewed by the specified viewer. |
Contract |
ContractWriter.save(Contract contract)
Persists the specified contract. |
Contract |
DAOContractWriter.save(Contract contract)
Persists the specified contract. |
Uses of Contract in org.zeroexchange.collaboration.invitation.read |
---|
Methods in org.zeroexchange.collaboration.invitation.read with parameters of type Contract | |
---|---|
SlicingDataSet<Invitation> |
DefaultUserInvitationReader.getInvitations(Contract contract)
Lists invitations for the specified contract. |
SlicingDataSet<Invitation> |
UserInvitationReader.getInvitations(Contract contract)
Lists invitations for the specified contract. |
boolean |
DefaultUserInvitationReader.hasInvitations(Contract contract)
Returns true it fht specified contract has invitations. |
boolean |
UserInvitationReader.hasInvitations(Contract contract)
Returns true it fht specified contract has invitations. |
Uses of Contract in org.zeroexchange.dao.collaboration |
---|
Methods in org.zeroexchange.dao.collaboration that return types with arguments of type Contract | |
---|---|
ProcessorAwareDataSet<Contract> |
ContractDAO.getAvailableContracts(User viewer)
Returns data set for iteration through the available contract. |
ProcessorAwareDataSet<Contract> |
ContractDAOImpl.getAvailableContracts(User viewer)
Returns data set for iteration through the available contract. |
Class<Contract> |
ContractDAOImpl.getEntityClass()
|
Uses of Contract in org.zeroexchange.flow.collaboration |
---|
Methods in org.zeroexchange.flow.collaboration with parameters of type Contract | |
---|---|
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. |
protected boolean |
PersonalContractStatusInformant.isContractIsAcceptedByUser(Contract contract,
Integer userId)
Returns true if the contract is accepted by the user. |
boolean |
PersonalContractStatusInformant.isContractModificationAllowed(Contract contract)
Returns true if the contract status allows to change the contract conditions. |
boolean |
ContractStatusInformant.isContractModificationAllowed(Contract contract)
Returns true if the contract status allows to change the contract conditions. |
boolean |
PersonalContractStatusInformant.isDeliveryDone(Contract contract,
Integer currentUserId)
Returns true if the user completed at least one delivery. |
boolean |
ContractStatusInformant.isDeliveryDone(Contract contract,
Integer currentUserId)
Returns true if the user completed at least one delivery. |
Uses of Contract in org.zeroexchange.flow.collaboration.step |
---|
Methods in org.zeroexchange.flow.collaboration.step with parameters of type Contract | |
---|---|
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. |
protected List<User> |
ReadyStep.getCollaborators(Contract contract)
Returns contract's collaborators. |
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 Contract in org.zeroexchange.model.collaboration |
---|
Methods in org.zeroexchange.model.collaboration that return Contract | |
---|---|
Contract |
Invitation.getContract()
|
Methods in org.zeroexchange.model.collaboration with parameters of type Contract | |
---|---|
void |
Invitation.setContract(Contract contract)
|
Uses of Contract in org.zeroexchange.model.resource |
---|
Methods in org.zeroexchange.model.resource that return Contract | |
---|---|
Contract |
Resource.getContract()
|
Methods in org.zeroexchange.model.resource with parameters of type Contract | |
---|---|
void |
Resource.setContract(Contract contract)
|
Uses of Contract in org.zeroexchange.representation |
---|
Methods in org.zeroexchange.representation with parameters of type Contract | |
---|---|
String |
ContractRepresentation.getRepresentation(Contract contract,
int limit)
Returns string representation of the specified entity. |
Uses of Contract in org.zeroexchange.resource.reconciliation |
---|
Methods in org.zeroexchange.resource.reconciliation with parameters of type Contract | |
---|---|
void |
Reconciliator.reconcileContract(Contract contract)
Reconcilies the contract. |
void |
DefaultReconciliator.reconcileContract(Contract contract)
Reconcilies the contract. |
Uses of Contract in org.zeroexchange.user |
---|
Methods in org.zeroexchange.user with parameters of type Contract | |
---|---|
protected boolean |
TenderChangedListener.internalIsUserEffective(Contract contract,
Integer userId,
Set<Integer> passedUserIds)
Determines whether the user is effective recursively. |
Uses of Contract in org.zeroexchange.user.event |
---|
Methods in org.zeroexchange.user.event that return Contract | |
---|---|
Contract |
UsersInvited.getContract()
|
Constructors in org.zeroexchange.user.event with parameters of type Contract | |
---|---|
UsersInvited(Contract contract,
List<User> invitedUsers)
Constructor. |
Uses of Contract in org.zeroexchange.web.components.contract |
---|
Methods in org.zeroexchange.web.components.contract that return types with arguments of type Contract | |
---|---|
protected List<RowAction<Contract>> |
ContractsPanel.getContractRowActions()
Returns Available contract's actions. |
protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<Contract,String>> |
ContractsPanel.getContractsColumns()
Returns contract columns descriptors. |
Constructor parameters in org.zeroexchange.web.components.contract with type arguments of type Contract | |
---|---|
InvitationsPanel(String id,
org.apache.wicket.model.IModel<Contract> contractModel)
Constructor. |
Uses of Contract in org.zeroexchange.web.components.mcredit |
---|
Constructor parameters in org.zeroexchange.web.components.mcredit with type arguments of type Contract | |
---|---|
CreditorsPanel(String id,
org.apache.wicket.model.Model<Contract> contractModel)
Constructor. |
Uses of Contract in org.zeroexchange.web.components.resource.list |
---|
Constructor parameters in org.zeroexchange.web.components.resource.list with type arguments of type Contract | |
---|---|
ContractResourcesPanel(String id,
org.apache.wicket.model.IModel<Contract> model)
Constructor. |
Uses of Contract in org.zeroexchange.web.page.contract |
---|
Methods in org.zeroexchange.web.page.contract that return Contract | |
---|---|
protected Contract |
ViewContract.getContract()
Returns the current contract. |
protected Contract |
EditContract.getContract()
Returns the contract |
protected Contract |
ContractDetails.getContract()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |