Uses of Class
org.zeroexchange.model.resource.participant.Need

Packages that use Need
org.zeroexchange.dao.resource   
org.zeroexchange.model.resource   
org.zeroexchange.resource.tender   
org.zeroexchange.resource.write   
org.zeroexchange.web.components.resource.action   
 

Uses of Need in org.zeroexchange.dao.resource
 

Methods in org.zeroexchange.dao.resource that return types with arguments of type Need
 Class<Need> NeedDAOImpl.getEntityClass()
          
 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.
 

Uses of Need in org.zeroexchange.model.resource
 

Methods in org.zeroexchange.model.resource that return types with arguments of type Need
 Set<Need> Resource.getNeeds()
           
 

Method parameters in org.zeroexchange.model.resource with type arguments of type Need
 void Resource.setNeeds(Set<Need> needs)
           
 

Uses of Need in org.zeroexchange.resource.tender
 

Methods in org.zeroexchange.resource.tender that return Need
 Need INeedWorkflowManager.getNeed(Integer tenderId)
          Returns the supply.
 Need NeedWorkflowManager.getNeed(Integer tenderId)
          Returns the supply.
 

Methods in org.zeroexchange.resource.tender that return types with arguments of type Need
protected  ResourceTenderDAO<Need> NeedWorkflowManager.getDAO()
          
 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.
 

Methods in org.zeroexchange.resource.tender with parameters of type Need
 void INeedWorkflowManager.completeTender(Need need)
          Marks tender as completed by the initiator.
 void NeedWorkflowManager.completeTender(Need need)
          Marks tender as completed by the initiator.
 

Uses of Need in org.zeroexchange.resource.write
 

Methods in org.zeroexchange.resource.write with parameters of type Need
 Resource DAOResourceWriter.addNeed(Resource resource, Need need)
          
 Resource ResourceWriter.addNeed(Resource resource, Need resourceTender)
           
 

Uses of Need in org.zeroexchange.web.components.resource.action
 

Methods in org.zeroexchange.web.components.resource.action that return types with arguments of type Need
protected  List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<Need,String>> NeedsManagementPanel.getTenderColumns()
          Returns the tender columns.
protected  org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<Need,String> NeedsManagementPanel.getTendersDataProvider()
          
 



Copyright © 2013. All Rights Reserved.