Uses of Class
com.echothree.model.data.inventory.common.pk.PartyInventoryLevelPK
Packages that use PartyInventoryLevelPK
Package
Description
-
Uses of PartyInventoryLevelPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return PartyInventoryLevelPK -
Uses of PartyInventoryLevelPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return PartyInventoryLevelPKModifier and TypeMethodDescriptionPartyInventoryLevelFactory.getNextPK()PartyInventoryLevelFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyInventoryLevelFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type PartyInventoryLevelPKModifier and TypeMethodDescriptionPartyInventoryLevelFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyInventoryLevelFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyInventoryLevelFactory.getPKsFromResultSetAsList(ResultSet rs) PartyInventoryLevelFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type PartyInventoryLevelPKModifier and TypeMethodDescriptionPartyInventoryLevelFactory.getEntityFromCache(PartyInventoryLevelPK pk) PartyInventoryLevelFactory.getEntityFromPK(EntityPermission entityPermission, PartyInventoryLevelPK pk) PartyInventoryLevelFactory.getValueFromPK(PartyInventoryLevelPK pk) voidPartyInventoryLevelFactory.remove(PartyInventoryLevelPK pk) booleanPartyInventoryLevelFactory.validPK(PartyInventoryLevelPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type PartyInventoryLevelPKModifier and TypeMethodDescriptionPartyInventoryLevelFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyInventoryLevelPK> pks) PartyInventoryLevelFactory.getValuesFromPKs(Collection<PartyInventoryLevelPK> pks) voidPartyInventoryLevelFactory.remove(Collection<PartyInventoryLevelPK> pks) -
Uses of PartyInventoryLevelPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return PartyInventoryLevelPKConstructors in com.echothree.model.data.inventory.server.value with parameters of type PartyInventoryLevelPKModifierConstructorDescriptionPartyInventoryLevelValue(PartyInventoryLevelPK partyInventoryLevelPK, PartyPK partyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) Creates a new instance of PartyInventoryLevelValue