Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Index
  • Help
  • Summary: 
  • Nested | 
  • Field | 
  • Constr | 
  • Method
  • Detail: 
  • Field | 
  • Constr | 
  • Method
Package com.echothree.model.control.inventory.server.control

Class LotAliasControl

java.lang.Object
com.echothree.util.server.control.BaseModelControl
com.echothree.model.control.inventory.server.control.BaseInventoryControl
com.echothree.model.control.inventory.server.control.LotAliasControl

public class LotAliasControl extends BaseInventoryControl
  • Field Summary

    Fields inherited from class com.echothree.util.server.control.BaseModelControl

    connection, session
  • Constructor Summary

    Constructors
    Constructor
    Description
    LotAliasControl()
    Creates a new instance of LotAliasControl
  • Method Summary

    Modifier and Type
    Method
    Description
    LotAlias
    createLotAlias(Lot lot, LotAliasType lotAliasType, String alias, BasePK createdBy)
     
    LotAliasType
    createLotAliasType(String lotAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy)
     
    LotAliasTypeDescription
    createLotAliasTypeDescription(LotAliasType lotAliasType, Language language, String description, BasePK createdBy)
     
    void
    deleteLotAlias(LotAlias lotAlias, BasePK deletedBy)
     
    void
    deleteLotAliasesByLot(Lot lot, BasePK deletedBy)
     
    void
    deleteLotAliasesByLotAliasType(LotAliasType lotAliasType, BasePK deletedBy)
     
    void
    deleteLotAliasType(LotAliasType lotAliasType, BasePK deletedBy)
     
    void
    deleteLotAliasTypeDescription(LotAliasTypeDescription lotAliasTypeDescription, BasePK deletedBy)
     
    void
    deleteLotAliasTypeDescriptionsByLotAliasType(LotAliasType lotAliasType, BasePK deletedBy)
     
    void
    deleteLotAliasTypes(List<LotAliasType> lotAliasTypes, BasePK deletedBy)
     
    String
    getBestLotAliasTypeDescription(LotAliasType lotAliasType, Language language)
     
    LotAliasType
    getDefaultLotAliasType()
     
    LotAliasTypeDetailValue
    getDefaultLotAliasTypeDetailValueForUpdate()
     
    LotAliasType
    getDefaultLotAliasTypeForUpdate()
     
    LotAlias
    getLotAlias(Lot lot, LotAliasType lotAliasType)
     
    LotAlias
    getLotAliasByAlias(LotAliasType lotAliasType, String alias)
     
    LotAlias
    getLotAliasByAliasForUpdate(LotAliasType lotAliasType, String alias)
     
    List<LotAlias>
    getLotAliasesByLot(Lot lot)
     
    List<LotAlias>
    getLotAliasesByLotAliasType(LotAliasType lotAliasType)
     
    List<LotAlias>
    getLotAliasesByLotAliasTypeForUpdate(LotAliasType lotAliasType)
     
    List<LotAlias>
    getLotAliasesByLotForUpdate(Lot lot)
     
    LotAlias
    getLotAliasForUpdate(Lot lot, LotAliasType lotAliasType)
     
    LotAliasTransfer
    getLotAliasTransfer(UserVisit userVisit, LotAlias lotAlias)
     
    List<LotAliasTransfer>
    getLotAliasTransfersByLot(UserVisit userVisit, Lot lot)
     
    LotAliasType
    getLotAliasTypeByName(String lotAliasTypeName)
     
    LotAliasType
    getLotAliasTypeByNameForUpdate(String lotAliasTypeName)
     
    LotAliasTypeChoicesBean
    getLotAliasTypeChoices(String defaultLotAliasTypeChoice, Language language, boolean allowNullChoice)
     
    LotAliasTypeDescription
    getLotAliasTypeDescription(LotAliasType lotAliasType, Language language)
     
    LotAliasTypeDescription
    getLotAliasTypeDescriptionForUpdate(LotAliasType lotAliasType, Language language)
     
    List<LotAliasTypeDescription>
    getLotAliasTypeDescriptionsByLotAliasType(LotAliasType lotAliasType)
     
    List<LotAliasTypeDescription>
    getLotAliasTypeDescriptionsByLotAliasTypeForUpdate(LotAliasType lotAliasType)
     
    LotAliasTypeDescriptionTransfer
    getLotAliasTypeDescriptionTransfer(UserVisit userVisit, LotAliasTypeDescription lotAliasTypeDescription)
     
    List<LotAliasTypeDescriptionTransfer>
    getLotAliasTypeDescriptionTransfersByLotAliasType(UserVisit userVisit, LotAliasType lotAliasType)
     
    LotAliasTypeDescriptionValue
    getLotAliasTypeDescriptionValue(LotAliasTypeDescription lotAliasTypeDescription)
     
    LotAliasTypeDescriptionValue
    getLotAliasTypeDescriptionValueForUpdate(LotAliasType lotAliasType, Language language)
     
    LotAliasTypeDetailValue
    getLotAliasTypeDetailValueByNameForUpdate(String lotAliasTypeName)
     
    LotAliasTypeDetailValue
    getLotAliasTypeDetailValueForUpdate(LotAliasType lotAliasType)
     
    List<LotAliasType>
    getLotAliasTypes()
     
    List<LotAliasType>
    getLotAliasTypesForUpdate()
     
    LotAliasTypeTransfer
    getLotAliasTypeTransfer(UserVisit userVisit, LotAliasType lotAliasType)
     
    List<LotAliasTypeTransfer>
    getLotAliasTypeTransfers(UserVisit userVisit)
     
    LotAliasValue
    getLotAliasValue(LotAlias lotAlias)
     
    LotAliasValue
    getLotAliasValueForUpdate(Lot lot, LotAliasType lotAliasType)
     
    void
    updateLotAliasFromValue(LotAliasValue lotAliasValue, BasePK updatedBy)
     
    void
    updateLotAliasTypeDescriptionFromValue(LotAliasTypeDescriptionValue lotAliasTypeDescriptionValue, BasePK updatedBy)
     
    void
    updateLotAliasTypeFromValue(LotAliasTypeDetailValue lotAliasTypeDetailValue, BasePK updatedBy)
     

    Methods inherited from class com.echothree.model.control.inventory.server.control.BaseInventoryControl

    getInventoryTransferCaches

    Methods inherited from class com.echothree.util.server.control.BaseModelControl

    getConnection, getCoreControl, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getLog, getPartyControl, getSession, getWorkflowControl, sendEvent, sendEvent, sendEvent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LotAliasControl

      public LotAliasControl()
      Creates a new instance of LotAliasControl
  • Method Details

    • createLotAliasType

      public LotAliasType createLotAliasType(String lotAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy)
    • getLotAliasTypeByName

      public LotAliasType getLotAliasTypeByName(String lotAliasTypeName)
    • getLotAliasTypeByNameForUpdate

      public LotAliasType getLotAliasTypeByNameForUpdate(String lotAliasTypeName)
    • getLotAliasTypeDetailValueForUpdate

      public LotAliasTypeDetailValue getLotAliasTypeDetailValueForUpdate(LotAliasType lotAliasType)
    • getLotAliasTypeDetailValueByNameForUpdate

      public LotAliasTypeDetailValue getLotAliasTypeDetailValueByNameForUpdate(String lotAliasTypeName)
    • getDefaultLotAliasType

      public LotAliasType getDefaultLotAliasType()
    • getDefaultLotAliasTypeForUpdate

      public LotAliasType getDefaultLotAliasTypeForUpdate()
    • getDefaultLotAliasTypeDetailValueForUpdate

      public LotAliasTypeDetailValue getDefaultLotAliasTypeDetailValueForUpdate()
    • getLotAliasTypes

      public List<LotAliasType> getLotAliasTypes()
    • getLotAliasTypesForUpdate

      public List<LotAliasType> getLotAliasTypesForUpdate()
    • getLotAliasTypeTransfer

      public LotAliasTypeTransfer getLotAliasTypeTransfer(UserVisit userVisit, LotAliasType lotAliasType)
    • getLotAliasTypeTransfers

      public List<LotAliasTypeTransfer> getLotAliasTypeTransfers(UserVisit userVisit)
    • getLotAliasTypeChoices

      public LotAliasTypeChoicesBean getLotAliasTypeChoices(String defaultLotAliasTypeChoice, Language language, boolean allowNullChoice)
    • updateLotAliasTypeFromValue

      public void updateLotAliasTypeFromValue(LotAliasTypeDetailValue lotAliasTypeDetailValue, BasePK updatedBy)
    • deleteLotAliasType

      public void deleteLotAliasType(LotAliasType lotAliasType, BasePK deletedBy)
    • deleteLotAliasTypes

      public void deleteLotAliasTypes(List<LotAliasType> lotAliasTypes, BasePK deletedBy)
    • createLotAliasTypeDescription

      public LotAliasTypeDescription createLotAliasTypeDescription(LotAliasType lotAliasType, Language language, String description, BasePK createdBy)
    • getLotAliasTypeDescription

      public LotAliasTypeDescription getLotAliasTypeDescription(LotAliasType lotAliasType, Language language)
    • getLotAliasTypeDescriptionForUpdate

      public LotAliasTypeDescription getLotAliasTypeDescriptionForUpdate(LotAliasType lotAliasType, Language language)
    • getLotAliasTypeDescriptionValue

      public LotAliasTypeDescriptionValue getLotAliasTypeDescriptionValue(LotAliasTypeDescription lotAliasTypeDescription)
    • getLotAliasTypeDescriptionValueForUpdate

      public LotAliasTypeDescriptionValue getLotAliasTypeDescriptionValueForUpdate(LotAliasType lotAliasType, Language language)
    • getLotAliasTypeDescriptionsByLotAliasType

      public List<LotAliasTypeDescription> getLotAliasTypeDescriptionsByLotAliasType(LotAliasType lotAliasType)
    • getLotAliasTypeDescriptionsByLotAliasTypeForUpdate

      public List<LotAliasTypeDescription> getLotAliasTypeDescriptionsByLotAliasTypeForUpdate(LotAliasType lotAliasType)
    • getBestLotAliasTypeDescription

      public String getBestLotAliasTypeDescription(LotAliasType lotAliasType, Language language)
    • getLotAliasTypeDescriptionTransfer

      public LotAliasTypeDescriptionTransfer getLotAliasTypeDescriptionTransfer(UserVisit userVisit, LotAliasTypeDescription lotAliasTypeDescription)
    • getLotAliasTypeDescriptionTransfersByLotAliasType

      public List<LotAliasTypeDescriptionTransfer> getLotAliasTypeDescriptionTransfersByLotAliasType(UserVisit userVisit, LotAliasType lotAliasType)
    • updateLotAliasTypeDescriptionFromValue

      public void updateLotAliasTypeDescriptionFromValue(LotAliasTypeDescriptionValue lotAliasTypeDescriptionValue, BasePK updatedBy)
    • deleteLotAliasTypeDescription

      public void deleteLotAliasTypeDescription(LotAliasTypeDescription lotAliasTypeDescription, BasePK deletedBy)
    • deleteLotAliasTypeDescriptionsByLotAliasType

      public void deleteLotAliasTypeDescriptionsByLotAliasType(LotAliasType lotAliasType, BasePK deletedBy)
    • createLotAlias

      public LotAlias createLotAlias(Lot lot, LotAliasType lotAliasType, String alias, BasePK createdBy)
    • getLotAlias

      public LotAlias getLotAlias(Lot lot, LotAliasType lotAliasType)
    • getLotAliasForUpdate

      public LotAlias getLotAliasForUpdate(Lot lot, LotAliasType lotAliasType)
    • getLotAliasValue

      public LotAliasValue getLotAliasValue(LotAlias lotAlias)
    • getLotAliasValueForUpdate

      public LotAliasValue getLotAliasValueForUpdate(Lot lot, LotAliasType lotAliasType)
    • getLotAliasByAlias

      public LotAlias getLotAliasByAlias(LotAliasType lotAliasType, String alias)
    • getLotAliasByAliasForUpdate

      public LotAlias getLotAliasByAliasForUpdate(LotAliasType lotAliasType, String alias)
    • getLotAliasesByLot

      public List<LotAlias> getLotAliasesByLot(Lot lot)
    • getLotAliasesByLotForUpdate

      public List<LotAlias> getLotAliasesByLotForUpdate(Lot lot)
    • getLotAliasesByLotAliasType

      public List<LotAlias> getLotAliasesByLotAliasType(LotAliasType lotAliasType)
    • getLotAliasesByLotAliasTypeForUpdate

      public List<LotAlias> getLotAliasesByLotAliasTypeForUpdate(LotAliasType lotAliasType)
    • getLotAliasTransfer

      public LotAliasTransfer getLotAliasTransfer(UserVisit userVisit, LotAlias lotAlias)
    • getLotAliasTransfersByLot

      public List<LotAliasTransfer> getLotAliasTransfersByLot(UserVisit userVisit, Lot lot)
    • updateLotAliasFromValue

      public void updateLotAliasFromValue(LotAliasValue lotAliasValue, BasePK updatedBy)
    • deleteLotAlias

      public void deleteLotAlias(LotAlias lotAlias, BasePK deletedBy)
    • deleteLotAliasesByLotAliasType

      public void deleteLotAliasesByLotAliasType(LotAliasType lotAliasType, BasePK deletedBy)
    • deleteLotAliasesByLot

      public void deleteLotAliasesByLot(Lot lot, BasePK deletedBy)

Copyright 2002-2024 Echo Three, LLC