|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SocialEventsInterface
Method Summary | |
---|---|
List<SocialInformation> |
getLastSocialInformationsListOfMyContacts(String myId,
List<String> myContactsIds,
Date begin,
Date end)
get the Last Events of my contacts according to number of Item and the first Index |
List<SocialInformation> |
getMyLastSocialInformationsList(String myId,
Date begin,
Date end)
get the my last Events according to number of Item and the first Index |
List<SocialInformation> |
getSocialInformationsList(String userId,
String classification,
Date begin,
Date end)
get list of socialInformation according to number of Item and the first Index |
List<SocialInformation> |
getSocialInformationsListOfMyContacts(String myId,
List<String> myContactsIds,
Date begin,
Date end)
get the next Events of my contacts according to number of Item and the first Index |
Method Detail |
---|
List<SocialInformation> getSocialInformationsList(String userId, String classification, Date begin, Date end) throws SilverpeasException
userId
- classification
- (private or public)limit
- offset
-
SilverpeasException
List<SocialInformation> getSocialInformationsListOfMyContacts(String myId, List<String> myContactsIds, Date begin, Date end) throws SilverpeasException
myId
- myContactsIds
- numberOfElement
- firstIndex
-
SilverpeasException
List<SocialInformation> getLastSocialInformationsListOfMyContacts(String myId, List<String> myContactsIds, Date begin, Date end) throws SilverpeasException
myId
- myContactsIds
- numberOfElement
- firstIndex
-
SilverpeasException
List<SocialInformation> getMyLastSocialInformationsList(String myId, Date begin, Date end) throws SilverpeasException
myId
- numberOfElement
- firstIndex
-
SilverpeasException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |