Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryLocationGroupDescriptionPK
Packages that use InventoryLocationGroupDescriptionPK
Package
Description
-
Uses of InventoryLocationGroupDescriptionPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationGroupDescriptionPK -
Uses of InventoryLocationGroupDescriptionPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupDescriptionPKModifier and TypeMethodDescriptionInventoryLocationGroupDescriptionFactory.getNextPK()InventoryLocationGroupDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryLocationGroupDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupDescriptionPKModifier and TypeMethodDescriptionInventoryLocationGroupDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryLocationGroupDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryLocationGroupDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryLocationGroupDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupDescriptionPKModifier and TypeMethodDescriptionInventoryLocationGroupDescriptionFactory.getEntityFromCache(Session session, InventoryLocationGroupDescriptionPK pk) InventoryLocationGroupDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupDescriptionPK pk) InventoryLocationGroupDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, InventoryLocationGroupDescriptionPK pk) InventoryLocationGroupDescriptionFactory.getValueFromPK(Session session, InventoryLocationGroupDescriptionPK pk) voidInventoryLocationGroupDescriptionFactory.remove(Session session, InventoryLocationGroupDescriptionPK pk) booleanInventoryLocationGroupDescriptionFactory.validPK(Session session, InventoryLocationGroupDescriptionPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupDescriptionPKModifier and TypeMethodDescriptionInventoryLocationGroupDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupDescriptionPK> pks) InventoryLocationGroupDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupDescriptionPK> pks) InventoryLocationGroupDescriptionFactory.getValuesFromPKs(Session session, Collection<InventoryLocationGroupDescriptionPK> pks) voidInventoryLocationGroupDescriptionFactory.remove(Session session, Collection<InventoryLocationGroupDescriptionPK> pks) voidInventoryLocationGroupDescriptionFactory.remove(Collection<InventoryLocationGroupDescriptionPK> pks) -
Uses of InventoryLocationGroupDescriptionPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationGroupDescriptionPKConstructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationGroupDescriptionPKModifierConstructorDescriptionInventoryLocationGroupDescriptionValue(InventoryLocationGroupDescriptionPK inventoryLocationGroupDescriptionPK, InventoryLocationGroupPK inventoryLocationGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupDescriptionValue