Class ARG_FindHistoryDlgOclReqIn

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble

    public class ARG_FindHistoryDlgOclReqIn
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void marshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)  
      void resolveReferences​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)  
      void unmarshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mode

        public K_FINDMODE mode
        kind of the command
      • seqSel

        public java.util.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 java.lang.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
      • withConfig

        public boolean withConfig
        search in configuration too
    • Constructor Detail

      • ARG_FindHistoryDlgOclReqIn

        public ARG_FindHistoryDlgOclReqIn()
      • ARG_FindHistoryDlgOclReqIn

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

      • 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