Uses of Class
com.echothree.model.data.order.server.entity.OrderLineTime
Packages that use OrderLineTime
Package
Description
-
Uses of OrderLineTime in com.echothree.control.user.sales.server.command
Methods in com.echothree.control.user.sales.server.command that return OrderLineTimeModifier and TypeMethodDescriptionEditSalesOrderLineTimeCommand.getEntity
(EditSalesOrderLineTimeResult result) Methods in com.echothree.control.user.sales.server.command with parameters of type OrderLineTimeModifier and TypeMethodDescriptionvoid
EditSalesOrderLineTimeCommand.doLock
(SalesOrderLineTimeEdit edit, OrderLineTime orderLineTime) void
EditSalesOrderLineTimeCommand.doUpdate
(OrderLineTime orderLineTime) void
EditSalesOrderLineTimeCommand.fillInResult
(EditSalesOrderLineTimeResult result, OrderLineTime orderLineTime) EditSalesOrderLineTimeCommand.getLockEntity
(OrderLineTime orderLineTime) -
Uses of OrderLineTime in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control that return OrderLineTimeModifier and TypeMethodDescriptionOrderTimeControl.createOrderLineTime
(OrderLine orderLine, OrderTimeType orderTimeType, Long time, BasePK createdBy) OrderTimeControl.getOrderLineTime
(OrderLine orderLine, OrderTimeType orderTimeType) OrderTimeControl.getOrderLineTimeForUpdate
(OrderLine orderLine, OrderTimeType orderTimeType) Methods in com.echothree.model.control.order.server.control that return types with arguments of type OrderLineTimeModifier and TypeMethodDescriptionOrderTimeControl.getOrderLineTimesByOrderForUpdate
(OrderLine orderLine) OrderTimeControl.getOrderLineTimesByOrderLine
(OrderLine orderLine) OrderTimeControl.getOrderLineTimesByOrderTimeType
(OrderTimeType orderTimeType) OrderTimeControl.getOrderLineTimesByOrderTimeTypeForUpdate
(OrderTimeType orderTimeType) Methods in com.echothree.model.control.order.server.control with parameters of type OrderLineTimeModifier and TypeMethodDescriptionvoid
OrderTimeControl.deleteOrderLineTime
(OrderLineTime orderLineTime, BasePK deletedBy) OrderTimeControl.getOrderLineTimeTransfer
(UserVisit userVisit, OrderLineTime orderLineTime) OrderTimeControl.getOrderLineTimeValue
(OrderLineTime orderLineTime) Method parameters in com.echothree.model.control.order.server.control with type arguments of type OrderLineTimeModifier and TypeMethodDescriptionvoid
OrderTimeControl.deleteOrderLineTimes
(List<OrderLineTime> orderLineTimes, BasePK deletedBy) OrderTimeControl.getOrderLineTimeTransfers
(UserVisit userVisit, Collection<OrderLineTime> orderLineTimes) -
Uses of OrderLineTime in com.echothree.model.control.order.server.graphql
Constructors in com.echothree.model.control.order.server.graphql with parameters of type OrderLineTime -
Uses of OrderLineTime in com.echothree.model.control.order.server.transfer
Methods in com.echothree.model.control.order.server.transfer with parameters of type OrderLineTimeModifier and TypeMethodDescriptionOrderLineTimeTransferCache.getOrderLineTimeTransfer
(OrderLineTime orderLineTime) -
Uses of OrderLineTime in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderLineTimeModifier and TypeMethodDescriptionOrderLineTimeFactory.create
(OrderLinePK orderLinePK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) OrderLineTimeFactory.create
(OrderLine orderLine, OrderTimeType orderTimeType, Long time, Long fromTime, Long thruTime) OrderLineTimeFactory.create
(Session session, OrderLinePK orderLinePK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) OrderLineTimeFactory.create
(Session session, OrderLine orderLine, OrderTimeType orderTimeType, Long time, Long fromTime, Long thruTime) OrderLineTimeFactory.getEntityFromCache
(Session session, OrderLineTimePK pk) OrderLineTimeFactory.getEntityFromPK
(EntityPermission entityPermission, OrderLineTimePK pk) OrderLineTimeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, OrderLineTimePK pk) OrderLineTimeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) OrderLineTimeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderLineTimeFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderLineTimeFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderLineTimeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderLineTimeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderLineTimeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderLineTimeFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) OrderLineTimeFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) OrderLineTimeFactory.getEntityFromValue
(EntityPermission entityPermission, OrderLineTimeValue value) OrderLineTimeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OrderLineTimeValue value) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLineTimeModifier and TypeMethodDescriptionOrderLineTimeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<OrderLineTimePK> pks) OrderLineTimeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<OrderLineTimePK> pks) OrderLineTimeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) OrderLineTimeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderLineTimeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderLineTimeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderLineTimeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderLineTimeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderLineTimeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderLineTimeFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) OrderLineTimeFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLineTimeModifier and TypeMethodDescriptionvoid
OrderLineTimeFactory.remove
(Session session, OrderLineTime entity) void
OrderLineTimeFactory.store
(Session session, OrderLineTime entity) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLineTimeModifier and TypeMethodDescriptionvoid
OrderLineTimeFactory.store
(Session session, Collection<OrderLineTime> entities) void
OrderLineTimeFactory.store
(Collection<OrderLineTime> entities)