org.gcube.portal.custom.communitymanager
Interface OrganizationManager
- All Known Implementing Classes:
- OrganizationManagerImpl
public interface OrganizationManager
- Version:
- 1.0 - Jan 4 2012
- Author:
- Massimiliano Assante, massimiliano.assante@isti.cnr.it
|
Method Summary |
long |
createVO(String rootVoName,
String voDesc,
GCUBESiteLayout siteLayout,
String themeid)
|
long |
createVO(String voName,
String voDesc,
long parentID,
GCUBESiteLayout siteLayout,
String themeid)
|
long |
createVRE(String voName,
String voDesc,
long parentid,
GCUBESiteLayout siteLayout,
String themeid)
|
createVO
long createVO(String rootVoName,
String voDesc,
GCUBESiteLayout siteLayout,
String themeid)
- Parameters:
rootVoName - the voNamevoDesc - -
- Returns:
- the id of the created VO
createVO
long createVO(String voName,
String voDesc,
long parentID,
GCUBESiteLayout siteLayout,
String themeid)
- Parameters:
voName - the voNamevoDesc - -
- Returns:
- the id of the created VO
createVRE
long createVRE(String voName,
String voDesc,
long parentid,
GCUBESiteLayout siteLayout,
String themeid)
- Parameters:
rootVoName - the voNamevoDesc - -
- Returns:
- the organizationid of the created VO
Copyright © 2013. All Rights Reserved.