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
(Session session, CustomerPK pk) CustomerFactory.getEntityFromPK
(EntityPermission entityPermission, CustomerPK pk) CustomerFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CustomerPK pk) CustomerFactory.getValueFromPK
(Session session, CustomerPK pk) void
CustomerFactory.remove
(Session session, CustomerPK pk) boolean
CustomerFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CustomerPK> pks) CustomerFactory.getValuesFromPKs
(Session session, Collection<CustomerPK> pks) void
CustomerFactory.remove
(Session session, Collection<CustomerPK> pks) void
CustomerFactory.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