Class BaseInvoiceTransferCache<K extends BaseEntity,V extends BaseTransfer>
java.lang.Object
com.echothree.util.server.transfer.BaseTransferCache<K,V>
com.echothree.model.control.invoice.server.transfer.BaseInvoiceTransferCache<K,V>
- Direct Known Subclasses:
BaseInvoiceDescriptionTransferCache
,InvoiceAliasTransferCache
,InvoiceAliasTypeTransferCache
,InvoiceLineGlAccountTransferCache
,InvoiceLineItemTransferCache
,InvoiceLineTransferCache
,InvoiceLineTypeTransferCache
,InvoiceLineUseTypeTransferCache
,InvoiceRoleTransferCache
,InvoiceRoleTypeTransferCache
,InvoiceTimeTransferCache
,InvoiceTimeTypeTransferCache
,InvoiceTransferCache
,InvoiceTypeTransferCache
public abstract class BaseInvoiceTransferCache<K extends BaseEntity,V extends BaseTransfer>
extends BaseTransferCache<K,V>
-
Field Summary
Fields inherited from class com.echothree.util.server.transfer.BaseTransferCache
session, transferCache, userVisit
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BaseInvoiceTransferCache
(UserVisit userVisit, InvoiceControl invoiceControl) Creates a new instance of BaseInvoiceTransferCache -
Method Summary
Methods inherited from class com.echothree.util.server.transfer.BaseTransferCache
formatFractionalPercent, formatInet4Address, formatTypicalDateTime, formatUnitOfMeasure, get, getCurrency, getDateTimeFormat, getIncludeEntityAliasTypes, getIncludeEntityAppearance, getIncludeEntityAttributeGroups, getIncludeEntityInstance, getIncludeEntityVisit, getIncludeGuid, getIncludeKey, getIncludeNames, getIncludeTagScopes, getLanguage, getLog, getParty, getPartyPK, getTimeZone, getUomControl, getUserControl, put, put, setIncludeEntityAliasTypes, setIncludeEntityAppearance, setIncludeEntityAttributeGroups, setIncludeEntityInstance, setIncludeEntityVisit, setIncludeGuid, setIncludeKey, setIncludeNames, setIncludeTagScopes, setIncludeUlid, setupComments, setupEntityAliasTypes, setupEntityAttributeGroups, setupEntityInstance, setupOwnedWorkEfforts, setupRatings, setupTagScopes, verifyOptionDependency
-
Constructor Details
-
BaseInvoiceTransferCache
Creates a new instance of BaseInvoiceTransferCache
-