| com.liferay.portal.service.OrganizationService
All known Subclasses: com.liferay.portal.service.base.OrganizationServiceBaseImpl,
OrganizationService | public interface OrganizationService (Code) | | View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portal.service.impl.OrganizationServiceImpl .
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
author: Brian Wing Shun Chan See Also: com.liferay.portal.service.OrganizationServiceFactory See Also: com.liferay.portal.service.OrganizationServiceUtil |
Method Summary | |
public void | addGroupOrganizations(long groupId, long[] organizationIds) | public 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 void | addPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) | public void | deleteOrganization(long organizationId) | public com.liferay.portal.model.Organization | getOrganization(long organizationId) | public long | getOrganizationId(long companyId, java.lang.String name) | public java.util.List | getUserOrganizations(long userId) | public void | setGroupOrganizations(long groupId, long[] organizationIds) | public void | unsetGroupOrganizations(long groupId, long[] organizationIds) | public void | unsetPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) | public 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 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 java.rmi.RemoteException, com.liferay.portal.SystemException, com.liferay.portal.PortalException(Code) | | |
|
|