|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContractWriter
The service provides Contract entity persistence.
| Method Summary | |
|---|---|
Contract |
accept(User user,
Contract contract)
|
Contract |
addViewer(Contract contract,
User viewer)
Marks that contract was viewed by the specified viewer. |
void |
markUserEffective(Integer contractId,
User tenderOwner)
Marks specified user as effective. |
void |
markUserIneffective(Integer contractId,
User tenderOwner)
Marks specified user as ineffective. |
Contract |
save(Contract contract)
Persists the specified contract. |
| Method Detail |
|---|
Contract save(Contract contract)
Contract addViewer(Contract contract,
User viewer)
Contract accept(User user,
Contract contract)
void markUserEffective(Integer contractId,
User tenderOwner)
contractId - TODO
void markUserIneffective(Integer contractId,
User tenderOwner)
contractId - TODO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||