Class InventoryLocationTransferCache
java.lang.Object
com.echothree.util.server.transfer.BaseTransferCache<InventoryLocation,InventoryLocationTransfer>
com.echothree.model.control.inventory.server.transfer.BaseInventoryTransferCache<InventoryLocation,InventoryLocationTransfer>
com.echothree.model.control.inventory.server.transfer.InventoryLocationTransferCache
@RequestScoped
public class InventoryLocationTransferCache
extends BaseInventoryTransferCache<InventoryLocation,InventoryLocationTransfer>
-
Field Summary
Fields inherited from class com.echothree.util.server.transfer.BaseTransferCache
commentControl, coreControl, entityAliasControl, entityInstanceControl, ratingControl, session, tagControl, transferCache, userControl, workEffortControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTransfer(UserVisit userVisit, InventoryLocation inventoryLocation) 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
-
InventoryLocationTransferCache
protected InventoryLocationTransferCache()
-
-
Method Details
-
getTransfer
public InventoryLocationTransfer getTransfer(UserVisit userVisit, InventoryLocation inventoryLocation) - Specified by:
getTransferin classBaseInventoryTransferCache<InventoryLocation,InventoryLocationTransfer>
-