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 intdayday to searchinthourhour to searchbooleanisCreatorsearch for creatorbooleanisNotdenied caseintminuteminute to searchK_FINDMODEmodekind of the commandintmonthmonth to searchK_OPERATORopoperator for checkjava.util.List<ELElement>seqSelselected elementsjava.lang.StringuserNamename of the userbooleanuseSeluse selectionbooleanwithConfigsearch in configuration toointyearyear 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 voidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidunmarshal(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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-