| java.lang.Object com.liferay.portal.service.persistence.OrganizationFinderImpl
Method Summary | |
public int | countByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationComparator, String name, int type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap params, boolean andOperator) | public int | countByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationComparator, String[] names, int type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap params, boolean andOperator) | public int | countByKeywords(long companyId, long parentOrganizationId, String parentOrganizationComparator, String keywords, int type, Long regionId, Long countryId, LinkedHashMap params) | protected int | countByPermissions(long companyId, long parentOrganizationId, String parentOrganizationComparator, String[] names, int type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, long resourceId, long groupId, boolean andOperator) | public List | findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationComparator, String name, int type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap params, boolean andOperator, int begin, int end, OrderByComparator obc) | public List | findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationComparator, String[] names, int type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap params, boolean andOperator, int begin, int end, OrderByComparator obc) | public List | findByKeywords(long companyId, long parentOrganizationId, String parentOrganizationComparator, String keywords, int type, Long regionId, Long countryId, LinkedHashMap params, int begin, int end, OrderByComparator obc) | protected List | findByPermissions(long companyId, long parentOrganizationId, String parentOrganizationComparator, String[] names, int type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, long resourceId, long groupId, boolean andOperator, int begin, int end, OrderByComparator obc) | protected String | getJoin(LinkedHashMap params) | protected String | getJoin(String key) | protected String | getWhere(LinkedHashMap params) | protected String | getWhere(String key) | protected String | getWhere(String key, Object value) | protected void | setJoin(QueryPos qPos, LinkedHashMap params) |
COUNT_BY_C_PO_N_L_S_C_Z_R_C | public static String COUNT_BY_C_PO_N_L_S_C_Z_R_C(Code) | | |
COUNT_BY_C_PO_N_S_C_Z_R_C | public static String COUNT_BY_C_PO_N_S_C_Z_R_C(Code) | | |
FIND_BY_C_PO_N_L_S_C_Z_R_C | public static String FIND_BY_C_PO_N_L_S_C_Z_R_C(Code) | | |
FIND_BY_C_PO_N_S_C_Z_R_C | public static String FIND_BY_C_PO_N_S_C_Z_R_C(Code) | | |
JOIN_BY_GROUPS_PERMISSIONS | public static String JOIN_BY_GROUPS_PERMISSIONS(Code) | | |
JOIN_BY_ORGANIZATIONS_GROUPS | public static String JOIN_BY_ORGANIZATIONS_GROUPS(Code) | | |
JOIN_BY_ORGANIZATIONS_PASSWORD_POLICIES | public static String JOIN_BY_ORGANIZATIONS_PASSWORD_POLICIES(Code) | | |
JOIN_BY_ORGANIZATIONS_ROLES | public static String JOIN_BY_ORGANIZATIONS_ROLES(Code) | | |
JOIN_BY_ORGANIZATIONS_USERS | public static String JOIN_BY_ORGANIZATIONS_USERS(Code) | | |
JOIN_BY_ORG_GROUP_PERMISSION | public static String JOIN_BY_ORG_GROUP_PERMISSION(Code) | | |
countByC_PO_N_T_S_C_Z_R_C | public int countByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationComparator, String name, int type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap params, boolean andOperator) throws SystemException(Code) | | |
countByC_PO_N_T_S_C_Z_R_C | public int countByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationComparator, String[] names, int type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap params, boolean andOperator) throws SystemException(Code) | | |
countByPermissions | protected int countByPermissions(long companyId, long parentOrganizationId, String parentOrganizationComparator, String[] names, int type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, long resourceId, long groupId, boolean andOperator) throws SystemException(Code) | | |
findByC_PO_N_T_S_C_Z_R_C | public List findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationComparator, String name, int type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap params, boolean andOperator, int begin, int end, OrderByComparator obc) throws SystemException(Code) | | |
findByC_PO_N_T_S_C_Z_R_C | public List findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationComparator, String[] names, int type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap params, boolean andOperator, int begin, int end, OrderByComparator obc) throws SystemException(Code) | | |
findByKeywords | public List findByKeywords(long companyId, long parentOrganizationId, String parentOrganizationComparator, String keywords, int type, Long regionId, Long countryId, LinkedHashMap params, int begin, int end, OrderByComparator obc) throws SystemException(Code) | | |
findByPermissions | protected List findByPermissions(long companyId, long parentOrganizationId, String parentOrganizationComparator, String[] names, int type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, long resourceId, long groupId, boolean andOperator, int begin, int end, OrderByComparator obc) throws SystemException(Code) | | |
|
|