Uses of Class
com.echothree.model.data.sales.common.pk.SalesOrderBatchPK
Packages that use SalesOrderBatchPK
Package
Description
-
Uses of SalesOrderBatchPK in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return SalesOrderBatchPK -
Uses of SalesOrderBatchPK in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory that return SalesOrderBatchPKModifier and TypeMethodDescriptionSalesOrderBatchFactory.getNextPK()
SalesOrderBatchFactory.getPKFromQuery
(PreparedStatement ps, Object... params) SalesOrderBatchFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.sales.server.factory that return types with arguments of type SalesOrderBatchPKModifier and TypeMethodDescriptionSalesOrderBatchFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) SalesOrderBatchFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) SalesOrderBatchFactory.getPKsFromResultSetAsList
(ResultSet rs) SalesOrderBatchFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.sales.server.factory with parameters of type SalesOrderBatchPKModifier and TypeMethodDescriptionSalesOrderBatchFactory.getEntityFromCache
(Session session, SalesOrderBatchPK pk) SalesOrderBatchFactory.getEntityFromPK
(EntityPermission entityPermission, SalesOrderBatchPK pk) SalesOrderBatchFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, SalesOrderBatchPK pk) SalesOrderBatchFactory.getValueFromPK
(Session session, SalesOrderBatchPK pk) void
SalesOrderBatchFactory.remove
(Session session, SalesOrderBatchPK pk) boolean
SalesOrderBatchFactory.validPK
(Session session, SalesOrderBatchPK pk) Method parameters in com.echothree.model.data.sales.server.factory with type arguments of type SalesOrderBatchPKModifier and TypeMethodDescriptionSalesOrderBatchFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<SalesOrderBatchPK> pks) SalesOrderBatchFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<SalesOrderBatchPK> pks) SalesOrderBatchFactory.getValuesFromPKs
(Session session, Collection<SalesOrderBatchPK> pks) void
SalesOrderBatchFactory.remove
(Session session, Collection<SalesOrderBatchPK> pks) void
SalesOrderBatchFactory.remove
(Collection<SalesOrderBatchPK> pks) -
Uses of SalesOrderBatchPK in com.echothree.model.data.sales.server.value
Methods in com.echothree.model.data.sales.server.value that return SalesOrderBatchPKConstructors in com.echothree.model.data.sales.server.value with parameters of type SalesOrderBatchPKModifierConstructorDescriptionSalesOrderBatchValue
(SalesOrderBatchPK salesOrderBatchPK, BatchPK batchPK, PaymentMethodPK paymentMethodPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderBatchValue