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