Uses of Class
com.echothree.model.data.order.server.entity.OrderTime
Packages that use OrderTime
Package
Description
-
Uses of OrderTime in com.echothree.control.user.sales.server.command
Methods in com.echothree.control.user.sales.server.command that return OrderTimeModifier and TypeMethodDescriptionEditSalesOrderTimeCommand.getEntity(EditSalesOrderTimeResult result) Methods in com.echothree.control.user.sales.server.command with parameters of type OrderTimeModifier and TypeMethodDescriptionvoidEditSalesOrderTimeCommand.doLock(SalesOrderTimeEdit edit, OrderTime orderTime) voidvoidEditSalesOrderTimeCommand.fillInResult(EditSalesOrderTimeResult result, OrderTime orderTime) EditSalesOrderTimeCommand.getLockEntity(OrderTime orderTime) -
Uses of OrderTime in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control that return OrderTimeModifier and TypeMethodDescriptionOrderTimeControl.createOrderTime(Order order, OrderTimeType orderTimeType, Long time, BasePK createdBy) OrderTimeControl.getOrderTime(Order order, OrderTimeType orderTimeType) OrderTimeControl.getOrderTimeForUpdate(Order order, OrderTimeType orderTimeType) Methods in com.echothree.model.control.order.server.control that return types with arguments of type OrderTimeModifier and TypeMethodDescriptionOrderTimeControl.getOrderTimesByOrder(Order order) OrderTimeControl.getOrderTimesByOrderForUpdate(Order order) OrderTimeControl.getOrderTimesByOrderTimeType(OrderTimeType orderTimeType) OrderTimeControl.getOrderTimesByOrderTimeTypeForUpdate(OrderTimeType orderTimeType) Methods in com.echothree.model.control.order.server.control with parameters of type OrderTimeModifier and TypeMethodDescriptionvoidOrderTimeControl.deleteOrderTime(OrderTime orderTime, BasePK deletedBy) OrderTimeControl.getOrderTimeTransfer(UserVisit userVisit, OrderTime orderTime) OrderTimeControl.getOrderTimeValue(OrderTime orderTime) Method parameters in com.echothree.model.control.order.server.control with type arguments of type OrderTimeModifier and TypeMethodDescriptionvoidOrderTimeControl.deleteOrderTimes(List<OrderTime> orderTimes, BasePK deletedBy) OrderTimeControl.getOrderTimeTransfers(UserVisit userVisit, Collection<OrderTime> orderTimes) -
Uses of OrderTime in com.echothree.model.control.order.server.graphql
Constructors in com.echothree.model.control.order.server.graphql with parameters of type OrderTime -
Uses of OrderTime in com.echothree.model.control.order.server.transfer
Methods in com.echothree.model.control.order.server.transfer with parameters of type OrderTimeModifier and TypeMethodDescriptionOrderTimeTransferCache.getOrderTimeTransfer(UserVisit userVisit, OrderTime orderTime) -
Uses of OrderTime in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderTimeModifier and TypeMethodDescriptionOrderTimeFactory.create(OrderPK orderPK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) OrderTimeFactory.create(Order order, OrderTimeType orderTimeType, Long time, Long fromTime, Long thruTime) OrderTimeFactory.getEntityFromCache(OrderTimePK pk) OrderTimeFactory.getEntityFromPK(EntityPermission entityPermission, OrderTimePK pk) OrderTimeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderTimeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderTimeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderTimeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) OrderTimeFactory.getEntityFromValue(EntityPermission entityPermission, OrderTimeValue value) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderTimeModifier and TypeMethodDescriptionOrderTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OrderTimePK> pks) OrderTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderTimeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderTimeModifier and TypeMethodDescriptionvoidvoidMethod parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderTime