Package de.elo.ix.client.myelo
Class CleanUpInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.myelo.CleanUpInfo
- All Implemented Interfaces:
Serializable
Settings Object for MyELOService.cleanUpNotifications()
- Since:
- 11.00.000.059
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
Include Notifications marked as important.protected int
Lifetime of notifications in days.protected String
GUID or ID or Name of the User.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
void
setDeleteImportant
(boolean deleteImportant) void
setLifetimeDays
(int lifetimeDays) void
setUserGuidOrID
(String userGuidOrID) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
lifetimeDays
protected int lifetimeDaysLifetime of notifications in days. -
deleteImportant
protected boolean deleteImportantInclude Notifications marked as important. -
userGuidOrID
GUID or ID or Name of the User. If null, current user will be set. If GUID/ID is not the current user, admin rights are required to perform the cleanup
-
-
Constructor Details
-
CleanUpInfo
public CleanUpInfo()
-
-
Method Details
-
getLifetimeDays
public int getLifetimeDays() -
isDeleteImportant
public boolean isDeleteImportant() -
getUserGuidOrID
-
setLifetimeDays
public void setLifetimeDays(int lifetimeDays) -
setDeleteImportant
public void setDeleteImportant(boolean deleteImportant) -
setUserGuidOrID
-
toString
-