Method | Description | |
---|---|---|
CreateRespect ( string targetWwwId, HyvesRespectType respectType ) : bool |
Creates respect for an www. This corresponds to the www.createRespect Hyves method.
|
|
CreateWww ( string emotion, HyvesVisibility visibility, string hubId, string privateSpotId, string where, float latitude, float longitude ) : |
Create a new www for the current user. This corresponds to the www.create Hyves method.
|
|
GetComments ( string wwwId ) : Collection |
Gets the comments from the specified www. This corresponds to the wwws.getComments Hyves method.
|
|
GetComments ( string wwwId, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
Gets the comments from the specified www. This corresponds to the wwws.getComments Hyves method.
|
|
GetRespects ( string wwwId ) : Collection |
Gets the respects from the specified www. This corresponds to the wwws.getRespects Hyves method.
|
|
GetRespects ( string wwwId, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
Gets the respects from the specified www. This corresponds to the wwws.getRespects Hyves method.
|
|
GetWww ( string wwwID ) : |
Gets the desired information about the specified www. This corresponds to the wwws.get Hyves method.
|
|
GetWww ( string wwwID, HyvesWwwResponsefield responsefields, bool useFancyLayout ) : |
Gets the desired information about the specified www. This corresponds to the wwws.get Hyves method.
|
|
GetWwws ( Collection |
Gets the desired information about the specified www. This corresponds to the wwws.get Hyves method.
|
|
GetWwws ( Collection |
Gets the desired information about the specified www. This corresponds to the wwws.get Hyves method.
|
|
GetWwwsByHub ( string hubId, HyvesWwwResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
Gets the desired wwws from the specified user. This corresponds to the wwws.getByUser Hyves method.
|
|
GetWwwsByUser ( string userId ) : Collection |
Gets the desired wwws from the specified user. This corresponds to the wwws.getByUser Hyves method.
|
|
GetWwwsByUser ( string userId, HyvesWwwResponsefield responsefields, bool useFancyLayout ) : Collection |
Gets the desired wwws from the specified user. This corresponds to the wwws.getByUser Hyves method.
|
|
GetWwwsByUser ( string userId, HyvesWwwResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
Gets the desired wwws from the specified user. This corresponds to the wwws.getByUser Hyves method.
|
|
GetWwwsForFriends ( HyvesWwwResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
Retrieves the most recent wwws for the friends of the loggedin user. This corresponds to the wwws.getForFriends Hyves method.
|
|
GetWwwsForFriends ( bool useFancyLayout ) : Collection |
Retrieves the most recent wwws for the friends of the loggedin user. This corresponds to the wwws.getForFriends Hyves method.
|
|
SearchPublic ( string searchterms, string scopeMinId, string scopeMaxId, int limit, HyvesWwwResponsefield responsefields, bool useFancyLayout ) : Collection |
Search in public wwws. This corresponds to the wwws.searchPublic Hyves method.
|
Method | Description | |
---|---|---|
ConvertResponsefieldsToString ( HyvesWwwResponsefield responsefields ) : string | ||
WwwsService ( |
public CreateRespect ( string targetWwwId, HyvesRespectType respectType ) : bool | ||
targetWwwId | string | A single www id. |
respectType | HyvesRespectType | The type of the respect. |
return | bool |
public CreateWww ( string emotion, HyvesVisibility visibility, string hubId, string privateSpotId, string where, float latitude, float longitude ) : |
||
emotion | string | The emotion of the www. |
visibility | HyvesVisibility | The visibility of the www. |
hubId | string | |
privateSpotId | string | |
where | string | The where of the www. |
latitude | float | |
longitude | float | |
return |
public GetComments ( string wwwId ) : Collection |
||
wwwId | string | The requested www ID. |
return | Collection |
public GetComments ( string wwwId, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
||
wwwId | string | The requested www ID. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
page | int | The requested page. |
resultsPerPage | int | The number of results per page. |
return | Collection |
public GetRespects ( string wwwId ) : Collection |
||
wwwId | string | The requested www ID. |
return | Collection |
public GetRespects ( string wwwId, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
||
wwwId | string | The requested www ID. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
page | int | The requested page. |
resultsPerPage | int | The number of results per page. |
return | Collection |
public GetWww ( string wwwID ) : |
||
wwwID | string | The requested wwwID. |
return |
public GetWww ( string wwwID, HyvesWwwResponsefield responsefields, bool useFancyLayout ) : |
||
wwwID | string | The requested wwwID. |
responsefields | HyvesWwwResponsefield | Get extra information from the requested www. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return |
public GetWwws ( Collection |
||
wwwIDs | Collection |
The requested wwwIDs. |
return | Collection |
public GetWwws ( Collection |
||
wwwIDs | Collection |
The requested wwwIDs. |
responsefields | HyvesWwwResponsefield | Get extra information from the requested www. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return | Collection |
public GetWwwsByHub ( string hubId, HyvesWwwResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
||
hubId | string | The requested hub Id. |
responsefields | HyvesWwwResponsefield | Get extra information from the requested www. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
page | int | The requested page. |
resultsPerPage | int | The number of results per page. |
return | Collection |
public GetWwwsByUser ( string userId ) : Collection |
||
userId | string | The requested user Id. |
return | Collection |
public GetWwwsByUser ( string userId, HyvesWwwResponsefield responsefields, bool useFancyLayout ) : Collection |
||
userId | string | The requested user Id. |
responsefields | HyvesWwwResponsefield | Get extra information from the requested www. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return | Collection |
public GetWwwsByUser ( string userId, HyvesWwwResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
||
userId | string | The requested user Id. |
responsefields | HyvesWwwResponsefield | Get extra information from the requested www. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
page | int | The requested page. |
resultsPerPage | int | The number of results per page. |
return | Collection |
public GetWwwsForFriends ( HyvesWwwResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
||
responsefields | HyvesWwwResponsefield | Get extra information from the requested www. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
page | int | The requested page. |
resultsPerPage | int | The number of results per page. |
return | Collection |
public GetWwwsForFriends ( bool useFancyLayout ) : Collection |
||
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return | Collection |
public SearchPublic ( string searchterms, string scopeMinId, string scopeMaxId, int limit, HyvesWwwResponsefield responsefields, bool useFancyLayout ) : Collection |
||
searchterms | string | The search terms. |
scopeMinId | string | Only www's posted after this one will be received. |
scopeMaxId | string | Only www's posted before this one will be received. |
limit | int | The maximum number of results desired. |
responsefields | HyvesWwwResponsefield | Get extra information from the requested www. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return | Collection |