Liferay 6.0.5

com.liferay.portal.service
Class OrganizationServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.OrganizationServiceWrapper
All Implemented Interfaces:
OrganizationService

public class OrganizationServiceWrapper
extends Object
implements OrganizationService

This class is a wrapper for OrganizationService.

See Also:
OrganizationService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
OrganizationServiceWrapper(OrganizationService organizationService)
           
 
Method Summary
 void addGroupOrganizations(long groupId, long[] organizationIds)
           
 Organization addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 void addPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds)
           
 void deleteLogo(long organizationId)
           
 void deleteOrganization(long organizationId)
           
 List<Organization> getManageableOrganizations(String actionId, int max)
           
 Organization getOrganization(long organizationId)
           
 long getOrganizationId(long companyId, String name)
           
 List<Organization> getUserOrganizations(long userId)
           
 List<Organization> getUserOrganizations(long userId, boolean inheritUserGroups)
           
 OrganizationService getWrappedOrganizationService()
           
 void setGroupOrganizations(long groupId, long[] organizationIds)
           
 void unsetGroupOrganizations(long groupId, long[] organizationIds)
           
 void unsetPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds)
           
 Organization updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationServiceWrapper

public OrganizationServiceWrapper(OrganizationService organizationService)
Method Detail

addGroupOrganizations

public void addGroupOrganizations(long groupId,
                                  long[] organizationIds)
                           throws PortalException,
                                  SystemException
Specified by:
addGroupOrganizations in interface OrganizationService
Throws:
PortalException
SystemException

addPasswordPolicyOrganizations

public void addPasswordPolicyOrganizations(long passwordPolicyId,
                                           long[] organizationIds)
                                    throws PortalException,
                                           SystemException
Specified by:
addPasswordPolicyOrganizations in interface OrganizationService
Throws:
PortalException
SystemException

addOrganization

public Organization addOrganization(long parentOrganizationId,
                                    String name,
                                    String type,
                                    boolean recursable,
                                    long regionId,
                                    long countryId,
                                    int statusId,
                                    String comments,
                                    ServiceContext serviceContext)
                             throws PortalException,
                                    SystemException
Specified by:
addOrganization in interface OrganizationService
Throws:
PortalException
SystemException

addOrganization

public Organization addOrganization(long parentOrganizationId,
                                    String name,
                                    String type,
                                    boolean recursable,
                                    long regionId,
                                    long countryId,
                                    int statusId,
                                    String comments,
                                    List<Address> addresses,
                                    List<EmailAddress> emailAddresses,
                                    List<OrgLabor> orgLabors,
                                    List<Phone> phones,
                                    List<Website> websites,
                                    ServiceContext serviceContext)
                             throws PortalException,
                                    SystemException
Specified by:
addOrganization in interface OrganizationService
Throws:
PortalException
SystemException

deleteLogo

public void deleteLogo(long organizationId)
                throws PortalException,
                       SystemException
Specified by:
deleteLogo in interface OrganizationService
Throws:
PortalException
SystemException

deleteOrganization

public void deleteOrganization(long organizationId)
                        throws PortalException,
                               SystemException
Specified by:
deleteOrganization in interface OrganizationService
Throws:
PortalException
SystemException

getManageableOrganizations

public List<Organization> getManageableOrganizations(String actionId,
                                                     int max)
                                              throws PortalException,
                                                     SystemException
Specified by:
getManageableOrganizations in interface OrganizationService
Throws:
PortalException
SystemException

getOrganization

public Organization getOrganization(long organizationId)
                             throws PortalException,
                                    SystemException
Specified by:
getOrganization in interface OrganizationService
Throws:
PortalException
SystemException

getOrganizationId

public long getOrganizationId(long companyId,
                              String name)
                       throws SystemException
Specified by:
getOrganizationId in interface OrganizationService
Throws:
SystemException

getUserOrganizations

public List<Organization> getUserOrganizations(long userId)
                                        throws PortalException,
                                               SystemException
Specified by:
getUserOrganizations in interface OrganizationService
Throws:
PortalException
SystemException

getUserOrganizations

public List<Organization> getUserOrganizations(long userId,
                                               boolean inheritUserGroups)
                                        throws PortalException,
                                               SystemException
Specified by:
getUserOrganizations in interface OrganizationService
Throws:
PortalException
SystemException

setGroupOrganizations

public void setGroupOrganizations(long groupId,
                                  long[] organizationIds)
                           throws PortalException,
                                  SystemException
Specified by:
setGroupOrganizations in interface OrganizationService
Throws:
PortalException
SystemException

unsetGroupOrganizations

public void unsetGroupOrganizations(long groupId,
                                    long[] organizationIds)
                             throws PortalException,
                                    SystemException
Specified by:
unsetGroupOrganizations in interface OrganizationService
Throws:
PortalException
SystemException

unsetPasswordPolicyOrganizations

public void unsetPasswordPolicyOrganizations(long passwordPolicyId,
                                             long[] organizationIds)
                                      throws PortalException,
                                             SystemException
Specified by:
unsetPasswordPolicyOrganizations in interface OrganizationService
Throws:
PortalException
SystemException

updateOrganization

public Organization updateOrganization(long organizationId,
                                       long parentOrganizationId,
                                       String name,
                                       String type,
                                       boolean recursable,
                                       long regionId,
                                       long countryId,
                                       int statusId,
                                       String comments,
                                       ServiceContext serviceContext)
                                throws PortalException,
                                       SystemException
Specified by:
updateOrganization in interface OrganizationService
Throws:
PortalException
SystemException

updateOrganization

public Organization updateOrganization(long organizationId,
                                       long parentOrganizationId,
                                       String name,
                                       String type,
                                       boolean recursable,
                                       long regionId,
                                       long countryId,
                                       int statusId,
                                       String comments,
                                       List<Address> addresses,
                                       List<EmailAddress> emailAddresses,
                                       List<OrgLabor> orgLabors,
                                       List<Phone> phones,
                                       List<Website> websites,
                                       ServiceContext serviceContext)
                                throws PortalException,
                                       SystemException
Specified by:
updateOrganization in interface OrganizationService
Throws:
PortalException
SystemException

getWrappedOrganizationService

public OrganizationService getWrappedOrganizationService()

Liferay 6.0.5