|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceDAO
The contract DAO.
Method Summary | |
---|---|
ProcessorAwareDataSet<Resource> |
getContractResources(Integer contractId)
Returns contract's resources. |
ProcessorAwareDataSet<Resource> |
getUserRelatedResources(int userId)
Return resources where the current user is the participant. |
Collection<Resource> |
getUserResources(int userId,
Set<Integer> resourcesIds)
Return resources belonging to the current user by the resources ids. |
Methods inherited from interface org.zeroexchange.dao.DAO |
---|
getById, removeById, save |
Method Detail |
---|
ProcessorAwareDataSet<Resource> getUserRelatedResources(int userId)
Collection<Resource> getUserResources(int userId, Set<Integer> resourcesIds)
ProcessorAwareDataSet<Resource> getContractResources(Integer contractId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |