|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessorAwareDataSet | |
|---|---|
| org.zeroexchange.dao.collaboration | |
| org.zeroexchange.dao.message | |
| org.zeroexchange.dao.resource | |
| org.zeroexchange.dataset.criteria | |
| org.zeroexchange.resource.read | |
| Uses of ProcessorAwareDataSet in org.zeroexchange.dao.collaboration |
|---|
| Methods in org.zeroexchange.dao.collaboration that return ProcessorAwareDataSet | |
|---|---|
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. |
| Uses of ProcessorAwareDataSet in org.zeroexchange.dao.message |
|---|
| Methods in org.zeroexchange.dao.message that return ProcessorAwareDataSet | |
|---|---|
ProcessorAwareDataSet<Message> |
MessageDAO.getUserMessages(Integer userId)
Returns messages delivered to the specified user. |
ProcessorAwareDataSet<Message> |
MessageDAOImpl.getUserMessages(Integer userId)
Returns messages delivered to the specified user. |
| Uses of ProcessorAwareDataSet in org.zeroexchange.dao.resource |
|---|
| Classes in org.zeroexchange.dao.resource that implement ProcessorAwareDataSet | |
|---|---|
protected class |
ResourceTenderDAOImpl.TendersDataSet
|
| Methods in org.zeroexchange.dao.resource that return ProcessorAwareDataSet | |
|---|---|
ProcessorAwareDataSet<Resource> |
ResourceDAOImpl.getContractResources(Integer contractId)
|
ProcessorAwareDataSet<Resource> |
ResourceDAO.getContractResources(Integer contractId)
Returns contract's resources. |
ProcessorAwareDataSet<Resource> |
ResourceDAOImpl.getUserRelatedResources(int userId)
Return resources where the current user is the participant. |
ProcessorAwareDataSet<Resource> |
ResourceDAO.getUserRelatedResources(int userId)
Return resources where the current user is the participant. |
| Uses of ProcessorAwareDataSet in org.zeroexchange.dataset.criteria |
|---|
| Classes in org.zeroexchange.dataset.criteria that implement ProcessorAwareDataSet | |
|---|---|
class |
ProcessorsCriteriaDataSet<T extends Persistent>
|
| Uses of ProcessorAwareDataSet in org.zeroexchange.resource.read |
|---|
| Methods in org.zeroexchange.resource.read with parameters of type ProcessorAwareDataSet | |
|---|---|
protected void |
DAOResourceReader.addProcessors(ProcessorAwareDataSet<Resource> dataSet,
SortDescriptor sortDescriptor,
Object resourcesFilter)
Adds the sort/filtering processors. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||