Class TransactionGlAccountCategoryTransferCache
java.lang.Object
com.echothree.util.server.transfer.BaseTransferCache<TransactionGlAccountCategory,TransactionGlAccountCategoryTransfer>
com.echothree.model.control.accounting.server.transfer.BaseAccountingTransferCache<TransactionGlAccountCategory,TransactionGlAccountCategoryTransfer>
com.echothree.model.control.accounting.server.transfer.TransactionGlAccountCategoryTransferCache
@RequestScoped
public class TransactionGlAccountCategoryTransferCache
extends BaseAccountingTransferCache<TransactionGlAccountCategory,TransactionGlAccountCategoryTransfer>
-
Field Summary
Fields inherited from class com.echothree.util.server.transfer.BaseTransferCache
session, transferCache -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of TransactionGlAccountCategoryTransferCache -
Method Summary
Modifier and TypeMethodDescriptiongetTransfer(UserVisit userVisit, TransactionGlAccountCategory transactionGlAccountCategory) Methods inherited from class com.echothree.util.server.transfer.BaseTransferCache
formatFractionalPercent, formatInet4Address, formatTypicalDateTime, formatUnitOfMeasure, get, getCurrency, getDateTimeFormat, getIncludeEntityAliasTypes, getIncludeEntityAppearance, getIncludeEntityAttributeGroups, getIncludeEntityInstance, getIncludeEntityVisit, getIncludeNames, getIncludeTagScopes, getIncludeUuid, getLanguage, getLog, getParty, getPartyPK, getTimeZone, getUomControl, getUserControl, put, put, setIncludeEntityAliasTypes, setIncludeEntityAppearance, setIncludeEntityAttributeGroups, setIncludeEntityInstance, setIncludeEntityVisit, setIncludeNames, setIncludeTagScopes, setIncludeUuid, setupComments, setupEntityAliasTypes, setupEntityAttributeGroups, setupEntityInstance, setupOwnedWorkEfforts, setupRatings, setupTagScopes, verifyOptionDependency
-
Constructor Details
-
TransactionGlAccountCategoryTransferCache
protected TransactionGlAccountCategoryTransferCache()Creates a new instance of TransactionGlAccountCategoryTransferCache
-
-
Method Details
-
getTransfer
public TransactionGlAccountCategoryTransfer getTransfer(UserVisit userVisit, TransactionGlAccountCategory transactionGlAccountCategory) - Specified by:
getTransferin classBaseAccountingTransferCache<TransactionGlAccountCategory,TransactionGlAccountCategoryTransfer>
-