public interface OrganizationManager
| Modifier and Type | Method and Description |
|---|---|
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) |
Boolean |
readOrganizationCustomAttribute(String username,
com.liferay.portal.model.Organization currOrg,
String attrToCheck) |
long createVO(String rootVoName, String voDesc, GCUBESiteLayout siteLayout, String themeid)
rootVoName - the voNamevoDesc - -long createVO(String voName, String voDesc, long parentID, GCUBESiteLayout siteLayout, String themeid)
voName - the voNamevoDesc - -long createVRE(String voName, String voDesc, long parentid, GCUBESiteLayout siteLayout, String themeid)
rootVoName - the voNamevoDesc - -Boolean readOrganizationCustomAttribute(String username, com.liferay.portal.model.Organization currOrg, String attrToCheck)
username - the screenname of the current usercurrOrg - the organization in which to check the custom attributeattrToCheck - the key to checkCopyright © 2018. All Rights Reserved.