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(SalesOrderBatchPK pk) SalesOrderBatchFactory.getEntityFromPK(EntityPermission entityPermission, SalesOrderBatchPK pk) SalesOrderBatchFactory.getValueFromPK(SalesOrderBatchPK pk) voidSalesOrderBatchFactory.remove(SalesOrderBatchPK pk) booleanSalesOrderBatchFactory.validPK(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.getValuesFromPKs(Collection<SalesOrderBatchPK> pks) voidSalesOrderBatchFactory.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