|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SlicingDataSet in org.zeroexchange.collaboration.contract.read |
---|
Methods in org.zeroexchange.collaboration.contract.read that return SlicingDataSet | |
---|---|
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. |
Uses of SlicingDataSet in org.zeroexchange.collaboration.invitation.read |
---|
Methods in org.zeroexchange.collaboration.invitation.read that return SlicingDataSet | |
---|---|
SlicingDataSet<Invitation> |
DefaultUserInvitationReader.getInvitations(Contract contract)
Lists invitations for the specified contract. |
SlicingDataSet<Invitation> |
UserInvitationReader.getInvitations(Contract contract)
Lists invitations for the specified contract. |
Uses of SlicingDataSet in org.zeroexchange.dao.invitation |
---|
Methods in org.zeroexchange.dao.invitation that return SlicingDataSet | |
---|---|
SlicingDataSet<Invitation> |
InvitationDAO.getInvitations(Integer integer)
Lists invitations for the specified contract. |
SlicingDataSet<Invitation> |
InvitationDAOImpl.getInvitations(Integer contractId)
Lists invitations for the specified contract. |
Uses of SlicingDataSet in org.zeroexchange.dao.mcredit |
---|
Methods in org.zeroexchange.dao.mcredit that return SlicingDataSet | |
---|---|
SlicingDataSet<CreditLine> |
CreditLineDAOImpl.getCreditorLines(User creditor)
Returns credit lines for the specified creditor. |
SlicingDataSet<CreditLine> |
CreditLineDAO.getCreditorLines(User creditor)
Returns credit lines for the specified creditor. |
SlicingDataSet<CreditLine> |
CreditLineDAOImpl.getDebtorLines(User debtor)
Returns credit lines for the specified debtor. |
SlicingDataSet<CreditLine> |
CreditLineDAO.getDebtorLines(User debtor)
Returns credit lines for the specified debtor. |
Uses of SlicingDataSet in org.zeroexchange.dao.resource |
---|
Classes in org.zeroexchange.dao.resource that implement SlicingDataSet | |
---|---|
protected class |
ResourceTenderDAOImpl.TendersDataSet
|
Methods in org.zeroexchange.dao.resource that return SlicingDataSet | |
---|---|
SlicingDataSet<Need> |
NeedDAOImpl.getNeeds(Resource resource,
Integer excludedUserId)
Returns set of the resource tenders. |
SlicingDataSet<Need> |
NeedDAO.getNeeds(Resource resource,
Integer excludedUserId)
Returns set of the resource tenders. |
SlicingDataSet<Supply> |
SupplyDAO.getSupplies(Resource resource,
Integer excludedUserId)
Returns set of the resource tenders. |
SlicingDataSet<Supply> |
SupplyDAOImpl.getSupplies(Resource resource,
Integer excludedUserId)
Returns set of the resource tenders. |
Uses of SlicingDataSet in org.zeroexchange.dao.skill |
---|
Methods in org.zeroexchange.dao.skill that return SlicingDataSet | |
---|---|
SlicingDataSet<Skill> |
SkillDAO.getSkills(User user)
Returns the skills for the specified user. |
SlicingDataSet<Skill> |
SkillDAOImpl.getSkills(User user)
Returns the skills for the specified user. |
Uses of SlicingDataSet in org.zeroexchange.dao.user.reader |
---|
Methods in org.zeroexchange.dao.user.reader that return SlicingDataSet | |
---|---|
SlicingDataSet<User> |
UserReaderFactoryImpl.getUsers(String query,
User excludedUser)
Returns users according the query. |
SlicingDataSet<User> |
UserReaderFactory.getUsers(String query,
User excludedUser)
Returns users according the query. |
Uses of SlicingDataSet in org.zeroexchange.data |
---|
Classes in org.zeroexchange.data that implement SlicingDataSet | |
---|---|
class |
EmptyDataSet<T>
Dummy dataset provides empty set of items. |
Uses of SlicingDataSet in org.zeroexchange.dataset.criteria |
---|
Subinterfaces of SlicingDataSet in org.zeroexchange.dataset.criteria | |
---|---|
interface |
ProcessorAwareDataSet<T>
|
Classes in org.zeroexchange.dataset.criteria that implement SlicingDataSet | |
---|---|
class |
CriteriaDataSet<T extends Persistent>
The criteria-based data set. |
class |
ProcessorsCriteriaDataSet<T extends Persistent>
|
Uses of SlicingDataSet in org.zeroexchange.mcredit.write |
---|
Methods in org.zeroexchange.mcredit.write that return SlicingDataSet | |
---|---|
SlicingDataSet<CreditLine> |
CreditLineWriter.getUserLines(User creditor)
Returns credit lines for the specified creditor. |
SlicingDataSet<CreditLine> |
DefaultCreditLineWriter.getUserLines(User creditor)
Returns credit lines for the specified creditor. |
Uses of SlicingDataSet in org.zeroexchange.messaging.embedded.read |
---|
Methods in org.zeroexchange.messaging.embedded.read that return SlicingDataSet | |
---|---|
SlicingDataSet<Message> |
DAOMessageReader.getUserMessages(Integer userId,
SortDescriptor sortDescriptor)
Returns messages delivered to the specified user. |
SlicingDataSet<Message> |
MessageReader.getUserMessages(Integer userId,
SortDescriptor sortDescriptor)
Returns messages delivered to the specified user. |
Uses of SlicingDataSet in org.zeroexchange.resource.read |
---|
Methods in org.zeroexchange.resource.read that return SlicingDataSet | |
---|---|
SlicingDataSet<Resource> |
ResourceReader.getContractResources(Integer contractId,
SortDescriptor sortDescriptor,
Object filter)
Returns the resource for the specified contract. |
SlicingDataSet<Resource> |
DAOResourceReader.getContractResources(Integer contractId,
SortDescriptor sortDescriptor,
Object resourcesFilter)
Returns the resource for the specified contract. |
SlicingDataSet<Resource> |
ResourceReader.getUserRelatedResources(int userId,
SortDescriptor sortDescriptor,
String filterQuery)
Returns resources where user is participant. |
SlicingDataSet<Resource> |
DAOResourceReader.getUserRelatedResources(int userId,
SortDescriptor sortDescriptor,
String filterQuery)
Returns resources where user is participant. |
Uses of SlicingDataSet in org.zeroexchange.resource.tender |
---|
Methods in org.zeroexchange.resource.tender that return SlicingDataSet | |
---|---|
SlicingDataSet<Need> |
INeedWorkflowManager.getNeeds(Resource resource,
Integer excludedUserId)
Returns tenders belonging to the specified resource. |
SlicingDataSet<Need> |
NeedWorkflowManager.getNeeds(Resource resource,
Integer excludedUserId)
Returns tenders belonging to the specified resource. |
SlicingDataSet<Supply> |
SupplyWorkflowManager.getSupplies(Resource resource,
Integer excludedUserId)
Returns tenders belonging to the specified resource. |
SlicingDataSet<Supply> |
ISupplyWorkflowManager.getSupplies(Resource resource,
Integer excludedUserId)
Returns tenders belonging to the specified resource. |
Uses of SlicingDataSet in org.zeroexchange.user.skill |
---|
Methods in org.zeroexchange.user.skill that return SlicingDataSet | |
---|---|
SlicingDataSet<Skill> |
SkillsReader.getSkills(User user)
Returns the skills for the specified user. |
SlicingDataSet<Skill> |
DefaultSkillsReader.getSkills(User user)
Returns the skills for the specified user. |
Uses of SlicingDataSet in org.zeroexchange.web.model |
---|
Methods in org.zeroexchange.web.model that return SlicingDataSet | |
---|---|
protected abstract SlicingDataSet<T> |
AbstractDataSetProvider.getDataSet(F filter)
Returns data set to operate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |