Package de.elo.ix.client.system
Class SystemInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.system.SystemInfo
- All Implemented Interfaces:
Serializable
This class controls the report functions
SystemInformation.countDocsInStorePath(de.elo.ix.client.ClientInfo, SystemInfo)
and
SystemInformation.userReport(de.elo.ix.client.ClientInfo, SystemInfo)
.- Since:
- 10.17.040.003
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
Select documents created before or on this date.protected UserReportZ
Report mode forSystemInformation.userReport(de.elo.ix.client.ClientInfo, SystemInfo)
to determine which information should be reported.protected long
Select documents created on or after this date.protected int
ID of theStoreInfo
where the documents should be counted.protected long
Deprecated.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
int
long
Deprecated.usegetReportMode()
instead.void
setEndDate
(long endDate) void
setReportMode
(UserReportZ reportMode) void
setStartDate
(long startDate) void
setStorePathID
(int storePathID) void
setUserReportMode
(long userReportMode) Deprecated.usesetReportMode(UserReportZ)
instead.Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
storePathID
protected int storePathIDID of theStoreInfo
where the documents should be counted. -
startDate
protected long startDateSelect documents created on or after this date. This is an ISODate in UTC. -
endDate
protected long endDateSelect documents created before or on this date. This is an ISODate in UTC. -
userReportMode
Deprecated.usereportMode
instead. -
reportMode
Report mode forSystemInformation.userReport(de.elo.ix.client.ClientInfo, SystemInfo)
to determine which information should be reported.- Since:
- 12.00.000.049
-
-
Constructor Details
-
SystemInfo
public SystemInfo()
-
-
Method Details
-
getStorePathID
public int getStorePathID() -
getStartDate
public long getStartDate() -
getEndDate
public long getEndDate() -
getUserReportMode
Deprecated.usegetReportMode()
instead. -
getReportMode
-
setStorePathID
public void setStorePathID(int storePathID) -
setStartDate
public void setStartDate(long startDate) -
setEndDate
public void setEndDate(long endDate) -
setUserReportMode
Deprecated.usesetReportMode(UserReportZ)
instead. -
setReportMode
-
reportMode
instead.