Uses of Class
com.echothree.model.data.payment.common.pk.BillingAccountPK
Packages that use BillingAccountPK
Package
Description
-
Uses of BillingAccountPK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return BillingAccountPKMethods in com.echothree.model.data.invoice.server.entity with parameters of type BillingAccountPKModifier and TypeMethodDescriptionvoidInvoiceDetail.setBillingAccountPK(BillingAccountPK billingAccountPK) -
Uses of BillingAccountPK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory with parameters of type BillingAccountPKModifier and TypeMethodDescriptionInvoiceDetailFactory.create(InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) InvoiceDetailFactory.create(Session session, InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) -
Uses of BillingAccountPK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return BillingAccountPKMethods in com.echothree.model.data.invoice.server.value with parameters of type BillingAccountPKModifier and TypeMethodDescriptionvoidInvoiceDetailValue.setBillingAccountPK(BillingAccountPK billingAccountPK) Constructors in com.echothree.model.data.invoice.server.value with parameters of type BillingAccountPKModifierConstructorDescriptionInvoiceDetailValue(InvoiceDetailPK invoiceDetailPK, InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of InvoiceDetailValueInvoiceDetailValue(InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of InvoiceDetailValue -
Uses of BillingAccountPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return BillingAccountPKModifier and TypeMethodDescriptionBillingAccountDetail.getBillingAccountPK()BillingAccountRole.getBillingAccountPK()BillingAccountStatus.getBillingAccountPK()BillingAccount.getPrimaryKey()Methods in com.echothree.model.data.payment.server.entity with parameters of type BillingAccountPKModifier and TypeMethodDescriptionvoidBillingAccountDetail.setBillingAccountPK(BillingAccountPK billingAccountPK) voidBillingAccountRole.setBillingAccountPK(BillingAccountPK billingAccountPK) voidBillingAccountStatus.setBillingAccountPK(BillingAccountPK billingAccountPK) -
Uses of BillingAccountPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return BillingAccountPKModifier and TypeMethodDescriptionBillingAccountFactory.getNextPK()BillingAccountFactory.getPKFromQuery(PreparedStatement ps, Object... params) BillingAccountFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type BillingAccountPKModifier and TypeMethodDescriptionBillingAccountFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) BillingAccountFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) BillingAccountFactory.getPKsFromResultSetAsList(ResultSet rs) BillingAccountFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type BillingAccountPKModifier and TypeMethodDescriptionBillingAccountDetailFactory.create(BillingAccountPK billingAccountPK, String billingAccountName, CurrencyPK currencyPK, String reference, String description, Long fromTime, Long thruTime) BillingAccountDetailFactory.create(Session session, BillingAccountPK billingAccountPK, String billingAccountName, CurrencyPK currencyPK, String reference, String description, Long fromTime, Long thruTime) BillingAccountRoleFactory.create(BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) BillingAccountRoleFactory.create(Session session, BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) BillingAccountStatusFactory.create(BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) BillingAccountStatusFactory.create(Session session, BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) BillingAccountFactory.getEntityFromCache(Session session, BillingAccountPK pk) BillingAccountFactory.getEntityFromPK(EntityPermission entityPermission, BillingAccountPK pk) BillingAccountFactory.getEntityFromPK(Session session, EntityPermission entityPermission, BillingAccountPK pk) BillingAccountFactory.getValueFromPK(Session session, BillingAccountPK pk) voidBillingAccountFactory.remove(Session session, BillingAccountPK pk) booleanBillingAccountFactory.validPK(Session session, BillingAccountPK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type BillingAccountPKModifier and TypeMethodDescriptionBillingAccountFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<BillingAccountPK> pks) BillingAccountFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<BillingAccountPK> pks) BillingAccountFactory.getValuesFromPKs(Session session, Collection<BillingAccountPK> pks) voidBillingAccountFactory.remove(Session session, Collection<BillingAccountPK> pks) voidBillingAccountFactory.remove(Collection<BillingAccountPK> pks) -
Uses of BillingAccountPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return BillingAccountPKModifier and TypeMethodDescriptionBillingAccountDetailValue.getBillingAccountPK()BillingAccountRoleValue.getBillingAccountPK()BillingAccountStatusValue.getBillingAccountPK()BillingAccountValue.getPrimaryKey()Methods in com.echothree.model.data.payment.server.value with parameters of type BillingAccountPKModifier and TypeMethodDescriptionvoidBillingAccountDetailValue.setBillingAccountPK(BillingAccountPK billingAccountPK) voidBillingAccountRoleValue.setBillingAccountPK(BillingAccountPK billingAccountPK) voidBillingAccountStatusValue.setBillingAccountPK(BillingAccountPK billingAccountPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type BillingAccountPKModifierConstructorDescriptionBillingAccountDetailValue(BillingAccountDetailPK billingAccountDetailPK, BillingAccountPK billingAccountPK, String billingAccountName, CurrencyPK currencyPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of BillingAccountDetailValueBillingAccountDetailValue(BillingAccountPK billingAccountPK, String billingAccountName, CurrencyPK currencyPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of BillingAccountDetailValueBillingAccountRoleValue(BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of BillingAccountRoleValueBillingAccountRoleValue(BillingAccountRolePK billingAccountRolePK, BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of BillingAccountRoleValueBillingAccountStatusValue(BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) Creates a new instance of BillingAccountStatusValueBillingAccountStatusValue(BillingAccountStatusPK billingAccountStatusPK, BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) Creates a new instance of BillingAccountStatusValueBillingAccountValue(BillingAccountPK billingAccountPK, BillingAccountDetailPK activeDetailPK, BillingAccountDetailPK lastDetailPK) Creates a new instance of BillingAccountValue