Class InventoryLocationBucketTransferCache
java.lang.Object
com.echothree.util.server.transfer.BaseTransferCache<InventoryLocationBucket,InventoryLocationBucketTransfer>
com.echothree.model.control.inventory.server.transfer.BaseInventoryTransferCache<InventoryLocationBucket,InventoryLocationBucketTransfer>
com.echothree.model.control.inventory.server.transfer.InventoryLocationBucketTransferCache
@RequestScoped
public class InventoryLocationBucketTransferCache
extends BaseInventoryTransferCache<InventoryLocationBucket,InventoryLocationBucketTransfer>
-
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, InventoryLocationBucket inventoryLocationBucket) 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
-
InventoryLocationBucketTransferCache
protected InventoryLocationBucketTransferCache()
-
-
Method Details
-
getTransfer
public InventoryLocationBucketTransfer getTransfer(UserVisit userVisit, InventoryLocationBucket inventoryLocationBucket) - Specified by:
getTransferin classBaseInventoryTransferCache<InventoryLocationBucket,InventoryLocationBucketTransfer>
-