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 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 null
      sinceDateIso - 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 null
      info - MyELOInfo or null
      Returns:
      MyELOContent object
      Throws:
      byps.RemoteException
      Since:
      10.00.020.001
    • readHashTagCloud

      HtCloudData readHashTagCloud(ClientInfo ci, HtCloudInfo info) throws byps.RemoteException
      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

      int cleanUpNotifications(ClientInfo ci, CleanUpInfo info) throws byps.RemoteException
      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