Package de.elo.ix.client.myelo
Interface MyELOService
- All Superinterfaces:
byps.BRemote
,byps.Remote
,de.elo.utils.net.Remote
,Remote
public interface MyELOService
extends byps.BRemote
This interface provides functions to MyELO page.
- Since:
- 10.00.020.001
-
Method Summary
Modifier and TypeMethodDescriptioncheckState
(ClientInfo ci, String userGuidOrID, String sinceDateIso) int
cleanUpNotifications
(ClientInfo ci, CleanUpInfo info) Delete Notifications of a user.readContent
(ClientInfo ci, MyELOState state, MyELOInfo info) readHashTagCloud
(ClientInfo ci, HtCloudInfo info) Returns HashTagCloud informations.Methods inherited from interface byps.BRemote
BRemote_getTargetId
-
Method Details
-
checkState
MyELOState checkState(ClientInfo ci, String userGuidOrID, String sinceDateIso) throws byps.RemoteException - Parameters:
ci
- ClientInfo object with session information.userGuidOrID
- User GUID or ID or nullsinceDateIso
- check if there are new updates since this date- Returns:
- MyELOState object
- Throws:
byps.RemoteException
- Since:
- 10.00.020.001
-
readContent
MyELOContent readContent(ClientInfo ci, MyELOState state, MyELOInfo info) throws byps.RemoteException - Parameters:
ci
- ClientInfo object with session information.state
- MyELOState or nullinfo
- MyELOInfo or null- Returns:
- MyELOContent object
- Throws:
byps.RemoteException
- Since:
- 10.00.020.001
-
readHashTagCloud
Returns HashTagCloud informations. Currently HtCloudInfo is not used. Set null instead. Default values for HashTagCloud: Timeperiod: 8 Weeks. HashTagCount: 20.- Parameters:
ci
- ClientInfo object with session information.info
- HtCloudInfo or null- Returns:
- HtCloudData
- Throws:
byps.RemoteException
- Since:
- 11.00.000.006
-
cleanUpNotifications
Delete Notifications of a user.- Parameters:
ci
- ClientInfo object with session information.info
- CleanUpInfo settings for cleanup- Returns:
- int Count of deleted Notifications.
- Throws:
byps.RemoteException
- Since:
- 11.00.000.059
-