Uses of Class
com.echothree.model.data.batch.common.pk.BatchPK
Packages that use BatchPK
Package
Description
-
Uses of BatchPK in com.echothree.model.control.batch.server.control
Methods in com.echothree.model.control.batch.server.control with parameters of type BatchPK -
Uses of BatchPK in com.echothree.model.data.batch.server.entity
Methods in com.echothree.model.data.batch.server.entity that return BatchPKModifier and TypeMethodDescriptionBatchAlias.getBatchPK()
BatchDetail.getBatchPK()
BatchEntity.getBatchPK()
Batch.getPrimaryKey()
Methods in com.echothree.model.data.batch.server.entity with parameters of type BatchPKModifier and TypeMethodDescriptionvoid
BatchAlias.setBatchPK
(BatchPK batchPK) void
BatchDetail.setBatchPK
(BatchPK batchPK) void
BatchEntity.setBatchPK
(BatchPK batchPK) -
Uses of BatchPK in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory that return BatchPKModifier and TypeMethodDescriptionBatchFactory.getNextPK()
BatchFactory.getPKFromQuery
(PreparedStatement ps, Object... params) BatchFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.batch.server.factory that return types with arguments of type BatchPKModifier and TypeMethodDescriptionBatchFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) BatchFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) BatchFactory.getPKsFromResultSetAsList
(ResultSet rs) BatchFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchPKModifier and TypeMethodDescriptionBatchAliasFactory.create
(BatchPK batchPK, BatchAliasTypePK batchAliasTypePK, String alias, Long fromTime, Long thruTime) BatchAliasFactory.create
(Session session, BatchPK batchPK, BatchAliasTypePK batchAliasTypePK, String alias, Long fromTime, Long thruTime) BatchDetailFactory.create
(BatchPK batchPK, BatchTypePK batchTypePK, String batchName, Long fromTime, Long thruTime) BatchDetailFactory.create
(Session session, BatchPK batchPK, BatchTypePK batchTypePK, String batchName, Long fromTime, Long thruTime) BatchEntityFactory.create
(EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) BatchEntityFactory.create
(Session session, EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) BatchFactory.getEntityFromCache
(Session session, BatchPK pk) BatchFactory.getEntityFromPK
(EntityPermission entityPermission, BatchPK pk) BatchFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, BatchPK pk) BatchFactory.getValueFromPK
(Session session, BatchPK pk) void
boolean
Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchPKModifier and TypeMethodDescriptionBatchFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<BatchPK> pks) BatchFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<BatchPK> pks) BatchFactory.getValuesFromPKs
(Session session, Collection<BatchPK> pks) void
BatchFactory.remove
(Session session, Collection<BatchPK> pks) void
BatchFactory.remove
(Collection<BatchPK> pks) -
Uses of BatchPK in com.echothree.model.data.batch.server.value
Methods in com.echothree.model.data.batch.server.value that return BatchPKModifier and TypeMethodDescriptionBatchAliasValue.getBatchPK()
BatchDetailValue.getBatchPK()
BatchEntityValue.getBatchPK()
BatchValue.getPrimaryKey()
Methods in com.echothree.model.data.batch.server.value with parameters of type BatchPKModifier and TypeMethodDescriptionvoid
BatchAliasValue.setBatchPK
(BatchPK batchPK) void
BatchDetailValue.setBatchPK
(BatchPK batchPK) void
BatchEntityValue.setBatchPK
(BatchPK batchPK) Constructors in com.echothree.model.data.batch.server.value with parameters of type BatchPKModifierConstructorDescriptionBatchAliasValue
(BatchAliasPK batchAliasPK, BatchPK batchPK, BatchAliasTypePK batchAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of BatchAliasValueBatchAliasValue
(BatchPK batchPK, BatchAliasTypePK batchAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of BatchAliasValueBatchDetailValue
(BatchDetailPK batchDetailPK, BatchPK batchPK, BatchTypePK batchTypePK, String batchName, Long fromTime, Long thruTime) Creates a new instance of BatchDetailValueBatchDetailValue
(BatchPK batchPK, BatchTypePK batchTypePK, String batchName, Long fromTime, Long thruTime) Creates a new instance of BatchDetailValueBatchEntityValue
(BatchEntityPK batchEntityPK, EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) Creates a new instance of BatchEntityValueBatchEntityValue
(EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) Creates a new instance of BatchEntityValueBatchValue
(BatchPK batchPK, BatchDetailPK activeDetailPK, BatchDetailPK lastDetailPK) Creates a new instance of BatchValue -
Uses of BatchPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return BatchPKMethods in com.echothree.model.data.order.server.entity with parameters of type BatchPK -
Uses of BatchPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type BatchPK -
Uses of BatchPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return BatchPKMethods in com.echothree.model.data.order.server.value with parameters of type BatchPKConstructors in com.echothree.model.data.order.server.value with parameters of type BatchPKModifierConstructorDescriptionOrderBatchValue
(BatchPK batchPK, CurrencyPK currencyPK, Long count, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderBatchValueOrderBatchValue
(OrderBatchPK orderBatchPK, BatchPK batchPK, CurrencyPK currencyPK, Long count, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderBatchValue -
Uses of BatchPK in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return BatchPKMethods in com.echothree.model.data.sales.server.entity with parameters of type BatchPK -
Uses of BatchPK in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory with parameters of type BatchPK -
Uses of BatchPK in com.echothree.model.data.sales.server.value
Methods in com.echothree.model.data.sales.server.value that return BatchPKMethods in com.echothree.model.data.sales.server.value with parameters of type BatchPKConstructors in com.echothree.model.data.sales.server.value with parameters of type BatchPKModifierConstructorDescriptionSalesOrderBatchValue
(BatchPK batchPK, PaymentMethodPK paymentMethodPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderBatchValueSalesOrderBatchValue
(SalesOrderBatchPK salesOrderBatchPK, BatchPK batchPK, PaymentMethodPK paymentMethodPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderBatchValue