Class BoardConfig

java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.plugin.pln.grpl.model.BoardConfig
All Implemented Interfaces:
Id<Integer>, IdTitle<Integer>, Title

public class BoardConfig extends Config implements IdTitle<Integer>
  • Constructor Details

    • BoardConfig

      public BoardConfig(int id, ConfigMap config)
  • Method Details

    • getId

      public Integer getId()
      Specified by:
      getId in interface Id<Integer>
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface Title
    • getParamId

      public int getParamId()
    • processTypeId

      public boolean processTypeId(int id)
    • getColumns

      public Map<Integer,IdTitle> getColumns()
    • getColumnWidth

      public int getColumnWidth()
    • getColumnOrThrow

      public IdTitle getColumnOrThrow(ConnectionSet conSet, Process process) throws javassist.NotFoundException, SQLException
      Throws:
      javassist.NotFoundException
      SQLException
    • getColumnOrThrow

      public IdTitle getColumnOrThrow(int id) throws javassist.NotFoundException
      Throws:
      javassist.NotFoundException
    • getGroupIds

      public List<Integer> getGroupIds()
    • getShift

      public ShiftConfig getShift()
    • getProcessDuration

      public Duration getProcessDuration(ConnectionSet conSet, Process process)
    • getTimes

      public List<LocalTime> getTimes(List<Slot> usedSlots, Duration processDuration)
    • getProcessBackgroundColor

      public String getProcessBackgroundColor(int statusId)