Uses of Interface
org.dps.core.database.planet.IPlanetSchematicsPinMap

Packages that use IPlanetSchematicsPinMap
org.dps.core.database.planet   
 

Uses of IPlanetSchematicsPinMap in org.dps.core.database.planet
 

Methods in org.dps.core.database.planet that return IPlanetSchematicsPinMap
 IPlanetSchematicsPinMap IPlanetSchematicsPinMapFactory.getFromId(int schematicID, int pinTypeID)
           
 

Methods in org.dps.core.database.planet that return types with arguments of type IPlanetSchematicsPinMap
 java.util.Collection<IPlanetSchematicsPinMap> IPlanetSchematicsPinMapFactory.getAll()
           
 java.util.Collection<IPlanetSchematicsPinMap> IPlanetSchematicsPinMapFactory.getAllByPinTypeId(int pinTypeID)
           
 java.util.Collection<IPlanetSchematicsPinMap> IPlanetSchematicsPinMapFactory.getAllBySchematicId(int schematicID)