Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryTransactionLineRole
Packages that use InventoryTransactionLineRole
-
Uses of InventoryTransactionLineRole in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionLineRoleModifier and TypeMethodDescriptionInventoryTransactionLineRoleFactory.create(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) InventoryTransactionLineRoleFactory.create(InventoryTransactionLine inventoryTransactionLine, InventoryTransactionRoleType inventoryTransactionRoleType, Party party, Long fromTime, Long thruTime) InventoryTransactionLineRoleFactory.getEntityFromCache(InventoryTransactionLineRolePK pk) InventoryTransactionLineRoleFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionLineRolePK pk) InventoryTransactionLineRoleFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionLineRoleFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionLineRoleFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionLineRoleFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryTransactionLineRoleFactory.getEntityFromValue(EntityPermission entityPermission, InventoryTransactionLineRoleValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionLineRoleModifier and TypeMethodDescriptionInventoryTransactionLineRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionLineRolePK> pks) InventoryTransactionLineRoleFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionLineRoleFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionLineRoleFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionLineRoleFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionLineRoleModifier and TypeMethodDescriptionvoidInventoryTransactionLineRoleFactory.remove(InventoryTransactionLineRole entity) voidInventoryTransactionLineRoleFactory.store(InventoryTransactionLineRole entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionLineRoleModifier and TypeMethodDescriptionvoidInventoryTransactionLineRoleFactory.store(Collection<InventoryTransactionLineRole> entities)