Class InventoryCostingMethodTransferCache
java.lang.Object
com.echothree.util.server.transfer.BaseTransferCache<InventoryCostingMethod,InventoryCostingMethodTransfer>
com.echothree.model.control.inventory.server.transfer.BaseInventoryTransferCache<InventoryCostingMethod,InventoryCostingMethodTransfer>
com.echothree.model.control.inventory.server.transfer.InventoryCostingMethodTransferCache
@RequestScoped
public class InventoryCostingMethodTransferCache
extends BaseInventoryTransferCache<InventoryCostingMethod,InventoryCostingMethodTransfer>
-
Field Summary
Fields inherited from class com.echothree.util.server.transfer.BaseTransferCache
commentControl, coreControl, entityAliasControl, entityInstanceControl, ratingControl, session, tagControl, transferCache, userControl, workEffortControl -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of InventoryCostingMethodTransferCache -
Method Summary
Modifier and TypeMethodDescriptiongetTransfer(UserVisit userVisit, InventoryCostingMethod inventoryCostingMethod) Methods inherited from class com.echothree.util.server.transfer.BaseTransferCache
formatFractionalPercent, formatInet4Address, formatTypicalDateTime, formatUnitOfMeasure, get, getCurrency, getDateTimeFormat, getIncludeEntityAliases, getIncludeEntityAppearance, getIncludeEntityAttributeGroups, getIncludeEntityInstance, getIncludeEntityVisit, getIncludeNames, getIncludeTagScopes, getIncludeUuid, getLanguage, getLog, getParty, getPartyPK, getTimeZone, put, put, setIncludeEntityAliases, setIncludeEntityAppearance, setIncludeEntityAttributeGroups, setIncludeEntityInstance, setIncludeEntityVisit, setIncludeNames, setIncludeTagScopes, setIncludeUuid, setupAllCommentTypes, setupAllRatingTypes, setupComments, setupComments, setupEntityAliases, setupEntityAttributeGroups, setupEntityInstance, setupOwnedWorkEfforts, setupRatings, setupRatings, setupTagScopes, verifyOptionDependency
-
Constructor Details
-
InventoryCostingMethodTransferCache
protected InventoryCostingMethodTransferCache()Creates a new instance of InventoryCostingMethodTransferCache
-
-
Method Details
-
getTransfer
public InventoryCostingMethodTransfer getTransfer(UserVisit userVisit, InventoryCostingMethod inventoryCostingMethod) - Specified by:
getTransferin classBaseInventoryTransferCache<InventoryCostingMethod,InventoryCostingMethodTransfer>
-