|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContractInformant
Method Summary | |
---|---|
Collection<User> |
getCreditors(Contract contract)
Returns list if contract's participants with positive balance. |
Set<User> |
getEffectiveSuppliers(Contract contract)
Returns effective users of the specified contract. |
BigDecimal |
getUserContributionPrice(Contract contract,
User user,
ZECurrency currency)
Returns value of the contribution made by the specified user into the specified contract. |
boolean |
isUserEffective(Contract contract,
Integer currentUserId)
Returns true if the user has accepted tenders in the contract. |
Method Detail |
---|
BigDecimal getUserContributionPrice(Contract contract, User user, ZECurrency currency)
Collection<User> getCreditors(Contract contract)
boolean isUserEffective(Contract contract, Integer currentUserId)
Set<User> getEffectiveSuppliers(Contract contract)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |