com.liferay.portal.service.persistence
Class OrganizationFinder

java.lang.Object
  extended bycom.liferay.portal.service.persistence.OrganizationFinder

public class OrganizationFinder
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_C_PO_N_L_S_C_Z_R_C
           
static java.lang.String FIND_BY_C_PO_N_L_S_C_Z_R_C
           
static java.lang.String JOIN_BY_GROUPS_PERMISSIONS
           
static java.lang.String JOIN_BY_ORG_GROUP_PERMISSION
           
static java.lang.String JOIN_BY_ORGANIZATIONS_GROUPS
           
static java.lang.String JOIN_BY_ORGANIZATIONS_PASSWORD_POLICIES
           
static java.lang.String JOIN_BY_ORGANIZATIONS_ROLES
           
 
Constructor Summary
OrganizationFinder()
           
 
Method Summary
static int countByC_PO_N_L_S_C_Z_R_C(long companyId, long parentOrganizationId, java.lang.String parentOrganizationComparator, java.lang.String[] names, boolean location, java.lang.String[] streets, java.lang.String[] cities, java.lang.String[] zips, java.lang.Long regionId, java.lang.Long countryId, java.util.LinkedHashMap params, boolean andOperator)
           
static int countByC_PO_N_L_S_C_Z_R_C(long companyId, long parentOrganizationId, java.lang.String parentOrganizationComparator, java.lang.String name, boolean location, java.lang.String street, java.lang.String city, java.lang.String zip, java.lang.Long regionId, java.lang.Long countryId, java.util.LinkedHashMap params, boolean andOperator)
           
static int countByKeywords(long companyId, long parentOrganizationId, java.lang.String parentOrganizationComparator, java.lang.String keywords, boolean location, java.lang.Long regionId, java.lang.Long countryId, java.util.LinkedHashMap params)
           
static java.util.List findByC_PO_N_L_S_C_Z_R_C(long companyId, long parentOrganizationId, java.lang.String parentOrganizationComparator, java.lang.String[] names, boolean location, java.lang.String[] streets, java.lang.String[] cities, java.lang.String[] zips, java.lang.Long regionId, java.lang.Long countryId, java.util.LinkedHashMap params, boolean andOperator, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static java.util.List findByC_PO_N_L_S_C_Z_R_C(long companyId, long parentOrganizationId, java.lang.String parentOrganizationComparator, java.lang.String name, boolean location, java.lang.String street, java.lang.String city, java.lang.String zip, java.lang.Long regionId, java.lang.Long countryId, java.util.LinkedHashMap params, boolean andOperator, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static java.util.List findByKeywords(long companyId, long parentOrganizationId, java.lang.String parentOrganizationComparator, java.lang.String keywords, boolean location, java.lang.Long regionId, java.lang.Long countryId, java.util.LinkedHashMap params, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_C_PO_N_L_S_C_Z_R_C

public static java.lang.String COUNT_BY_C_PO_N_L_S_C_Z_R_C

FIND_BY_C_PO_N_L_S_C_Z_R_C

public static java.lang.String FIND_BY_C_PO_N_L_S_C_Z_R_C

JOIN_BY_GROUPS_PERMISSIONS

public static java.lang.String JOIN_BY_GROUPS_PERMISSIONS

JOIN_BY_ORG_GROUP_PERMISSION

public static java.lang.String JOIN_BY_ORG_GROUP_PERMISSION

JOIN_BY_ORGANIZATIONS_GROUPS

public static java.lang.String JOIN_BY_ORGANIZATIONS_GROUPS

JOIN_BY_ORGANIZATIONS_PASSWORD_POLICIES

public static java.lang.String JOIN_BY_ORGANIZATIONS_PASSWORD_POLICIES

JOIN_BY_ORGANIZATIONS_ROLES

public static java.lang.String JOIN_BY_ORGANIZATIONS_ROLES
Constructor Detail

OrganizationFinder

public OrganizationFinder()
Method Detail

countByKeywords

public static int countByKeywords(long companyId,
                                  long parentOrganizationId,
                                  java.lang.String parentOrganizationComparator,
                                  java.lang.String keywords,
                                  boolean location,
                                  java.lang.Long regionId,
                                  java.lang.Long countryId,
                                  java.util.LinkedHashMap params)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByC_PO_N_L_S_C_Z_R_C

public static int countByC_PO_N_L_S_C_Z_R_C(long companyId,
                                            long parentOrganizationId,
                                            java.lang.String parentOrganizationComparator,
                                            java.lang.String name,
                                            boolean location,
                                            java.lang.String street,
                                            java.lang.String city,
                                            java.lang.String zip,
                                            java.lang.Long regionId,
                                            java.lang.Long countryId,
                                            java.util.LinkedHashMap params,
                                            boolean andOperator)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByC_PO_N_L_S_C_Z_R_C

public static int countByC_PO_N_L_S_C_Z_R_C(long companyId,
                                            long parentOrganizationId,
                                            java.lang.String parentOrganizationComparator,
                                            java.lang.String[] names,
                                            boolean location,
                                            java.lang.String[] streets,
                                            java.lang.String[] cities,
                                            java.lang.String[] zips,
                                            java.lang.Long regionId,
                                            java.lang.Long countryId,
                                            java.util.LinkedHashMap params,
                                            boolean andOperator)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByKeywords

public static java.util.List findByKeywords(long companyId,
                                            long parentOrganizationId,
                                            java.lang.String parentOrganizationComparator,
                                            java.lang.String keywords,
                                            boolean location,
                                            java.lang.Long regionId,
                                            java.lang.Long countryId,
                                            java.util.LinkedHashMap params,
                                            int begin,
                                            int end,
                                            com.liferay.portal.kernel.util.OrderByComparator obc)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_PO_N_L_S_C_Z_R_C

public static java.util.List findByC_PO_N_L_S_C_Z_R_C(long companyId,
                                                      long parentOrganizationId,
                                                      java.lang.String parentOrganizationComparator,
                                                      java.lang.String name,
                                                      boolean location,
                                                      java.lang.String street,
                                                      java.lang.String city,
                                                      java.lang.String zip,
                                                      java.lang.Long regionId,
                                                      java.lang.Long countryId,
                                                      java.util.LinkedHashMap params,
                                                      boolean andOperator,
                                                      int begin,
                                                      int end,
                                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_PO_N_L_S_C_Z_R_C

public static java.util.List findByC_PO_N_L_S_C_Z_R_C(long companyId,
                                                      long parentOrganizationId,
                                                      java.lang.String parentOrganizationComparator,
                                                      java.lang.String[] names,
                                                      boolean location,
                                                      java.lang.String[] streets,
                                                      java.lang.String[] cities,
                                                      java.lang.String[] zips,
                                                      java.lang.Long regionId,
                                                      java.lang.Long countryId,
                                                      java.util.LinkedHashMap params,
                                                      boolean andOperator,
                                                      int begin,
                                                      int end,
                                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException