Uses of Class
com.echothree.model.data.sales.common.pk.SalesOrderPK
Packages that use SalesOrderPK
Package
Description
-
Uses of SalesOrderPK in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return SalesOrderPK -
Uses of SalesOrderPK in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory that return SalesOrderPKModifier and TypeMethodDescriptionSalesOrderFactory.getNextPK()SalesOrderFactory.getPKFromQuery(PreparedStatement ps, Object... params) SalesOrderFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.sales.server.factory that return types with arguments of type SalesOrderPKModifier and TypeMethodDescriptionSalesOrderFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SalesOrderFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SalesOrderFactory.getPKsFromResultSetAsList(ResultSet rs) SalesOrderFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.sales.server.factory with parameters of type SalesOrderPKModifier and TypeMethodDescriptionSalesOrderFactory.getEntityFromCache(SalesOrderPK pk) SalesOrderFactory.getEntityFromPK(EntityPermission entityPermission, SalesOrderPK pk) SalesOrderFactory.getValueFromPK(SalesOrderPK pk) voidSalesOrderFactory.remove(SalesOrderPK pk) booleanSalesOrderFactory.validPK(SalesOrderPK pk) Method parameters in com.echothree.model.data.sales.server.factory with type arguments of type SalesOrderPKModifier and TypeMethodDescriptionSalesOrderFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SalesOrderPK> pks) SalesOrderFactory.getValuesFromPKs(Collection<SalesOrderPK> pks) voidSalesOrderFactory.remove(Collection<SalesOrderPK> pks) -
Uses of SalesOrderPK in com.echothree.model.data.sales.server.value
Methods in com.echothree.model.data.sales.server.value that return SalesOrderPKConstructors in com.echothree.model.data.sales.server.value with parameters of type SalesOrderPKModifierConstructorDescriptionSalesOrderValue(SalesOrderPK salesOrderPK, OrderPK orderPK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderValue -
Uses of SalesOrderPK in com.echothree.model.jooq.server.records.sales
Methods in com.echothree.model.jooq.server.records.sales that return SalesOrderPKModifier and TypeMethodDescriptionSalesOrders.SalesOrder()Getter forsalesorders.salord_salesorderid.Methods in com.echothree.model.jooq.server.records.sales that return types with arguments of type SalesOrderPKMethods in com.echothree.model.jooq.server.records.sales with parameters of type SalesOrderPKModifier and TypeMethodDescriptionvoidSalesOrders.SalesOrder(SalesOrderPK value) Setter forsalesorders.salord_salesorderid.Constructors in com.echothree.model.jooq.server.records.sales with parameters of type SalesOrderPKModifierConstructorDescriptionSalesOrders(SalesOrderPK SalesOrder, OrderPK Order, OfferUsePK OfferUse, AssociateReferralPK AssociateReferral, Long FromTime, Long ThruTime) Create a detached, initialised SalesOrders -
Uses of SalesOrderPK in com.echothree.model.jooq.server.tables.sales
Fields in com.echothree.model.jooq.server.tables.sales with type parameters of type SalesOrderPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SalesOrders, SalesOrderPK> SalesOrders.SALES_ORDERThe columnsalesorders.salord_salesorderid.