Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLocationGroupDetail
Packages that use InventoryLocationGroupDetail
Package
Description
-
Uses of InventoryLocationGroupDetail in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationGroupDetailModifier and TypeMethodDescriptionInventoryLocationGroup.getActiveDetail()
InventoryLocationGroup.getActiveDetail
(EntityPermission entityPermission) InventoryLocationGroup.getActiveDetail
(Session session) InventoryLocationGroup.getActiveDetail
(Session session, EntityPermission entityPermission) InventoryLocationGroup.getActiveDetailForUpdate()
InventoryLocationGroup.getActiveDetailForUpdate
(Session session) InventoryLocationGroup.getLastDetail()
InventoryLocationGroup.getLastDetail
(EntityPermission entityPermission) InventoryLocationGroup.getLastDetail
(Session session) InventoryLocationGroup.getLastDetail
(Session session, EntityPermission entityPermission) InventoryLocationGroup.getLastDetailForUpdate()
InventoryLocationGroup.getLastDetailForUpdate
(Session session) Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationGroupDetailModifier and TypeMethodDescriptionvoid
InventoryLocationGroup.setActiveDetail
(InventoryLocationGroupDetail entity) void
InventoryLocationGroup.setLastDetail
(InventoryLocationGroupDetail entity) -
Uses of InventoryLocationGroupDetail in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupDetailModifier and TypeMethodDescriptionInventoryLocationGroupDetailFactory.create
(InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) InventoryLocationGroupDetailFactory.create
(InventoryLocationGroup inventoryLocationGroup, Party warehouseParty, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) InventoryLocationGroupDetailFactory.create
(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) InventoryLocationGroupDetailFactory.create
(Session session, InventoryLocationGroup inventoryLocationGroup, Party warehouseParty, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) InventoryLocationGroupDetailFactory.getEntityFromCache
(Session session, InventoryLocationGroupDetailPK pk) InventoryLocationGroupDetailFactory.getEntityFromPK
(EntityPermission entityPermission, InventoryLocationGroupDetailPK pk) InventoryLocationGroupDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, InventoryLocationGroupDetailPK pk) InventoryLocationGroupDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) InventoryLocationGroupDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupDetailFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupDetailFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupDetailFactory.getEntityFromValue
(EntityPermission entityPermission, InventoryLocationGroupDetailValue value) InventoryLocationGroupDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InventoryLocationGroupDetailValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupDetailModifier and TypeMethodDescriptionInventoryLocationGroupDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<InventoryLocationGroupDetailPK> pks) InventoryLocationGroupDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupDetailPK> pks) InventoryLocationGroupDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) InventoryLocationGroupDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupDetailFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupDetailFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupDetailModifier and TypeMethodDescriptionInventoryLocationGroupFactory.create
(InventoryLocationGroupDetail activeDetail, InventoryLocationGroupDetail lastDetail) InventoryLocationGroupFactory.create
(Session session, InventoryLocationGroupDetail activeDetail, InventoryLocationGroupDetail lastDetail) void
InventoryLocationGroupDetailFactory.remove
(Session session, InventoryLocationGroupDetail entity) void
InventoryLocationGroupDetailFactory.store
(Session session, InventoryLocationGroupDetail entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupDetailModifier and TypeMethodDescriptionvoid
InventoryLocationGroupDetailFactory.store
(Session session, Collection<InventoryLocationGroupDetail> entities) void
InventoryLocationGroupDetailFactory.store
(Collection<InventoryLocationGroupDetail> entities)