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 TypeMethodDescriptionvoid
InvoiceControl.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
(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.create
(Session session, InvoiceLinePK invoiceLinePK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) InvoiceLineGlAccountFactory.create
(Session session, InvoiceLine invoiceLine, GlAccount glAccount, Long fromTime, Long thruTime) InvoiceLineGlAccountFactory.getEntityFromCache
(Session session, InvoiceLineGlAccountPK pk) InvoiceLineGlAccountFactory.getEntityFromPK
(EntityPermission entityPermission, InvoiceLineGlAccountPK pk) InvoiceLineGlAccountFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, InvoiceLineGlAccountPK pk) InvoiceLineGlAccountFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InvoiceLineGlAccountFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InvoiceLineGlAccountFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InvoiceLineGlAccountFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) InvoiceLineGlAccountFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) InvoiceLineGlAccountFactory.getEntityFromValue
(EntityPermission entityPermission, InvoiceLineGlAccountValue value) InvoiceLineGlAccountFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InvoiceLineGlAccountPK> pks) InvoiceLineGlAccountFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InvoiceLineGlAccountFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InvoiceLineGlAccountFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InvoiceLineGlAccountFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) InvoiceLineGlAccountFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceLineGlAccountModifier and TypeMethodDescriptionvoid
InvoiceLineGlAccountFactory.remove
(Session session, InvoiceLineGlAccount entity) void
InvoiceLineGlAccountFactory.store
(Session session, InvoiceLineGlAccount entity) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceLineGlAccountModifier and TypeMethodDescriptionvoid
InvoiceLineGlAccountFactory.store
(Session session, Collection<InvoiceLineGlAccount> entities) void
InvoiceLineGlAccountFactory.store
(Collection<InvoiceLineGlAccount> entities)