Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryLocationGroupDetailPK
Packages that use InventoryLocationGroupDetailPK
Package
Description
-
Uses of InventoryLocationGroupDetailPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationGroupDetailPKModifier and TypeMethodDescriptionInventoryLocationGroup.getActiveDetailPK()InventoryLocationGroup.getLastDetailPK()InventoryLocationGroupDetail.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationGroupDetailPKModifier and TypeMethodDescriptionvoidInventoryLocationGroup.setActiveDetailPK(InventoryLocationGroupDetailPK activeDetailPK) voidInventoryLocationGroup.setLastDetailPK(InventoryLocationGroupDetailPK lastDetailPK) -
Uses of InventoryLocationGroupDetailPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupDetailPKModifier and TypeMethodDescriptionInventoryLocationGroupDetailFactory.getNextPK()InventoryLocationGroupDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryLocationGroupDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupDetailPKModifier and TypeMethodDescriptionInventoryLocationGroupDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryLocationGroupDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryLocationGroupDetailFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryLocationGroupDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupDetailPKModifier and TypeMethodDescriptionInventoryLocationGroupFactory.create(InventoryLocationGroupDetailPK activeDetailPK, InventoryLocationGroupDetailPK lastDetailPK) InventoryLocationGroupFactory.create(Session session, InventoryLocationGroupDetailPK activeDetailPK, InventoryLocationGroupDetailPK lastDetailPK) InventoryLocationGroupDetailFactory.getEntityFromCache(Session session, InventoryLocationGroupDetailPK pk) InventoryLocationGroupDetailFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupDetailPK pk) InventoryLocationGroupDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, InventoryLocationGroupDetailPK pk) InventoryLocationGroupDetailFactory.getValueFromPK(Session session, InventoryLocationGroupDetailPK pk) voidInventoryLocationGroupDetailFactory.remove(Session session, InventoryLocationGroupDetailPK pk) booleanInventoryLocationGroupDetailFactory.validPK(Session session, InventoryLocationGroupDetailPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupDetailPKModifier and TypeMethodDescriptionInventoryLocationGroupDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupDetailPK> pks) InventoryLocationGroupDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupDetailPK> pks) InventoryLocationGroupDetailFactory.getValuesFromPKs(Session session, Collection<InventoryLocationGroupDetailPK> pks) voidInventoryLocationGroupDetailFactory.remove(Session session, Collection<InventoryLocationGroupDetailPK> pks) voidInventoryLocationGroupDetailFactory.remove(Collection<InventoryLocationGroupDetailPK> pks) -
Uses of InventoryLocationGroupDetailPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationGroupDetailPKModifier and TypeMethodDescriptionInventoryLocationGroupValue.getActiveDetailPK()InventoryLocationGroupValue.getLastDetailPK()InventoryLocationGroupDetailValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationGroupDetailPKModifier and TypeMethodDescriptionvoidInventoryLocationGroupValue.setActiveDetailPK(InventoryLocationGroupDetailPK activeDetailPK) voidInventoryLocationGroupValue.setLastDetailPK(InventoryLocationGroupDetailPK lastDetailPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationGroupDetailPKModifierConstructorDescriptionInventoryLocationGroupDetailValue(InventoryLocationGroupDetailPK inventoryLocationGroupDetailPK, InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupDetailValueInventoryLocationGroupValue(InventoryLocationGroupDetailPK activeDetailPK, InventoryLocationGroupDetailPK lastDetailPK) Creates a new instance of InventoryLocationGroupValueInventoryLocationGroupValue(InventoryLocationGroupPK inventoryLocationGroupPK, InventoryLocationGroupDetailPK activeDetailPK, InventoryLocationGroupDetailPK lastDetailPK) Creates a new instance of InventoryLocationGroupValue