Class InputMultiDecoderMaterials

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, AjaxableComponent, Arrangeable, Badgeable, ValueValidator, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

@Component public class InputMultiDecoderMaterials extends InputMultiDecoder
InputMultiDecoder for Materials.
This InputMultiDecoder open the search page with a SelectMaterialInput as input object
See Also:
  • Constructor Details

    • InputMultiDecoderMaterials

      public InputMultiDecoderMaterials()
  • Method Details

    • setACTIVE

      public void setACTIVE(String s)
    • setMANAGEDINSTOCK

      public void setMANAGEDINSTOCK(String s)
    • setMULTISELECTION

      public void setMULTISELECTION(String s)
    • setBillOfMaterial

      public void setBillOfMaterial(Long billOfMaterial)
    • getWorkOrderType

      public Long getWorkOrderType()
    • setWorkOrderType

      public void setWorkOrderType(Long workOrderType)
    • setVALIDITYRANGE

      public void setVALIDITYRANGE(String s)
    • setTYPE

      public void setTYPE(String s)
    • setTypes

      public void setTypes(Set<Long> types)
    • getOperationCenter

      public Long getOperationCenter()
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
    • onSearch

      public boolean onSearch(Object o)
      Description copied from class: InputMultiDecoder
      Called when the user clicks on the magnifier icon, it opens a page (InputMultiDecoder.setPAGE(String)) or shows a Panel (InputMultiDecoder.setPANEL(String). The page or panel should contains a list representing the codes and theirs decoded values, and should allows the user to directly select one of them.
      Overrides:
      onSearch in class InputMultiDecoder
      Parameters:
      o - Not used
      Returns:
      false