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 java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description int
day
day to searchint
hour
hour to searchboolean
isCreator
search for creatorboolean
isNot
denied caseint
minute
minute to searchK_FINDMODE
mode
kind of the commandint
month
month to searchK_OPERATOR
op
operator for checkjava.util.List<ELElement>
seqSel
selected elementsjava.lang.String
userName
name of the userboolean
useSel
use selectionboolean
withConfig
search in configuration tooint
year
year to search
-
Constructor Summary
Constructors Constructor Description ARG_FindHistoryDlgOclReqIn()
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 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)
-
-
-
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
-
op
public K_OPERATOR op
operator for check
-
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 interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-