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 Summary
FieldsModifier and TypeFieldDescriptionintday to searchinthour to searchbooleansearch for creatorbooleandenied caseintminute to searchkind of the commandintmonth to searchoperator for checkselected elementsname of the userbooleanuse selectionbooleansearch in configuration toointyear to search -
Constructor Summary
ConstructorsConstructorDescriptionARG_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
Modifier and TypeMethodDescriptionvoidmarshal(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 Details
-
mode
kind of the command -
seqSel
selected elements -
useSel
public boolean useSeluse selection -
isNot
public boolean isNotdenied case -
isCreator
public boolean isCreatorsearch for creator -
userName
name of the user -
year
public int yearyear to search -
month
public int monthmonth to search -
day
public int dayday to search -
hour
public int hourhour to search -
minute
public int minuteminute to search -
op
operator for check -
withConfig
public boolean withConfigsearch 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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- 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
-