Uses of Class
com.echothree.model.data.invoice.server.entity.InvoiceLineGlAccount
Packages that use InvoiceLineGlAccount
Package
Description
-
Uses of InvoiceLineGlAccount in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control that return InvoiceLineGlAccountModifier and TypeMethodDescriptionInvoiceControl.createInvoiceLineGlAccount(InvoiceLine invoiceLine, GlAccount glAccount, BasePK createdBy) InvoiceControl.getInvoiceLineGlAccount(InvoiceLine invoiceLine) InvoiceControl.getInvoiceLineGlAccountForUpdate(InvoiceLine invoiceLine) Methods in com.echothree.model.control.invoice.server.control with parameters of type InvoiceLineGlAccountModifier and TypeMethodDescriptionvoidInvoiceControl.deleteInvoiceLineGlAccount(InvoiceLineGlAccount invoiceLineGlAccount, BasePK deletedBy) InvoiceControl.getInvoiceLineGlAccountTransfer(UserVisit userVisit, InvoiceLineGlAccount invoiceLineGlAccount) InvoiceControl.getInvoiceLineGlAccountValue(InvoiceLineGlAccount invoiceLineGlAccount) -
Uses of InvoiceLineGlAccount in com.echothree.model.control.invoice.server.transfer
Methods in com.echothree.model.control.invoice.server.transfer with parameters of type InvoiceLineGlAccountModifier and TypeMethodDescriptionInvoiceLineGlAccountTransferCache.getInvoiceLineGlAccountTransfer(UserVisit userVisit, InvoiceLineGlAccount invoiceLineGlAccount) -
Uses of InvoiceLineGlAccount in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceLineGlAccountModifier and TypeMethodDescriptionInvoiceLineGlAccountFactory.create(InvoiceLinePK invoiceLinePK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) InvoiceLineGlAccountFactory.create(InvoiceLine invoiceLine, GlAccount glAccount, Long fromTime, Long thruTime) InvoiceLineGlAccountFactory.getEntityFromCache(InvoiceLineGlAccountPK pk) InvoiceLineGlAccountFactory.getEntityFromPK(EntityPermission entityPermission, InvoiceLineGlAccountPK pk) InvoiceLineGlAccountFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InvoiceLineGlAccountFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InvoiceLineGlAccountFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InvoiceLineGlAccountFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InvoiceLineGlAccountFactory.getEntityFromValue(EntityPermission entityPermission, InvoiceLineGlAccountValue value) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceLineGlAccountModifier and TypeMethodDescriptionInvoiceLineGlAccountFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InvoiceLineGlAccountPK> pks) InvoiceLineGlAccountFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InvoiceLineGlAccountFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InvoiceLineGlAccountFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InvoiceLineGlAccountFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceLineGlAccountModifier and TypeMethodDescriptionvoidInvoiceLineGlAccountFactory.remove(InvoiceLineGlAccount entity) voidInvoiceLineGlAccountFactory.store(InvoiceLineGlAccount entity) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceLineGlAccountModifier and TypeMethodDescriptionvoidInvoiceLineGlAccountFactory.store(Collection<InvoiceLineGlAccount> entities)