Interface OrganizationFinder
@ProviderType
public interface OrganizationFinder
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionint
countO_ByC_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
countO_ByC_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
countO_ByKeywords
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params) int
countO_ByO_U
(long organizationId, long userId) int
countO_U_ByC_P
(long companyId, long parentOrganizationId, QueryDefinition<?> queryDefinition) findO_ByC_P
(long companyId, long parentOrganizationId, long previousOrganizationId, int size) findO_ByC_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<Organization> orderByComparator) findO_ByC_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<Organization> orderByComparator) findO_ByKeywords
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) findO_U_ByC_P
(long companyId, long parentOrganizationId, QueryDefinition<?> queryDefinition)
-
Method Details
-
countO_ByKeywords
-
countO_ByO_U
int countO_ByO_U(long organizationId, long userId) -
countO_ByC_PO_N_T_S_C_Z_R_C
-
countO_ByC_PO_N_T_S_C_Z_R_C
-
countO_U_ByC_P
-
findO_ByKeywords
List<Organization> findO_ByKeywords(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) -
findO_ByNoAssets
List<Organization> findO_ByNoAssets() -
findO_ByC_P
-
findO_ByC_PO_N_T_S_C_Z_R_C
List<Organization> findO_ByC_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<Organization> orderByComparator) -
findO_ByC_PO_N_T_S_C_Z_R_C
List<Organization> findO_ByC_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<Organization> orderByComparator) -
findO_U_ByC_P
List<Object> findO_U_ByC_P(long companyId, long parentOrganizationId, QueryDefinition<?> queryDefinition)
-