| java.lang.Object com.liferay.portal.service.OrganizationServiceUtil
OrganizationServiceUtil | public class OrganizationServiceUtil (Code) | | View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class provides static methods for the
com.liferay.portal.service.OrganizationService
bean. The static methods of this class calls the same methods of the bean
instance. It's convenient to be able to just write one line to call a method
on a bean instead of writing a lookup call and a method call.
com.liferay.portal.service.OrganizationServiceFactory
is responsible for the lookup of the bean.
author: Brian Wing Shun Chan See Also: com.liferay.portal.service.OrganizationService See Also: com.liferay.portal.service.OrganizationServiceFactory |
Method Summary | |
public static void | addGroupOrganizations(long groupId, long[] organizationIds) | public static com.liferay.portal.model.Organization | addOrganization(long parentOrganizationId, java.lang.String name, int type, boolean recursable, long regionId, long countryId, int statusId, java.lang.String comments) | public static void | addPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) | public static void | deleteOrganization(long organizationId) | public static com.liferay.portal.model.Organization | getOrganization(long organizationId) | public static long | getOrganizationId(long companyId, java.lang.String name) | public static java.util.List | getUserOrganizations(long userId) | public static void | setGroupOrganizations(long groupId, long[] organizationIds) | public static void | unsetGroupOrganizations(long groupId, long[] organizationIds) | public static void | unsetPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) | public static com.liferay.portal.model.Organization | updateOrganization(long organizationId, long parentOrganizationId, java.lang.String name, int type, boolean recursable, long regionId, long countryId, int statusId, java.lang.String comments) |
updateOrganization | public static com.liferay.portal.model.Organization updateOrganization(long organizationId, long parentOrganizationId, java.lang.String name, int type, boolean recursable, long regionId, long countryId, int statusId, java.lang.String comments) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException, java.rmi.RemoteException(Code) | | |
|
|