Liferay 6.2-ce-ga5

com.liferay.portal.service
Class OrganizationLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.OrganizationLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, OrganizationLocalService, PersistedModelLocalService, ServiceWrapper<OrganizationLocalService>

@ProviderType
public class OrganizationLocalServiceWrapper
extends Object
implements OrganizationLocalService, ServiceWrapper<OrganizationLocalService>

Provides a wrapper for OrganizationLocalService.

See Also:
OrganizationLocalService

Constructor Summary
OrganizationLocalServiceWrapper(OrganizationLocalService organizationLocalService)
           
 
Method Summary
 void addGroupOrganization(long groupId, long organizationId)
           
 void addGroupOrganization(long groupId, Organization organization)
           
 void addGroupOrganizations(long groupId, List<Organization> Organizations)
           
 void addGroupOrganizations(long groupId, long[] organizationIds)
           
 Organization addOrganization(long userId, long parentOrganizationId, String name, boolean site)
          Adds an organization.
 Organization addOrganization(long userId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, boolean site, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by addOrganization(long, long, String, String, long, long, int, String, boolean, ServiceContext)
 Organization addOrganization(long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, int statusId, String comments, boolean site, ServiceContext serviceContext)
          Adds an organization.
 Organization addOrganization(Organization organization)
          Adds the organization to the database.
 void addOrganizationResources(long userId, Organization organization)
          Adds a resource for each type of permission available on the organization.
 void addPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds)
          Assigns the password policy to the organizations, removing any other currently assigned password policies.
 void addUserOrganization(long userId, long organizationId)
           
 void addUserOrganization(long userId, Organization organization)
           
 void addUserOrganizations(long userId, List<Organization> Organizations)
           
 void addUserOrganizations(long userId, long[] organizationIds)
           
 void clearGroupOrganizations(long groupId)
           
 void clearUserOrganizations(long userId)
           
 Organization createOrganization(long organizationId)
          Creates a new organization with the primary key.
 void deleteGroupOrganization(long groupId, long organizationId)
           
 void deleteGroupOrganization(long groupId, Organization organization)
           
 void deleteGroupOrganizations(long groupId, List<Organization> Organizations)
           
 void deleteGroupOrganizations(long groupId, long[] organizationIds)
           
 void deleteLogo(long organizationId)
          Deletes the logo of the organization.
 Organization deleteOrganization(long organizationId)
          Deletes the organization with the primary key from the database.
 Organization deleteOrganization(Organization organization)
          Deletes the organization from the database.
 void deleteUserOrganization(long userId, long organizationId)
           
 void deleteUserOrganization(long userId, Organization organization)
           
 void deleteUserOrganizations(long userId, List<Organization> Organizations)
           
 void deleteUserOrganizations(long userId, long[] organizationIds)
           
 DynamicQuery dynamicQuery()
           
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows that match the dynamic query.
 Organization fetchOrganization(long organizationId)
           
 Organization fetchOrganization(long companyId, String name)
           
 Organization fetchOrganizationByUuidAndCompanyId(String uuid, long companyId)
          Returns the organization with the matching UUID and company.
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<Organization> getGroupOrganizations(long groupId)
           
 List<Organization> getGroupOrganizations(long groupId, int start, int end)
           
 List<Organization> getGroupOrganizations(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 int getGroupOrganizationsCount(long groupId)
           
 List<Organization> getNoAssetOrganizations()
           
 Organization getOrganization(long organizationId)
          Returns the organization with the primary key.
 Organization getOrganization(long companyId, String name)
          Returns the organization with the name.
 Organization getOrganizationByUuidAndCompanyId(String uuid, long companyId)
          Returns the organization with the matching UUID and company.
 long getOrganizationId(long companyId, String name)
          Returns the primary key of the organization with the name.
 List<Organization> getOrganizations(int start, int end)
          Returns a range of all the organizations.
 List<Organization> getOrganizations(long[] organizationIds)
          Returns the organizations with the primary keys.
 List<Organization> getOrganizations(long userId, int start, int end, OrderByComparator obc)
           
 List<Organization> getOrganizations(long companyId, long parentOrganizationId)
          Returns all the organizations belonging to the parent organization.
 List<Organization> getOrganizations(long companyId, long parentOrganizationId, int start, int end)
          Returns a range of all the organizations belonging to the parent organization.
 int getOrganizationsCount()
          Returns the number of organizations.
 int getOrganizationsCount(long companyId, long parentOrganizationId)
          Returns the number of organizations belonging to the parent organization.
 List<Organization> getParentOrganizations(long organizationId)
          Returns the parent organizations in order by closest ancestor.
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 List<Organization> getSuborganizations(List<Organization> organizations)
          Returns the suborganizations of the organizations.
 List<Organization> getSuborganizations(long companyId, long organizationId)
          Returns the suborganizations of the organization.
 int getSuborganizationsCount(long companyId, long organizationId)
          Returns the count of suborganizations of the organization.
 List<Organization> getSubsetOrganizations(List<Organization> allOrganizations, List<Organization> availableOrganizations)
          Returns the intersection of allOrganizations and availableOrganizations.
 List<Organization> getUserOrganizations(long userId)
           
 List<Organization> getUserOrganizations(long userId, boolean includeAdministrative)
          Returns all the organizations associated with the user.
 List<Organization> getUserOrganizations(long userId, int start, int end)
           
 List<Organization> getUserOrganizations(long userId, int start, int end, OrderByComparator orderByComparator)
           
 int getUserOrganizationsCount(long userId)
           
 OrganizationLocalService getWrappedOrganizationLocalService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 OrganizationLocalService getWrappedService()
           
 boolean hasGroupOrganization(long groupId, long organizationId)
           
 boolean hasGroupOrganizations(long groupId)
           
 boolean hasPasswordPolicyOrganization(long passwordPolicyId, long organizationId)
          Returns true if the password policy has been assigned to the organization.
 boolean hasUserOrganization(long userId, long organizationId)
           
 boolean hasUserOrganization(long userId, long organizationId, boolean inheritSuborganizations, boolean includeSpecifiedOrganization)
          Returns true if the user is a member of the organization, optionally focusing on suborganizations or the specified organization.
 boolean hasUserOrganizations(long userId)
           
 void rebuildTree(long companyId)
          Rebuilds the organizations tree.
 Hits search(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the organizations that match the keywords, using the indexer.
 List<Organization> search(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end)
          Returns a name ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.
 List<Organization> search(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.
 List<Organization> search(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
          Returns a name ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.
 List<Organization> search(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.
 Hits search(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the organizations whose name, type, or location fields match the keywords specified for them, using the indexer.
 int searchCount(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params)
          Returns the number of organizations that match the keywords, type, region, and country.
 int searchCount(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator)
          Returns the number of organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setGroupOrganizations(long groupId, long[] organizationIds)
           
 void setUserOrganizations(long userId, long[] organizationIds)
           
 void setWrappedOrganizationLocalService(OrganizationLocalService organizationLocalService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.OrganizationLocalService)
 void setWrappedService(OrganizationLocalService organizationLocalService)
           
 void unsetGroupOrganizations(long groupId, long[] organizationIds)
          Removes the organizations from the group.
 void unsetPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds)
          Removes the organizations from the password policy.
 void updateAsset(long userId, Organization organization, long[] assetCategoryIds, String[] assetTagNames)
          Updates the organization's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.
 Organization updateOrganization(long companyId, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, boolean site, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by updateOrganization(long, long, long, String, String, long, long, int, String, boolean, ServiceContext)
 Organization updateOrganization(long companyId, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, int statusId, String comments, boolean site, ServiceContext serviceContext)
          Updates the organization.
 Organization updateOrganization(Organization organization)
          Updates the organization in the database or adds it if it does not yet exist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationLocalServiceWrapper

public OrganizationLocalServiceWrapper(OrganizationLocalService organizationLocalService)
Method Detail

addOrganization

public Organization addOrganization(Organization organization)
                             throws SystemException
Adds the organization to the database. Also notifies the appropriate model listeners.

Specified by:
addOrganization in interface OrganizationLocalService
Parameters:
organization - the organization
Returns:
the organization that was added
Throws:
SystemException - if a system exception occurred

createOrganization

public Organization createOrganization(long organizationId)
Creates a new organization with the primary key. Does not add the organization to the database.

Specified by:
createOrganization in interface OrganizationLocalService
Parameters:
organizationId - the primary key for the new organization
Returns:
the new organization

deleteOrganization

public Organization deleteOrganization(long organizationId)
                                throws PortalException,
                                       SystemException
Deletes the organization with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteOrganization in interface OrganizationLocalService
Parameters:
organizationId - the primary key of the organization
Returns:
the organization that was removed
Throws:
PortalException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

deleteOrganization

public Organization deleteOrganization(Organization organization)
                                throws PortalException,
                                       SystemException
Deletes the organization from the database. Also notifies the appropriate model listeners.

Specified by:
deleteOrganization in interface OrganizationLocalService
Parameters:
organization - the organization
Returns:
the organization that was removed
Throws:
PortalException
SystemException - if a system exception occurred

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface OrganizationLocalService

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface OrganizationLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface OrganizationLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface OrganizationLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface OrganizationLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface OrganizationLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchOrganization

public Organization fetchOrganization(long organizationId)
                               throws SystemException
Specified by:
fetchOrganization in interface OrganizationLocalService
Throws:
SystemException

fetchOrganizationByUuidAndCompanyId

public Organization fetchOrganizationByUuidAndCompanyId(String uuid,
                                                        long companyId)
                                                 throws SystemException
Returns the organization with the matching UUID and company.

Specified by:
fetchOrganizationByUuidAndCompanyId in interface OrganizationLocalService
Parameters:
uuid - the organization's UUID
companyId - the primary key of the company
Returns:
the matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

getOrganization

public Organization getOrganization(long organizationId)
                             throws PortalException,
                                    SystemException
Returns the organization with the primary key.

Specified by:
getOrganization in interface OrganizationLocalService
Parameters:
organizationId - the primary key of the organization
Returns:
the organization
Throws:
PortalException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface OrganizationLocalService
Specified by:
getPersistedModel in interface PersistedModelLocalService
Throws:
PortalException
SystemException

getOrganizationByUuidAndCompanyId

public Organization getOrganizationByUuidAndCompanyId(String uuid,
                                                      long companyId)
                                               throws PortalException,
                                                      SystemException
Returns the organization with the matching UUID and company.

Specified by:
getOrganizationByUuidAndCompanyId in interface OrganizationLocalService
Parameters:
uuid - the organization's UUID
companyId - the primary key of the company
Returns:
the matching organization
Throws:
PortalException - if a matching organization could not be found
SystemException - if a system exception occurred

getOrganizations

public List<Organization> getOrganizations(int start,
                                           int end)
                                    throws SystemException
Returns a range of all the organizations.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getOrganizations in interface OrganizationLocalService
Parameters:
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of organizations
Throws:
SystemException - if a system exception occurred

getOrganizationsCount

public int getOrganizationsCount()
                          throws SystemException
Returns the number of organizations.

Specified by:
getOrganizationsCount in interface OrganizationLocalService
Returns:
the number of organizations
Throws:
SystemException - if a system exception occurred

updateOrganization

public Organization updateOrganization(Organization organization)
                                throws SystemException
Updates the organization in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateOrganization in interface OrganizationLocalService
Parameters:
organization - the organization
Returns:
the organization that was updated
Throws:
SystemException - if a system exception occurred

addGroupOrganization

public void addGroupOrganization(long groupId,
                                 long organizationId)
                          throws SystemException
Specified by:
addGroupOrganization in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

addGroupOrganization

public void addGroupOrganization(long groupId,
                                 Organization organization)
                          throws SystemException
Specified by:
addGroupOrganization in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

addGroupOrganizations

public void addGroupOrganizations(long groupId,
                                  long[] organizationIds)
                           throws PortalException,
                                  SystemException
Specified by:
addGroupOrganizations in interface OrganizationLocalService
Throws:
PortalException
SystemException - if a system exception occurred

addGroupOrganizations

public void addGroupOrganizations(long groupId,
                                  List<Organization> Organizations)
                           throws PortalException,
                                  SystemException
Specified by:
addGroupOrganizations in interface OrganizationLocalService
Throws:
PortalException
SystemException - if a system exception occurred

clearGroupOrganizations

public void clearGroupOrganizations(long groupId)
                             throws SystemException
Specified by:
clearGroupOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

deleteGroupOrganization

public void deleteGroupOrganization(long groupId,
                                    long organizationId)
                             throws SystemException
Specified by:
deleteGroupOrganization in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

deleteGroupOrganization

public void deleteGroupOrganization(long groupId,
                                    Organization organization)
                             throws SystemException
Specified by:
deleteGroupOrganization in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

deleteGroupOrganizations

public void deleteGroupOrganizations(long groupId,
                                     long[] organizationIds)
                              throws SystemException
Specified by:
deleteGroupOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

deleteGroupOrganizations

public void deleteGroupOrganizations(long groupId,
                                     List<Organization> Organizations)
                              throws SystemException
Specified by:
deleteGroupOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

getGroupOrganizations

public List<Organization> getGroupOrganizations(long groupId)
                                         throws SystemException
Specified by:
getGroupOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

getGroupOrganizations

public List<Organization> getGroupOrganizations(long groupId,
                                                int start,
                                                int end)
                                         throws SystemException
Specified by:
getGroupOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

getGroupOrganizations

public List<Organization> getGroupOrganizations(long groupId,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Specified by:
getGroupOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

getGroupOrganizationsCount

public int getGroupOrganizationsCount(long groupId)
                               throws SystemException
Specified by:
getGroupOrganizationsCount in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

hasGroupOrganization

public boolean hasGroupOrganization(long groupId,
                                    long organizationId)
                             throws SystemException
Specified by:
hasGroupOrganization in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

hasGroupOrganizations

public boolean hasGroupOrganizations(long groupId)
                              throws SystemException
Specified by:
hasGroupOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

setGroupOrganizations

public void setGroupOrganizations(long groupId,
                                  long[] organizationIds)
                           throws PortalException,
                                  SystemException
Specified by:
setGroupOrganizations in interface OrganizationLocalService
Throws:
PortalException
SystemException - if a system exception occurred

addUserOrganization

public void addUserOrganization(long userId,
                                long organizationId)
                         throws SystemException
Specified by:
addUserOrganization in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

addUserOrganization

public void addUserOrganization(long userId,
                                Organization organization)
                         throws SystemException
Specified by:
addUserOrganization in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

addUserOrganizations

public void addUserOrganizations(long userId,
                                 long[] organizationIds)
                          throws SystemException
Specified by:
addUserOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

addUserOrganizations

public void addUserOrganizations(long userId,
                                 List<Organization> Organizations)
                          throws SystemException
Specified by:
addUserOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

clearUserOrganizations

public void clearUserOrganizations(long userId)
                            throws SystemException
Specified by:
clearUserOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

deleteUserOrganization

public void deleteUserOrganization(long userId,
                                   long organizationId)
                            throws SystemException
Specified by:
deleteUserOrganization in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

deleteUserOrganization

public void deleteUserOrganization(long userId,
                                   Organization organization)
                            throws SystemException
Specified by:
deleteUserOrganization in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

deleteUserOrganizations

public void deleteUserOrganizations(long userId,
                                    long[] organizationIds)
                             throws SystemException
Specified by:
deleteUserOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

deleteUserOrganizations

public void deleteUserOrganizations(long userId,
                                    List<Organization> Organizations)
                             throws SystemException
Specified by:
deleteUserOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

getUserOrganizations

public List<Organization> getUserOrganizations(long userId)
                                        throws SystemException
Specified by:
getUserOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

getUserOrganizations

public List<Organization> getUserOrganizations(long userId,
                                               int start,
                                               int end)
                                        throws SystemException
Specified by:
getUserOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

getUserOrganizations

public List<Organization> getUserOrganizations(long userId,
                                               int start,
                                               int end,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
Specified by:
getUserOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

getUserOrganizationsCount

public int getUserOrganizationsCount(long userId)
                              throws SystemException
Specified by:
getUserOrganizationsCount in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

hasUserOrganization

public boolean hasUserOrganization(long userId,
                                   long organizationId)
                            throws SystemException
Specified by:
hasUserOrganization in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

hasUserOrganizations

public boolean hasUserOrganizations(long userId)
                             throws SystemException
Specified by:
hasUserOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

setUserOrganizations

public void setUserOrganizations(long userId,
                                 long[] organizationIds)
                          throws SystemException
Specified by:
setUserOrganizations in interface OrganizationLocalService
Throws:
SystemException - if a system exception occurred

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface OrganizationLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface OrganizationLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addOrganization

public Organization addOrganization(long userId,
                                    long parentOrganizationId,
                                    String name,
                                    boolean site)
                             throws PortalException,
                                    SystemException
Adds an organization.

This method handles the creation and bookkeeping of the organization including its resources, metadata, and internal data structures. It is not necessary to make a subsequent call to addOrganizationResources(long, Organization).

Specified by:
addOrganization in interface OrganizationLocalService
Parameters:
userId - the primary key of the creator/owner of the organization
parentOrganizationId - the primary key of the organization's parent organization
name - the organization's name
site - whether the organization is to be associated with a main site
Returns:
the organization
Throws:
PortalException - if a creator or parent organization with the primary key could not be found or if the organization's information was invalid
SystemException - if a system exception occurred

addOrganization

public Organization addOrganization(long userId,
                                    long parentOrganizationId,
                                    String name,
                                    String type,
                                    boolean recursable,
                                    long regionId,
                                    long countryId,
                                    int statusId,
                                    String comments,
                                    boolean site,
                                    ServiceContext serviceContext)
                             throws PortalException,
                                    SystemException
Deprecated. As of 6.2.0, replaced by addOrganization(long, long, String, String, long, long, int, String, boolean, ServiceContext)

Adds an organization.

This method handles the creation and bookkeeping of the organization including its resources, metadata, and internal data structures. It is not necessary to make a subsequent call to addOrganizationResources(long, Organization).

Specified by:
addOrganization in interface OrganizationLocalService
Parameters:
userId - the primary key of the creator/owner of the organization
parentOrganizationId - the primary key of the organization's parent organization
name - the organization's name
type - the organization's type
recursable - whether the permissions of the organization are to be inherited by its suborganizations
regionId - the primary key of the organization's region
countryId - the primary key of the organization's country
statusId - the organization's workflow status
comments - the comments about the organization
site - whether the organization is to be associated with a main site
serviceContext - the service context to be applied (optionally null). Can set asset category IDs, asset tag names, and expando bridge attributes for the organization.
Returns:
the organization
Throws:
PortalException - if a creator or parent organization with the primary key could not be found or if the organization's information was invalid
SystemException - if a system exception occurred

addOrganization

public Organization addOrganization(long userId,
                                    long parentOrganizationId,
                                    String name,
                                    String type,
                                    long regionId,
                                    long countryId,
                                    int statusId,
                                    String comments,
                                    boolean site,
                                    ServiceContext serviceContext)
                             throws PortalException,
                                    SystemException
Adds an organization.

This method handles the creation and bookkeeping of the organization including its resources, metadata, and internal data structures. It is not necessary to make a subsequent call to addOrganizationResources(long, Organization).

Specified by:
addOrganization in interface OrganizationLocalService
Parameters:
userId - the primary key of the creator/owner of the organization
parentOrganizationId - the primary key of the organization's parent organization
name - the organization's name
type - the organization's type
regionId - the primary key of the organization's region
countryId - the primary key of the organization's country
statusId - the organization's workflow status
comments - the comments about the organization
site - whether the organization is to be associated with a main site
serviceContext - the service context to be applied (optionally null). Can set asset category IDs, asset tag names, and expando bridge attributes for the organization.
Returns:
the organization
Throws:
PortalException - if a creator or parent organization with the primary key could not be found or if the organization's information was invalid
SystemException - if a system exception occurred

addOrganizationResources

public void addOrganizationResources(long userId,
                                     Organization organization)
                              throws PortalException,
                                     SystemException
Adds a resource for each type of permission available on the organization.

Specified by:
addOrganizationResources in interface OrganizationLocalService
Parameters:
userId - the primary key of the creator/owner of the organization
organization - the organization
Throws:
PortalException - if a portal exception occurred
SystemException - if a system exception occurred

addPasswordPolicyOrganizations

public void addPasswordPolicyOrganizations(long passwordPolicyId,
                                           long[] organizationIds)
                                    throws SystemException
Assigns the password policy to the organizations, removing any other currently assigned password policies.

Specified by:
addPasswordPolicyOrganizations in interface OrganizationLocalService
Parameters:
passwordPolicyId - the primary key of the password policy
organizationIds - the primary keys of the organizations
Throws:
SystemException - if a system exception occurred

deleteLogo

public void deleteLogo(long organizationId)
                throws PortalException,
                       SystemException
Deletes the logo of the organization.

Specified by:
deleteLogo in interface OrganizationLocalService
Parameters:
organizationId - the primary key of the organization
Throws:
PortalException - if an organization or parent organization with the primary key could not be found or if the organization's logo could not be found
SystemException - if a system exception occurred

fetchOrganization

public Organization fetchOrganization(long companyId,
                                      String name)
                               throws SystemException
Specified by:
fetchOrganization in interface OrganizationLocalService
Throws:
SystemException

getNoAssetOrganizations

public List<Organization> getNoAssetOrganizations()
                                           throws SystemException
Specified by:
getNoAssetOrganizations in interface OrganizationLocalService
Throws:
SystemException

getOrganization

public Organization getOrganization(long companyId,
                                    String name)
                             throws PortalException,
                                    SystemException
Returns the organization with the name.

Specified by:
getOrganization in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
name - the organization's name
Returns:
the organization with the name
Throws:
PortalException - if the organization with the name could not be found
SystemException - if a system exception occurred

getOrganizationId

public long getOrganizationId(long companyId,
                              String name)
                       throws SystemException
Returns the primary key of the organization with the name.

Specified by:
getOrganizationId in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
name - the organization's name
Returns:
the primary key of the organization with the name, or 0 if the organization could not be found
Throws:
SystemException - if a system exception occurred

getOrganizations

public List<Organization> getOrganizations(long userId,
                                           int start,
                                           int end,
                                           OrderByComparator obc)
                                    throws PortalException,
                                           SystemException
Specified by:
getOrganizations in interface OrganizationLocalService
Throws:
PortalException
SystemException

getOrganizations

public List<Organization> getOrganizations(long companyId,
                                           long parentOrganizationId)
                                    throws SystemException
Returns all the organizations belonging to the parent organization.

Specified by:
getOrganizations in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
parentOrganizationId - the primary key of the organization's parent organization
Returns:
the organizations belonging to the parent organization
Throws:
SystemException - if a system exception occurred

getOrganizations

public List<Organization> getOrganizations(long companyId,
                                           long parentOrganizationId,
                                           int start,
                                           int end)
                                    throws SystemException
Returns a range of all the organizations belonging to the parent organization.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
getOrganizations in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
parentOrganizationId - the primary key of the organization's parent organization
start - the lower bound of the range of organizations to return
end - the upper bound of the range of organizations to return (not inclusive)
Returns:
the range of organizations belonging to the parent organization
Throws:
SystemException - if a system exception occurred
See Also:
OrganizationPersistence.findByC_P( long, long, int, int)

getOrganizations

public List<Organization> getOrganizations(long[] organizationIds)
                                    throws PortalException,
                                           SystemException
Returns the organizations with the primary keys.

Specified by:
getOrganizations in interface OrganizationLocalService
Parameters:
organizationIds - the primary keys of the organizations
Returns:
the organizations with the primary keys
Throws:
PortalException - if any one of the organizations could not be found
SystemException - if a system exception occurred

getOrganizationsCount

public int getOrganizationsCount(long companyId,
                                 long parentOrganizationId)
                          throws SystemException
Returns the number of organizations belonging to the parent organization.

Specified by:
getOrganizationsCount in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
parentOrganizationId - the primary key of the organization's parent organization
Returns:
the number of organizations belonging to the parent organization
Throws:
SystemException - if a system exception occurred

getParentOrganizations

public List<Organization> getParentOrganizations(long organizationId)
                                          throws PortalException,
                                                 SystemException
Returns the parent organizations in order by closest ancestor. The list starts with the organization itself.

Specified by:
getParentOrganizations in interface OrganizationLocalService
Parameters:
organizationId - the primary key of the organization
Returns:
the parent organizations in order by closest ancestor
Throws:
PortalException - if an organization with the primary key could not be found
SystemException - if a system exception occurred

getSuborganizations

public List<Organization> getSuborganizations(List<Organization> organizations)
                                       throws SystemException
Returns the suborganizations of the organizations.

Specified by:
getSuborganizations in interface OrganizationLocalService
Parameters:
organizations - the organizations from which to get suborganizations
Returns:
the suborganizations of the organizations
Throws:
SystemException - if a system exception occurred

getSuborganizations

public List<Organization> getSuborganizations(long companyId,
                                              long organizationId)
                                       throws SystemException
Returns the suborganizations of the organization.

Specified by:
getSuborganizations in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
organizationId - the primary key of the organization
Returns:
the suborganizations of the organization
Throws:
SystemException - if a system exception occurred

getSuborganizationsCount

public int getSuborganizationsCount(long companyId,
                                    long organizationId)
                             throws SystemException
Returns the count of suborganizations of the organization.

Specified by:
getSuborganizationsCount in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
organizationId - the primary key of the organization
Returns:
the count of suborganizations of the organization
Throws:
SystemException - if a system exception occurred

getSubsetOrganizations

public List<Organization> getSubsetOrganizations(List<Organization> allOrganizations,
                                                 List<Organization> availableOrganizations)
Returns the intersection of allOrganizations and availableOrganizations.

Specified by:
getSubsetOrganizations in interface OrganizationLocalService
Parameters:
allOrganizations - the organizations to check for availability
availableOrganizations - the available organizations
Returns:
the intersection of allOrganizations and availableOrganizations

getUserOrganizations

public List<Organization> getUserOrganizations(long userId,
                                               boolean includeAdministrative)
                                        throws PortalException,
                                               SystemException
Returns all the organizations associated with the user. If includeAdministrative is true, the result includes those organizations that are not directly associated to the user but he is an administrator or an owner of the organization.

Specified by:
getUserOrganizations in interface OrganizationLocalService
Parameters:
userId - the primary key of the user
includeAdministrative - whether to includes organizations that are indirectly associated to the user because he is an administrator or an owner of the organization
Returns:
the organizations associated with the user
Throws:
PortalException - if a user with the primary key could not be found
SystemException - if a system exception occurred

hasPasswordPolicyOrganization

public boolean hasPasswordPolicyOrganization(long passwordPolicyId,
                                             long organizationId)
                                      throws SystemException
Returns true if the password policy has been assigned to the organization.

Specified by:
hasPasswordPolicyOrganization in interface OrganizationLocalService
Parameters:
passwordPolicyId - the primary key of the password policy
organizationId - the primary key of the organization
Returns:
true if the password policy has been assigned to the organization; false otherwise
Throws:
SystemException - if a system exception occurred

hasUserOrganization

public boolean hasUserOrganization(long userId,
                                   long organizationId,
                                   boolean inheritSuborganizations,
                                   boolean includeSpecifiedOrganization)
                            throws PortalException,
                                   SystemException
Returns true if the user is a member of the organization, optionally focusing on suborganizations or the specified organization. This method is usually called to determine if the user has view access to a resource belonging to the organization.
  1. If inheritSuborganizations=false: the method checks whether the user belongs to the organization specified by organizationId. The parameter includeSpecifiedOrganization is ignored.
  2. The parameter includeSpecifiedOrganization is ignored unless inheritSuborganizations is also true.
  3. If inheritSuborganizations=true and includeSpecifiedOrganization=false: the method checks whether the user belongs to one of the child organizations of the one specified by organizationId.
  4. If inheritSuborganizations=true and includeSpecifiedOrganization=true: the method checks whether the user belongs to the organization specified by organizationId or any of its child organizations.

Specified by:
hasUserOrganization in interface OrganizationLocalService
Parameters:
userId - the primary key of the organization's user
organizationId - the primary key of the organization
inheritSuborganizations - if true suborganizations are considered in the determination
includeSpecifiedOrganization - if true the organization specified by organizationId is considered in the determination
Returns:
true if the user has access to the organization; false otherwise
Throws:
PortalException - if an organization with the primary key could not be found
SystemException - if a system exception occurred
See Also:
OrganizationFinder

rebuildTree

public void rebuildTree(long companyId)
                 throws PortalException,
                        SystemException
Rebuilds the organizations tree.

Only call this method if the tree has become stale through operations other than normal CRUD. Under normal circumstances the tree is automatically rebuilt whenever necessary.

Specified by:
rebuildTree in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
Throws:
PortalException - if an organization with the primary key could not be found
SystemException - if a system exception occurred

search

public Hits search(long companyId,
                   long parentOrganizationId,
                   String keywords,
                   LinkedHashMap<String,Object> params,
                   int start,
                   int end,
                   Sort sort)
            throws SystemException
Returns an ordered range of all the organizations that match the keywords, using the indexer. It is preferable to use this method instead of the non-indexed version whenever possible for performance reasons.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
search in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
parentOrganizationId - the primary key of the organization's parent organization
keywords - the keywords (space separated), which may occur in the organization's name, street, city, zipcode, type, region or country (optionally null)
params - the finder parameters (optionally null). For more information see OrganizationIndexer
start - the lower bound of the range of organizations to return
end - the upper bound of the range of organizations to return (not inclusive)
sort - the field and direction by which to sort (optionally null)
Returns:
the matching organizations ordered by name
Throws:
SystemException - if a system exception occurred
See Also:
OrganizationIndexer

search

public List<Organization> search(long companyId,
                                 long parentOrganizationId,
                                 String keywords,
                                 String type,
                                 Long regionId,
                                 Long countryId,
                                 LinkedHashMap<String,Object> params,
                                 int start,
                                 int end)
                          throws SystemException
Returns a name ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer. It is preferable to use the indexed version search(long, long, String, LinkedHashMap, int, int, Sort) instead of this method wherever possible for performance reasons.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
search in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
parentOrganizationId - the primary key of the organization's parent organization
keywords - the keywords (space separated), which may occur in the organization's name, street, city, or zipcode (optionally null)
type - the organization's type (optionally null)
regionId - the primary key of the organization's region (optionally null)
countryId - the primary key of the organization's country (optionally null)
params - the finder params. For more information see OrganizationFinder
start - the lower bound of the range of organizations to return
end - the upper bound of the range of organizations to return (not inclusive)
Returns:
the matching organizations ordered by name
Throws:
SystemException - if a system exception occurred
See Also:
OrganizationFinder

search

public List<Organization> search(long companyId,
                                 long parentOrganizationId,
                                 String keywords,
                                 String type,
                                 Long regionId,
                                 Long countryId,
                                 LinkedHashMap<String,Object> params,
                                 int start,
                                 int end,
                                 OrderByComparator obc)
                          throws SystemException
Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer. It is preferable to use the indexed version search(long, long, String, String, String, String, String, String, String, LinkedHashMap, boolean, int, int, Sort) instead of this method wherever possible for performance reasons.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
search in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
parentOrganizationId - the primary key of the organization's parent organization
keywords - the keywords (space separated), which may occur in the organization's name, street, city, or zipcode (optionally null)
type - the organization's type (optionally null)
regionId - the primary key of the organization's region (optionally null)
countryId - the primary key of the organization's country (optionally null)
params - the finder params. For more information see OrganizationFinder
start - the lower bound of the range of organizations to return
end - the upper bound of the range of organizations to return (not inclusive)
obc - the comparator to order the organizations (optionally null)
Returns:
the matching organizations ordered by comparator obc
Throws:
SystemException - if a system exception occurred
See Also:
OrganizationFinder

search

public List<Organization> search(long companyId,
                                 long parentOrganizationId,
                                 String name,
                                 String type,
                                 String street,
                                 String city,
                                 String zip,
                                 Long regionId,
                                 Long countryId,
                                 LinkedHashMap<String,Object> params,
                                 boolean andOperator,
                                 int start,
                                 int end)
                          throws SystemException
Returns a name ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer. It is preferable to use the indexed version search(long, long, String, String, String, String, String, String, String, LinkedHashMap, boolean, int, int, Sort) instead of this method wherever possible for performance reasons.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
search in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
parentOrganizationId - the primary key of the organization's parent
name - the name keywords (space separated, optionally null)
type - the organization's type (optionally null)
street - the street keywords (optionally null)
city - the city keywords (optionally null)
zip - the zipcode keywords (optionally null)
regionId - the primary key of the organization's region (optionally null)
countryId - the primary key of the organization's country (optionally null)
params - the finder parameters (optionally null). For more information see OrganizationFinder
andOperator - whether every field must match its keywords, or just one field. For example, "organizations with the name 'Employees' and city 'Chicago'" vs "organizations with the name 'Employees' or the city 'Chicago'".
start - the lower bound of the range of organizations to return
end - the upper bound of the range of organizations to return (not inclusive)
Returns:
the matching organizations ordered by name
Throws:
SystemException - if a system exception occurred
See Also:
OrganizationFinder

search

public List<Organization> search(long companyId,
                                 long parentOrganizationId,
                                 String name,
                                 String type,
                                 String street,
                                 String city,
                                 String zip,
                                 Long regionId,
                                 Long countryId,
                                 LinkedHashMap<String,Object> params,
                                 boolean andOperator,
                                 int start,
                                 int end,
                                 OrderByComparator obc)
                          throws SystemException
Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer. It is preferable to use the indexed version search(long, long, String, String, String, String, String, String, String, LinkedHashMap, boolean, int, int, Sort) instead of this method wherever possible for performance reasons.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
search in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
parentOrganizationId - the primary key of the organization's parent organization
name - the name keywords (space separated, optionally null)
type - the organization's type (optionally null)
street - the street keywords (optionally null)
city - the city keywords (optionally null)
zip - the zipcode keywords (optionally null)
regionId - the primary key of the organization's region (optionally null)
countryId - the primary key of the organization's country (optionally null)
params - the finder parameters (optionally null). For more information see OrganizationFinder
andOperator - whether every field must match its keywords, or just one field. For example, "organizations with the name 'Employees' and city 'Chicago'" vs "organizations with the name 'Employees' or the city 'Chicago'".
start - the lower bound of the range of organizations to return
end - the upper bound of the range of organizations to return (not inclusive)
obc - the comparator to order the organizations (optionally null)
Returns:
the matching organizations ordered by comparator obc
Throws:
SystemException - if a system exception occurred
See Also:
OrganizationFinder

search

public Hits search(long companyId,
                   long parentOrganizationId,
                   String name,
                   String type,
                   String street,
                   String city,
                   String zip,
                   String region,
                   String country,
                   LinkedHashMap<String,Object> params,
                   boolean andSearch,
                   int start,
                   int end,
                   Sort sort)
            throws SystemException
Returns an ordered range of all the organizations whose name, type, or location fields match the keywords specified for them, using the indexer. It is preferable to use this method instead of the non-indexed version whenever possible for performance reasons.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
search in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
parentOrganizationId - the primary key of the organization's parent organization
name - the name keywords (space separated, optionally null)
type - the type keywords (optionally null)
street - the street keywords (optionally null)
city - the city keywords (optionally null)
zip - the zipcode keywords (optionally null)
region - the region keywords (optionally null)
country - the country keywords (optionally null)
params - the finder parameters (optionally null). For more information see OrganizationIndexer.
andSearch - whether every field must match its keywords or just one field
start - the lower bound of the range of organizations to return
end - the upper bound of the range of organizations to return (not inclusive)
sort - the field and direction by which to sort (optionally null)
Returns:
the matching organizations ordered by sort
Throws:
SystemException - if a system exception occurred
See Also:
OrganizationIndexer

searchCount

public int searchCount(long companyId,
                       long parentOrganizationId,
                       String keywords,
                       String type,
                       Long regionId,
                       Long countryId,
                       LinkedHashMap<String,Object> params)
                throws SystemException
Returns the number of organizations that match the keywords, type, region, and country.

Specified by:
searchCount in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
parentOrganizationId - the primary key of the organization's parent organization
keywords - the keywords (space separated), which may occur in the organization's name, street, city, or zipcode (optionally null)
type - the organization's type (optionally null)
regionId - the primary key of the organization's region (optionally null)
countryId - the primary key of the organization's country (optionally null)
params - the finder parameters (optionally null). For more information see OrganizationFinder
Returns:
the number of matching organizations
Throws:
SystemException - if a system exception occurred
See Also:
OrganizationFinder

searchCount

public int searchCount(long companyId,
                       long parentOrganizationId,
                       String name,
                       String type,
                       String street,
                       String city,
                       String zip,
                       Long regionId,
                       Long countryId,
                       LinkedHashMap<String,Object> params,
                       boolean andOperator)
                throws SystemException
Returns the number of organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them.

Specified by:
searchCount in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
parentOrganizationId - the primary key of the organization's parent organization
name - the name keywords (space separated, optionally null)
type - the organization's type (optionally null)
street - the street keywords (optionally null)
city - the city keywords (optionally null)
zip - the zipcode keywords (optionally null)
regionId - the primary key of the organization's region (optionally null)
countryId - the primary key of the organization's country (optionally null)
params - the finder parameters (optionally null). For more information see OrganizationFinder
andOperator - whether every field must match its keywords, or just one field. For example, "organizations with the name 'Employees' and city 'Chicago'" vs "organizations with the name 'Employees' or the city 'Chicago'".
Returns:
the number of matching organizations
Throws:
SystemException - if a system exception occurred
See Also:
OrganizationFinder

unsetGroupOrganizations

public void unsetGroupOrganizations(long groupId,
                                    long[] organizationIds)
                             throws PortalException,
                                    SystemException
Removes the organizations from the group.

Specified by:
unsetGroupOrganizations in interface OrganizationLocalService
Parameters:
groupId - the primary key of the group
organizationIds - the primary keys of the organizations
Throws:
PortalException - if a portal exception occurred
SystemException - if a system exception occurred

unsetPasswordPolicyOrganizations

public void unsetPasswordPolicyOrganizations(long passwordPolicyId,
                                             long[] organizationIds)
                                      throws SystemException
Removes the organizations from the password policy.

Specified by:
unsetPasswordPolicyOrganizations in interface OrganizationLocalService
Parameters:
passwordPolicyId - the primary key of the password policy
organizationIds - the primary keys of the organizations
Throws:
SystemException - if a system exception occurred

updateAsset

public void updateAsset(long userId,
                        Organization organization,
                        long[] assetCategoryIds,
                        String[] assetTagNames)
                 throws PortalException,
                        SystemException
Updates the organization's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.

Specified by:
updateAsset in interface OrganizationLocalService
Parameters:
userId - the primary key of the user
organization - the organization
assetCategoryIds - the primary keys of the asset categories
assetTagNames - the asset tag names
Throws:
PortalException - if a user with the primary key could not be found
SystemException - if a system exception occurred

updateOrganization

public Organization updateOrganization(long companyId,
                                       long organizationId,
                                       long parentOrganizationId,
                                       String name,
                                       String type,
                                       boolean recursable,
                                       long regionId,
                                       long countryId,
                                       int statusId,
                                       String comments,
                                       boolean site,
                                       ServiceContext serviceContext)
                                throws PortalException,
                                       SystemException
Deprecated. As of 6.2.0, replaced by updateOrganization(long, long, long, String, String, long, long, int, String, boolean, ServiceContext)

Updates the organization.

Specified by:
updateOrganization in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
organizationId - the primary key of the organization
parentOrganizationId - the primary key of organization's parent organization
name - the organization's name
type - the organization's type
recursable - whether permissions of the organization are to be inherited by its suborganizations
regionId - the primary key of the organization's region
countryId - the primary key of the organization's country
statusId - the organization's workflow status
comments - the comments about the organization
site - whether the organization is to be associated with a main site
serviceContext - the service context to be applied (optionally null). Can set asset category IDs and asset tag names for the organization, and merge expando bridge attributes for the organization.
Returns:
the organization
Throws:
PortalException - if an organization or parent organization with the primary key could not be found or if the new information was invalid
SystemException - if a system exception occurred

updateOrganization

public Organization updateOrganization(long companyId,
                                       long organizationId,
                                       long parentOrganizationId,
                                       String name,
                                       String type,
                                       long regionId,
                                       long countryId,
                                       int statusId,
                                       String comments,
                                       boolean site,
                                       ServiceContext serviceContext)
                                throws PortalException,
                                       SystemException
Updates the organization.

Specified by:
updateOrganization in interface OrganizationLocalService
Parameters:
companyId - the primary key of the organization's company
organizationId - the primary key of the organization
parentOrganizationId - the primary key of organization's parent organization
name - the organization's name
type - the organization's type
regionId - the primary key of the organization's region
countryId - the primary key of the organization's country
statusId - the organization's workflow status
comments - the comments about the organization
site - whether the organization is to be associated with a main site
serviceContext - the service context to be applied (optionally null). Can set asset category IDs and asset tag names for the organization, and merge expando bridge attributes for the organization.
Returns:
the organization
Throws:
PortalException - if an organization or parent organization with the primary key could not be found or if the new information was invalid
SystemException - if a system exception occurred

getWrappedOrganizationLocalService

public OrganizationLocalService getWrappedOrganizationLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedOrganizationLocalService

public void setWrappedOrganizationLocalService(OrganizationLocalService organizationLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.OrganizationLocalService)


getWrappedService

public OrganizationLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<OrganizationLocalService>

setWrappedService

public void setWrappedService(OrganizationLocalService organizationLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<OrganizationLocalService>

Liferay 6.2-ce-ga5