Uses of Class
com.echothree.model.jooq.server.records.customer.Customers
Packages that use Customers
Package
Description
-
Uses of Customers in com.echothree.model.jooq.server.keys.customer
Fields in com.echothree.model.jooq.server.keys.customer with type parameters of type CustomersModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<Customers, GlAccounts> CustomerForeignKeys.CUSTOMERS_AR_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<Customers, CancellationPolicies> CustomerForeignKeys.CUSTOMERS_CANCELLATION_POLICY_FKstatic final org.jooq.UniqueKey<Customers> CustomerUniqueKeys.CUSTOMERS_CUSTOMER_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<Customers, CustomerTypes> CustomerForeignKeys.CUSTOMERS_CUSTOMER_TYPE_FKCustomerForeignKeys.CUSTOMERS_INITIAL_OFFER_USE_FKstatic final org.jooq.UniqueKey<Customers> CustomerUniqueKeys.CUSTOMERS_PARTY_AND_THRU_TIME_UKCustomerForeignKeys.CUSTOMERS_PARTY_FKstatic final org.jooq.UniqueKey<Customers> CustomerUniqueKeys.CUSTOMERS_PKstatic final org.jooq.ForeignKey<Customers, ReturnPolicies> CustomerForeignKeys.CUSTOMERS_RETURN_POLICY_FK -
Uses of Customers in com.echothree.model.jooq.server.tables.customer
Fields in com.echothree.model.jooq.server.tables.customer with type parameters of type CustomersModifier and TypeFieldDescriptionCustomers.ALLOW_BACKORDERSThe columncustomers.cu_allowbackorders.Customers.ALLOW_COMBINING_SHIPMENTSThe columncustomers.cu_allowcombiningshipments.Customers.ALLOW_REFERENCE_DUPLICATESThe columncustomers.cu_allowreferenceduplicates.Customers.ALLOW_SUBSTITUTIONSThe columncustomers.cu_allowsubstitutions.final org.jooq.TableField<Customers, GlAccountPK> Customers.AR_GL_ACCOUNTThe columncustomers.cu_arglaccountid.final org.jooq.TableField<Customers, CancellationPolicyPK> Customers.CANCELLATION_POLICYThe columncustomers.cu_cnclplcy_cancellationpolicyid.final org.jooq.TableField<Customers, CustomerPK> Customers.CUSTOMERThe columncustomers.cu_customerid.Customers.CUSTOMER_NAMEThe columncustomers.cu_customername.final org.jooq.TableField<Customers, CustomerTypePK> Customers.CUSTOMER_TYPEThe columncustomers.cu_cuty_customertypeid.Customers.FROM_TIMEThe columncustomers.cu_fromtime.Customers.HOLD_UNTIL_COMPLETEThe columncustomers.cu_holduntilcomplete.final org.jooq.TableField<Customers, OfferUsePK> Customers.INITIAL_OFFER_USEThe columncustomers.cu_initialofferuseid.Customers.PARTYThe columncustomers.cu_par_partyid.Customers.REFERENCE_VALIDATION_PATTERNThe columncustomers.cu_referencevalidationpattern.Customers.REQUIRE_REFERENCEThe columncustomers.cu_requirereference.final org.jooq.TableField<Customers, ReturnPolicyPK> Customers.RETURN_POLICYThe columncustomers.cu_rtnplcy_returnpolicyid.Customers.THRU_TIMEThe columncustomers.cu_thrutime.Methods in com.echothree.model.jooq.server.tables.customer that return types with arguments of type CustomersModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Customers> Customers.getPrimaryKey()Customers.getRecordType()The class holding records for this typeCustomers.getReferences()Customers.getUniqueKeys()