Uses of Interface
org.dps.core.database.crp.ICrpNPCCorporationTrades

Packages that use ICrpNPCCorporationTrades
org.dps.core.database.crp   
 

Uses of ICrpNPCCorporationTrades in org.dps.core.database.crp
 

Methods in org.dps.core.database.crp that return ICrpNPCCorporationTrades
 ICrpNPCCorporationTrades ICrpNPCCorporationTradesFactory.getFromId(int corpid, int typeid)
           
 

Methods in org.dps.core.database.crp that return types with arguments of type ICrpNPCCorporationTrades
 java.util.Collection<ICrpNPCCorporationTrades> ICrpNPCCorporationTradesFactory.getAll()
           
 java.util.Collection<ICrpNPCCorporationTrades> ICrpNPCCorporationTradesFactory.getAllByCorporationId(int corpID)
           
 java.util.Collection<ICrpNPCCorporationTrades> ICrpNPCCorporationTradesFactory.getAllByTypeId(int typeID)