Class ARG_FindHistoryDlgOclReqIn

java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_FindHistoryDlgOclReqIn
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_FindHistoryDlgOclReqIn extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • mode

      public K_FINDMODE mode
      kind of the command
    • seqSel

      public List<ELElement> seqSel
      selected elements
    • useSel

      public boolean useSel
      use selection
    • isNot

      public boolean isNot
      denied case
    • isCreator

      public boolean isCreator
      search for creator
    • userName

      public String userName
      name of the user
    • year

      public int year
      year to search
    • month

      public int month
      month to search
    • day

      public int day
      day to search
    • hour

      public int hour
      hour to search
    • minute

      public int minute
      minute to search
    • op

      public K_OPERATOR op
      operator for check
    • withConfig

      public boolean withConfig
      search in configuration too
  • Constructor Details

    • ARG_FindHistoryDlgOclReqIn

      public ARG_FindHistoryDlgOclReqIn()
    • ARG_FindHistoryDlgOclReqIn

      public ARG_FindHistoryDlgOclReqIn(K_FINDMODE mode, List<ELElement> seqSel, boolean useSel, boolean isNot, boolean isCreator, String userName, int year, int month, int day, int hour, int minute, K_OPERATOR op, boolean withConfig)
  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble