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

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

Uses of Supply in org.zeroexchange.dao.resource
 

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

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

Method parameters in org.zeroexchange.model.resource with type arguments of type Supply
 void Resource.setSupplies(Set<Supply> supplies)
           
 

Uses of Supply in org.zeroexchange.resource.tender
 

Methods in org.zeroexchange.resource.tender that return Supply
 Supply SupplyWorkflowManager.getSupply(Integer tenderId)
          Returns the supply.
 Supply ISupplyWorkflowManager.getSupply(Integer tenderId)
          Returns the supply.
 

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

Methods in org.zeroexchange.resource.write with parameters of type Supply
 Resource DAOResourceWriter.addSupply(Resource resource, Supply supply)
          
 Resource ResourceWriter.addSupply(Resource resource, Supply resourceTender)
           
 

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

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



Copyright © 2013. All Rights Reserved.