added getGroupURL utility method

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vo-management/usermanagement-core@131979 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-09-28 12:54:13 +00:00
parent 72d08f338f
commit de85108a3b
1 changed files with 2 additions and 2 deletions

View File

@ -209,8 +209,8 @@ public interface GroupManager {
/**
*
* @param logoId the logo identifier of the group @see {GCubeGroup#logoId}
* @return the absolute path on server for the logo (e.g. /image/layout_set_logo?img_id .... )
* @return the absolute path on server for the logo (e.g. /image/layout_set_logo?img_id ... )
* @throws GroupRetrievalFault
*/
String getGroupLogoURL(long logoId) throws GroupRetrievalFault;
String getGroupLogoURL(long logoId);
}