Uses of Class
com.echothree.model.data.customer.common.pk.CustomerPK
Packages that use CustomerPK
Package
Description
-
Uses of CustomerPK in com.echothree.model.data.customer.server.entity
Methods in com.echothree.model.data.customer.server.entity that return CustomerPK -
Uses of CustomerPK in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory that return CustomerPKModifier and TypeMethodDescriptionCustomerFactory.getNextPK()CustomerFactory.getPKFromQuery(PreparedStatement ps, Object... params) CustomerFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.customer.server.factory that return types with arguments of type CustomerPKModifier and TypeMethodDescriptionCustomerFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CustomerFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CustomerFactory.getPKsFromResultSetAsList(ResultSet rs) CustomerFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.customer.server.factory with parameters of type CustomerPKModifier and TypeMethodDescriptionCustomerFactory.getEntityFromCache(CustomerPK pk) CustomerFactory.getEntityFromPK(EntityPermission entityPermission, CustomerPK pk) CustomerFactory.getValueFromPK(CustomerPK pk) voidCustomerFactory.remove(CustomerPK pk) booleanCustomerFactory.validPK(CustomerPK pk) Method parameters in com.echothree.model.data.customer.server.factory with type arguments of type CustomerPKModifier and TypeMethodDescriptionCustomerFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CustomerPK> pks) CustomerFactory.getValuesFromPKs(Collection<CustomerPK> pks) voidCustomerFactory.remove(Collection<CustomerPK> pks) -
Uses of CustomerPK in com.echothree.model.data.customer.server.value
Methods in com.echothree.model.data.customer.server.value that return CustomerPKConstructors in com.echothree.model.data.customer.server.value with parameters of type CustomerPKModifierConstructorDescriptionCustomerValue(CustomerPK customerPK, PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) Creates a new instance of CustomerValue -
Uses of CustomerPK in com.echothree.model.jooq.server.records.customer
Methods in com.echothree.model.jooq.server.records.customer that return CustomerPKMethods in com.echothree.model.jooq.server.records.customer that return types with arguments of type CustomerPKMethods in com.echothree.model.jooq.server.records.customer with parameters of type CustomerPKModifier and TypeMethodDescriptionvoidCustomers.Customer(CustomerPK value) Setter forcustomers.cu_customerid.Constructors in com.echothree.model.jooq.server.records.customer with parameters of type CustomerPKModifierConstructorDescriptionCustomers(CustomerPK Customer, PartyPK Party, String CustomerName, CustomerTypePK CustomerType, OfferUsePK InitialOfferUse, CancellationPolicyPK CancellationPolicy, ReturnPolicyPK ReturnPolicy, GlAccountPK ArGlAccount, Boolean HoldUntilComplete, Boolean AllowBackorders, Boolean AllowSubstitutions, Boolean AllowCombiningShipments, Boolean RequireReference, Boolean AllowReferenceDuplicates, String ReferenceValidationPattern, Long FromTime, Long ThruTime) Create a detached, initialised Customers -
Uses of CustomerPK in com.echothree.model.jooq.server.tables.customer
Fields in com.echothree.model.jooq.server.tables.customer with type parameters of type CustomerPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Customers, CustomerPK> Customers.CUSTOMERThe columncustomers.cu_customerid.