Interface OrganizationManager
-
public interface OrganizationManager- Author:
- Massimiliano Assante, massimiliano.assante@isti.cnr.it
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcreateVO(String voName, String voDesc, long parentID, GCUBESiteLayout siteLayout, String themeid)longcreateVO(String rootVoName, String voDesc, GCUBESiteLayout siteLayout, String themeid)longcreateVRE(String voName, String voDesc, long parentid, GCUBESiteLayout siteLayout, String themeid)BooleanreadOrganizationCustomAttribute(String username, com.liferay.portal.model.Organization currOrg, String attrToCheck)
-
-
-
Method Detail
-
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
-
readOrganizationCustomAttribute
Boolean readOrganizationCustomAttribute(String username, com.liferay.portal.model.Organization currOrg, String attrToCheck)
- Parameters:
username- the screenname of the current usercurrOrg- the organization in which to check the custom attributeattrToCheck- the key to check- Returns:
- true or false
-
-