de.mid.innovator.srv2api.icw2meta
Class ARG_FindHistoryDlgOclReqIn

java.lang.Object
  extended by 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 Summary
 int day
          day to search
 int hour
          hour to search
 boolean isCreator
          search for creator
 boolean isNot
          denied case
 int minute
          minute to search
 K_FINDMODE mode
          kind of the command
 int month
          month to search
 K_OPERATOR op
          operator for check
 List<ELElement> seqSel
          selected elements
 String userName
          name of the user
 boolean useSel
          use selection
 boolean withConfig
          search in configuration too
 int year
          year to search
 
Constructor Summary
ARG_FindHistoryDlgOclReqIn()
           
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 Summary
 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

day

public int day
day to search


hour

public int hour
hour to search


isCreator

public boolean isCreator
search for creator


isNot

public boolean isNot
denied case


minute

public int minute
minute to search


mode

public K_FINDMODE mode
kind of the command


month

public int month
month to search


op

public K_OPERATOR op
operator for check


seqSel

public List<ELElement> seqSel
selected elements


userName

public String userName
name of the user


useSel

public boolean useSel
use selection


withConfig

public boolean withConfig
search in configuration too


year

public int year
year to search

Constructor Detail

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 Detail

marshal

public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
marshal 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

unmarshal

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