public class OrganizationFinderImpl extends OrganizationFinderBaseImpl implements com.liferay.portal.kernel.service.persistence.OrganizationFinder
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNT_O_BY_C_PO |
static String |
COUNT_O_BY_C_PO_N_L_S_C_Z_R_C |
static String |
COUNT_O_BY_C_PO_N_S_C_Z_R_C |
static String |
COUNT_O_BY_GROUP_ID |
static String |
COUNT_O_BY_ORGANIZATION_ID |
static String |
COUNT_U_BY_C_S_O |
static String |
FIND_O_BY_C_P |
static String |
FIND_O_BY_C_PO |
static String |
FIND_O_BY_C_PO_N_L_S_C_Z_R_C |
static String |
FIND_O_BY_C_PO_N_S_C_Z_R_C |
static String |
FIND_O_BY_GROUP_ID |
static String |
FIND_O_BY_NO_ASSETS |
static String |
FIND_U_BY_C_S_O |
static String |
JOIN_O_BY_ORGANIZATIONS_GROUPS |
static String |
JOIN_O_BY_ORGANIZATIONS_PASSWORD_POLICIES |
static String |
JOIN_O_BY_ORGANIZATIONS_ROLES |
static String |
JOIN_O_BY_ORGANIZATIONS_USERS |
static String |
JOIN_O_BY_USERS_ORGS |
organizationPersistenceCAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR| Constructor and Description |
|---|
OrganizationFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
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)
Deprecated.
As of Judson (7.1.x), replaced by
#countO_ByC_PO_N_T_S_C_Z_R_C(long, long, String, String[],
String, String[], String[], String[], Long, Long,
LinkedHashMap |
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)
Deprecated.
As of Judson (7.1.x), replaced by
#countO_ByC_PO_N_T_S_C_Z_R_C(long, long, String, String,
String, String, String, String, Long, Long,
LinkedHashMap |
int |
countByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params)
Deprecated.
As of Judson (7.1.x), replaced by
#countO_ByKeywords(long, long, String, String, String, Long,
Long, LinkedHashMap |
int |
countByO_U(long organizationId,
long userId)
Deprecated.
As of Judson (7.1.x), replaced by
countO_ByO_U(long,
long) |
int |
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) |
protected int |
countO_ByOrganizationId(com.liferay.portal.kernel.dao.orm.Session session,
long organizationId,
LinkedHashMap<String,Object> params) |
int |
countO_U_ByC_P(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition) |
List<Long> |
findByC_P(long companyId,
long parentOrganizationId,
long previousOrganizationId,
int size)
Deprecated.
As of Judson (7.1.x), replaced by
findO_ByC_P(long,
long, long, int) |
List<com.liferay.portal.kernel.model.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,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> obc)
Deprecated.
As of Judson (7.1.x), replaced by
#findO_ByC_PO_N_T_S_C_Z_R_C(long, long, String, String[],
String, String[], String[], String[], Long, Long,
LinkedHashMap |
List<com.liferay.portal.kernel.model.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,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> obc)
Deprecated.
As of Judson (7.1.x), replaced by
#findO_ByC_PO_N_T_S_C_Z_R_C(long, long, String, String,
String, String, String, String, Long, Long,
LinkedHashMap |
List<com.liferay.portal.kernel.model.Organization> |
findByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> obc)
Deprecated.
As of Judson (7.1.x), replaced by
#findO_ByKeywords(long, long, String, String, String, Long,
Long, LinkedHashMap |
List<com.liferay.portal.kernel.model.Organization> |
findByNoAssets()
Deprecated.
As of Judson (7.1.x), replaced by
findO_ByNoAssets() |
List<Long> |
findO_ByC_P(long companyId,
long parentOrganizationId,
long previousOrganizationId,
int size) |
List<com.liferay.portal.kernel.model.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,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> obc) |
List<com.liferay.portal.kernel.model.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,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> obc) |
List<com.liferay.portal.kernel.model.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,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> obc) |
List<com.liferay.portal.kernel.model.Organization> |
findO_ByNoAssets() |
List<Object> |
findO_U_ByC_P(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition) |
protected String |
getJoin(LinkedHashMap<String,Object> params) |
protected String |
getJoin(String key) |
protected String |
getUsersSQL(String id,
com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition) |
protected String |
getWhere(LinkedHashMap<String,Object> params) |
protected String |
getWhere(String key) |
protected String |
getWhere(String key,
Object value) |
protected void |
setJoin(com.liferay.portal.kernel.dao.orm.QueryPos qPos,
LinkedHashMap<String,Object> params) |
getBadColumnNames, getOrganizationPersistence, setOrganizationPersistenceappendOrderByComparator, appendOrderByComparator, appendOrderByComparator, appendOrderByComparator, cacheResult, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getEntityCache, getListeners, getModelClass, getPKDBName, getSelectSQL, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, unregisterListener, update, update, updateImplpublic static final String COUNT_O_BY_GROUP_ID
public static final String COUNT_O_BY_ORGANIZATION_ID
public static final String COUNT_O_BY_C_PO
public static final String COUNT_O_BY_C_PO_N_S_C_Z_R_C
public static final String COUNT_O_BY_C_PO_N_L_S_C_Z_R_C
public static final String COUNT_U_BY_C_S_O
public static final String FIND_O_BY_NO_ASSETS
public static final String FIND_O_BY_GROUP_ID
public static final String FIND_O_BY_C_P
public static final String FIND_O_BY_C_PO
public static final String FIND_O_BY_C_PO_N_S_C_Z_R_C
public static final String FIND_O_BY_C_PO_N_L_S_C_Z_R_C
public static final String FIND_U_BY_C_S_O
public static final String JOIN_O_BY_ORGANIZATIONS_GROUPS
public static final String JOIN_O_BY_ORGANIZATIONS_PASSWORD_POLICIES
public static final String JOIN_O_BY_ORGANIZATIONS_ROLES
public static final String JOIN_O_BY_ORGANIZATIONS_USERS
public static final String JOIN_O_BY_USERS_ORGS
@Deprecated
public int countByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params)
#countO_ByKeywords(long, long, String, String, String, Long,
Long, LinkedHashMap) countByKeywords in interface com.liferay.portal.kernel.service.persistence.OrganizationFinder@Deprecated
public int countByO_U(long organizationId,
long userId)
countO_ByO_U(long,
long)countByO_U in interface com.liferay.portal.kernel.service.persistence.OrganizationFinder@Deprecated
public 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)
#countO_ByC_PO_N_T_S_C_Z_R_C(long, long, String, String,
String, String, String, String, Long, Long,
LinkedHashMap, boolean) countByC_PO_N_T_S_C_Z_R_C in interface com.liferay.portal.kernel.service.persistence.OrganizationFinder@Deprecated
public 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)
#countO_ByC_PO_N_T_S_C_Z_R_C(long, long, String, String[],
String, String[], String[], String[], Long, Long,
LinkedHashMap, boolean) countByC_PO_N_T_S_C_Z_R_C in interface com.liferay.portal.kernel.service.persistence.OrganizationFinderpublic int countO_ByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params)
countO_ByKeywords in interface com.liferay.portal.kernel.service.persistence.OrganizationFinderpublic int countO_ByO_U(long organizationId,
long userId)
countO_ByO_U in interface com.liferay.portal.kernel.service.persistence.OrganizationFinderpublic 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)
countO_ByC_PO_N_T_S_C_Z_R_C in interface com.liferay.portal.kernel.service.persistence.OrganizationFinderpublic int 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)
countO_ByC_PO_N_T_S_C_Z_R_C in interface com.liferay.portal.kernel.service.persistence.OrganizationFinderpublic int countO_U_ByC_P(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition)
countO_U_ByC_P in interface com.liferay.portal.kernel.service.persistence.OrganizationFinder@Deprecated
public List<com.liferay.portal.kernel.model.Organization> findByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> obc)
#findO_ByKeywords(long, long, String, String, String, Long,
Long, LinkedHashMap, int, int,
OrderByComparator) findByKeywords in interface com.liferay.portal.kernel.service.persistence.OrganizationFinder@Deprecated public List<com.liferay.portal.kernel.model.Organization> findByNoAssets()
findO_ByNoAssets()findByNoAssets in interface com.liferay.portal.kernel.service.persistence.OrganizationFinder@Deprecated
public List<Long> findByC_P(long companyId,
long parentOrganizationId,
long previousOrganizationId,
int size)
findO_ByC_P(long,
long, long, int)findByC_P in interface com.liferay.portal.kernel.service.persistence.OrganizationFinder@Deprecated
public List<com.liferay.portal.kernel.model.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,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> obc)
#findO_ByC_PO_N_T_S_C_Z_R_C(long, long, String, String,
String, String, String, String, Long, Long,
LinkedHashMap, boolean, int, int,
OrderByComparator) findByC_PO_N_T_S_C_Z_R_C in interface com.liferay.portal.kernel.service.persistence.OrganizationFinder@Deprecated
public List<com.liferay.portal.kernel.model.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,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> obc)
#findO_ByC_PO_N_T_S_C_Z_R_C(long, long, String, String[],
String, String[], String[], String[], Long, Long,
LinkedHashMap, boolean, int, int
OrderByComparator) findByC_PO_N_T_S_C_Z_R_C in interface com.liferay.portal.kernel.service.persistence.OrganizationFinderpublic List<com.liferay.portal.kernel.model.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,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> obc)
findO_ByKeywords in interface com.liferay.portal.kernel.service.persistence.OrganizationFinderpublic List<com.liferay.portal.kernel.model.Organization> findO_ByNoAssets()
findO_ByNoAssets in interface com.liferay.portal.kernel.service.persistence.OrganizationFinderpublic List<Long> findO_ByC_P(long companyId,
long parentOrganizationId,
long previousOrganizationId,
int size)
findO_ByC_P in interface com.liferay.portal.kernel.service.persistence.OrganizationFinderpublic List<com.liferay.portal.kernel.model.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,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> obc)
findO_ByC_PO_N_T_S_C_Z_R_C in interface com.liferay.portal.kernel.service.persistence.OrganizationFinderpublic List<com.liferay.portal.kernel.model.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,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> obc)
findO_ByC_PO_N_T_S_C_Z_R_C in interface com.liferay.portal.kernel.service.persistence.OrganizationFinderpublic List<Object> findO_U_ByC_P(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition)
findO_U_ByC_P in interface com.liferay.portal.kernel.service.persistence.OrganizationFinderprotected int countO_ByOrganizationId(com.liferay.portal.kernel.dao.orm.Session session,
long organizationId,
LinkedHashMap<String,Object> params)
protected String getJoin(LinkedHashMap<String,Object> params)
protected String getJoin(String key)
protected String getUsersSQL(String id,
com.liferay.portal.kernel.dao.orm.QueryDefinition<?> queryDefinition)
protected String getWhere(LinkedHashMap<String,Object> params)
protected String getWhere(String key)
protected String getWhere(String key,
Object value)
protected void setJoin(com.liferay.portal.kernel.dao.orm.QueryPos qPos,
LinkedHashMap<String,Object> params)