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) InventoryLocationGroupDetailFactory.getEntityFromCache(InventoryLocationGroupDetailPK pk) InventoryLocationGroupDetailFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupDetailPK pk) InventoryLocationGroupDetailFactory.getValueFromPK(InventoryLocationGroupDetailPK pk) voidInventoryLocationGroupDetailFactory.remove(InventoryLocationGroupDetailPK pk) booleanInventoryLocationGroupDetailFactory.validPK(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.getValuesFromPKs(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 -
Uses of InventoryLocationGroupDetailPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return InventoryLocationGroupDetailPKModifier and TypeMethodDescriptionInventoryLocationGroups.ActiveDetail()Getter forinventorylocationgroups.invlocgrp_activedetailid.InventoryLocationGroupDetails.InventoryLocationGroupDetail()Getter forinventorylocationgroupdetails.invlocgrpdt_inventorylocationgroupdetailid.InventoryLocationGroups.LastDetail()Getter forinventorylocationgroups.invlocgrp_lastdetailid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type InventoryLocationGroupDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<InventoryLocationGroupDetailPK> InventoryLocationGroupDetails.key()Methods in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryLocationGroupDetailPKModifier and TypeMethodDescriptionvoidInventoryLocationGroups.ActiveDetail(InventoryLocationGroupDetailPK value) Setter forinventorylocationgroups.invlocgrp_activedetailid.voidInventoryLocationGroupDetails.InventoryLocationGroupDetail(InventoryLocationGroupDetailPK value) Setter forinventorylocationgroupdetails.invlocgrpdt_inventorylocationgroupdetailid.voidInventoryLocationGroups.LastDetail(InventoryLocationGroupDetailPK value) Setter forinventorylocationgroups.invlocgrp_lastdetailid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryLocationGroupDetailPKModifierConstructorDescriptionInventoryLocationGroupDetails(InventoryLocationGroupDetailPK InventoryLocationGroupDetail, InventoryLocationGroupPK InventoryLocationGroup, PartyPK WarehouseParty, String InventoryLocationGroupName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised InventoryLocationGroupDetailsInventoryLocationGroups(InventoryLocationGroupPK InventoryLocationGroup, InventoryLocationGroupDetailPK ActiveDetail, InventoryLocationGroupDetailPK LastDetail) Create a detached, initialised InventoryLocationGroups -
Uses of InventoryLocationGroupDetailPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type InventoryLocationGroupDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryLocationGroups, InventoryLocationGroupDetailPK> InventoryLocationGroups.ACTIVE_DETAILThe columninventorylocationgroups.invlocgrp_activedetailid.final org.jooq.TableField<InventoryLocationGroupDetails, InventoryLocationGroupDetailPK> InventoryLocationGroupDetails.INVENTORY_LOCATION_GROUP_DETAILThe columninventorylocationgroupdetails.invlocgrpdt_inventorylocationgroupdetailid.final org.jooq.TableField<InventoryLocationGroups, InventoryLocationGroupDetailPK> InventoryLocationGroups.LAST_DETAILThe columninventorylocationgroups.invlocgrp_lastdetailid.