Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Class OrganizationFinderUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.OrganizationFinderUtil

public class OrganizationFinderUtil
extends Object


Constructor Summary
OrganizationFinderUtil()
           
 
Method Summary
static int countByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String[] names, String type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator)
           
static int countByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator)
           
static int countByKeywords(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params)
           
static int countByO_U(long organizationId, long userId)
           
static List<Organization> findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String[] names, String type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<Organization> findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, 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)
           
static List<Organization> findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Organization> findByKeywords(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static OrganizationFinder getFinder()
           
 void setFinder(OrganizationFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationFinderUtil

public OrganizationFinderUtil()
Method Detail

countByKeywords

public static int countByKeywords(long companyId,
                                  long parentOrganizationId,
                                  String parentOrganizationIdComparator,
                                  String keywords,
                                  String type,
                                  Long regionId,
                                  Long countryId,
                                  LinkedHashMap<String,Object> params)
                           throws SystemException
Throws:
SystemException

countByO_U

public static int countByO_U(long organizationId,
                             long userId)
                      throws SystemException
Throws:
SystemException

countByC_PO_N_T_S_C_Z_R_C

public static int countByC_PO_N_T_S_C_Z_R_C(long companyId,
                                            long parentOrganizationId,
                                            String parentOrganizationIdComparator,
                                            String name,
                                            String type,
                                            String street,
                                            String city,
                                            String zip,
                                            Long regionId,
                                            Long countryId,
                                            LinkedHashMap<String,Object> params,
                                            boolean andOperator)
                                     throws SystemException
Throws:
SystemException

countByC_PO_N_T_S_C_Z_R_C

public static int countByC_PO_N_T_S_C_Z_R_C(long companyId,
                                            long parentOrganizationId,
                                            String parentOrganizationIdComparator,
                                            String[] names,
                                            String type,
                                            String[] streets,
                                            String[] cities,
                                            String[] zips,
                                            Long regionId,
                                            Long countryId,
                                            LinkedHashMap<String,Object> params,
                                            boolean andOperator)
                                     throws SystemException
Throws:
SystemException

findByCompanyId

public static List<Organization> findByCompanyId(long companyId,
                                                 LinkedHashMap<String,Object> params,
                                                 int start,
                                                 int end,
                                                 OrderByComparator obc)
                                          throws SystemException
Throws:
SystemException

findByKeywords

public static List<Organization> findByKeywords(long companyId,
                                                long parentOrganizationId,
                                                String parentOrganizationIdComparator,
                                                String keywords,
                                                String type,
                                                Long regionId,
                                                Long countryId,
                                                LinkedHashMap<String,Object> params,
                                                int start,
                                                int end,
                                                OrderByComparator obc)
                                         throws SystemException
Throws:
SystemException

findByC_PO_N_T_S_C_Z_R_C

public static List<Organization> findByC_PO_N_T_S_C_Z_R_C(long companyId,
                                                          long parentOrganizationId,
                                                          String parentOrganizationIdComparator,
                                                          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
Throws:
SystemException

findByC_PO_N_T_S_C_Z_R_C

public static List<Organization> findByC_PO_N_T_S_C_Z_R_C(long companyId,
                                                          long parentOrganizationId,
                                                          String parentOrganizationIdComparator,
                                                          String[] names,
                                                          String type,
                                                          String[] streets,
                                                          String[] cities,
                                                          String[] zips,
                                                          Long regionId,
                                                          Long countryId,
                                                          LinkedHashMap<String,Object> params,
                                                          boolean andOperator,
                                                          int start,
                                                          int end,
                                                          OrderByComparator obc)
                                                   throws SystemException
Throws:
SystemException

getFinder

public static OrganizationFinder getFinder()

setFinder

public void setFinder(OrganizationFinder finder)

Liferay 6.1.2-ce-ga3