Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Interface OrganizationFinder

All Known Implementing Classes:
OrganizationFinderImpl

public interface OrganizationFinder


Method Summary
 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)
           
 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)
           
 int countByKeywords(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params)
           
 int countByO_U(long organizationId, long userId)
           
 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)
           
 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)
           
 List<Organization> findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 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)
           
 

Method Detail

countByKeywords

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

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

countByC_PO_N_T_S_C_Z_R_C

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

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

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

findByKeywords

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

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

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

Liferay 6.1.2-ce-ga3