Package de.elo.ix.client
Class FindReportInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindReportInfo
- All Implemented Interfaces:
Serializable
Objects of this class specify the selection criteria for report entries in
findReport
.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
End date (UTC)protected int[]
Constrained to this ERP codes.protected String
Specifies the extra1 value.protected boolean
Find the last entry before the givenendDateIso
.protected String
Object ID or GUIDprotected String
Deprecated.This member is ignored since 9.00.016 for security reasons.protected String
reserved.protected String
Start date (UTC)protected int
Specifies the time limit for the search.protected int
The search is ended once this number of objects have been found.protected String
User ID or name.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]
getObjId()
Deprecated.int
int
boolean
void
setEndDateIso
(String endDateIso) void
setErpCodes
(int[] erpCodes) void
void
setFindLastEntryBeforeEndDate
(boolean findLastEntryBeforeEndDate) void
void
setOrderBy
(String orderBy) Deprecated.void
setSearchId
(String searchId) void
setStartDateIso
(String startDateIso) void
setTimeoutSeconds
(int timeoutSeconds) void
setTotalCount
(int totalCount) void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
endDateIso
End date (UTC) -
erpCodes
protected int[] erpCodesConstrained to this ERP codes.- See Also:
-
objId
Object ID or GUID -
orderBy
Deprecated.This member is ignored since 9.00.016 for security reasons. The sort order is always descending by time.Can contain an SQL ORDER BY clause. -
searchId
reserved. -
startDateIso
Start date (UTC) -
timeoutSeconds
protected int timeoutSecondsSpecifies the time limit for the search. If the limit is exceeded, the search is interruped.timeoutSeconds=0
means that the search has no time limit. -
totalCount
protected int totalCountThe search is ended once this number of objects have been found. A value of0
sets no constraint to the number of objects. -
userId
User ID or name. -
findLastEntryBeforeEndDate
protected boolean findLastEntryBeforeEndDateFind the last entry before the givenendDateIso
. This option e.g. allows to find the user permissions at the givenendDateIso
. Therefore, seterpCodes = new int[] { ReportOptionsC.ERP_LOGOPENARC, ReportOptionsC.ERP_LOGUSERDATA };
.- Since:
- 9.00.016.004
-
extra1
Specifies the extra1 value. Only Integer values are allowed for this element.- Since:
- 9.00.016.004
-
-
Constructor Details
-
FindReportInfo
public FindReportInfo() -
FindReportInfo
-
-
Method Details
-
getEndDateIso
-
setEndDateIso
-
getErpCodes
public int[] getErpCodes() -
setErpCodes
public void setErpCodes(int[] erpCodes) -
getObjId
-
setObjId
-
getOrderBy
Deprecated. -
setOrderBy
Deprecated. -
getSearchId
-
setSearchId
-
getStartDateIso
-
setStartDateIso
-
getTimeoutSeconds
public int getTimeoutSeconds() -
setTimeoutSeconds
public void setTimeoutSeconds(int timeoutSeconds) -
getTotalCount
public int getTotalCount() -
setTotalCount
public void setTotalCount(int totalCount) -
getUserId
-
setUserId
-
isFindLastEntryBeforeEndDate
public boolean isFindLastEntryBeforeEndDate() -
setFindLastEntryBeforeEndDate
public void setFindLastEntryBeforeEndDate(boolean findLastEntryBeforeEndDate) -
getExtra1
-
setExtra1
-
toString
-