@Deprecated
public class ResourceTypePermissionPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>
implements com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
Caching information and settings can be found in portal.properties
| Modifier and Type | Field and Description |
|---|---|
static String |
FINDER_CLASS_NAME_ENTITY
Deprecated.
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
Deprecated.
|
static String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
Deprecated.
|
CAST_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 |
|---|
ResourceTypePermissionPersistenceImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
Initializes the resource type permission persistence.
|
void |
cacheResult(List<com.liferay.portal.kernel.model.ResourceTypePermission> resourceTypePermissions)
Deprecated.
Caches the resource type permissions in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
Deprecated.
Caches the resource type permission in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(ResourceTypePermissionModelImpl resourceTypePermissionModelImpl)
Deprecated.
|
void |
clearCache()
Deprecated.
Clears the cache for all resource type permissions.
|
void |
clearCache(List<com.liferay.portal.kernel.model.ResourceTypePermission> resourceTypePermissions)
Deprecated.
|
void |
clearCache(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
Deprecated.
Clears the cache for the resource type permission.
|
protected void |
clearUniqueFindersCache(ResourceTypePermissionModelImpl resourceTypePermissionModelImpl,
boolean clearCurrent)
Deprecated.
|
int |
countAll()
Deprecated.
Returns the number of resource type permissions.
|
int |
countByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Deprecated.
Returns the number of resource type permissions where companyId = ? and groupId = ? and name = ? and roleId = ?.
|
int |
countByC_N_R(long companyId,
String name,
long roleId)
Deprecated.
Returns the number of resource type permissions where companyId = ? and name = ? and roleId = ?.
|
int |
countByRoleId(long roleId)
Deprecated.
Returns the number of resource type permissions where roleId = ?.
|
com.liferay.portal.kernel.model.ResourceTypePermission |
create(long resourceTypePermissionId)
Deprecated.
Creates a new resource type permission with the primary key.
|
void |
destroy()
Deprecated.
|
com.liferay.portal.kernel.model.ResourceTypePermission |
fetchByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Deprecated.
Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.ResourceTypePermission |
fetchByC_G_N_R(long companyId,
long groupId,
String name,
long roleId,
boolean useFinderCache)
Deprecated.
Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.ResourceTypePermission |
fetchByC_N_R_First(long companyId,
String name,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Deprecated.
Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
|
com.liferay.portal.kernel.model.ResourceTypePermission |
fetchByC_N_R_Last(long companyId,
String name,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Deprecated.
Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
|
com.liferay.portal.kernel.model.ResourceTypePermission |
fetchByPrimaryKey(long resourceTypePermissionId)
Deprecated.
Returns the resource type permission with the primary key or returns
null if it could not be found. |
com.liferay.portal.kernel.model.ResourceTypePermission |
fetchByRoleId_First(long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Deprecated.
Returns the first resource type permission in the ordered set where roleId = ?.
|
com.liferay.portal.kernel.model.ResourceTypePermission |
fetchByRoleId_Last(long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Deprecated.
Returns the last resource type permission in the ordered set where roleId = ?.
|
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findAll()
Deprecated.
Returns all the resource type permissions.
|
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findAll(int start,
int end)
Deprecated.
Returns a range of all the resource type permissions.
|
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Deprecated.
Returns an ordered range of all the resource type permissions.
|
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the resource type permissions.
|
com.liferay.portal.kernel.model.ResourceTypePermission |
findByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Deprecated.
Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or throws a
NoSuchResourceTypePermissionException if it could not be found. |
com.liferay.portal.kernel.model.ResourceTypePermission |
findByC_N_R_First(long companyId,
String name,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Deprecated.
Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
|
com.liferay.portal.kernel.model.ResourceTypePermission |
findByC_N_R_Last(long companyId,
String name,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Deprecated.
Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
|
com.liferay.portal.kernel.model.ResourceTypePermission[] |
findByC_N_R_PrevAndNext(long resourceTypePermissionId,
long companyId,
String name,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Deprecated.
Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
|
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findByC_N_R(long companyId,
String name,
long roleId)
Deprecated.
Returns all the resource type permissions where companyId = ? and name = ? and roleId = ?.
|
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end)
Deprecated.
Returns a range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
|
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Deprecated.
Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
|
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
|
com.liferay.portal.kernel.model.ResourceTypePermission |
findByPrimaryKey(long resourceTypePermissionId)
Deprecated.
Returns the resource type permission with the primary key or throws a
NoSuchResourceTypePermissionException if it could not be found. |
com.liferay.portal.kernel.model.ResourceTypePermission |
findByPrimaryKey(Serializable primaryKey)
Deprecated.
Returns the resource type permission with the primary key or throws a
com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found. |
com.liferay.portal.kernel.model.ResourceTypePermission |
findByRoleId_First(long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Deprecated.
Returns the first resource type permission in the ordered set where roleId = ?.
|
com.liferay.portal.kernel.model.ResourceTypePermission |
findByRoleId_Last(long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Deprecated.
Returns the last resource type permission in the ordered set where roleId = ?.
|
com.liferay.portal.kernel.model.ResourceTypePermission[] |
findByRoleId_PrevAndNext(long resourceTypePermissionId,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Deprecated.
Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?.
|
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findByRoleId(long roleId)
Deprecated.
Returns all the resource type permissions where roleId = ?.
|
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findByRoleId(long roleId,
int start,
int end)
Deprecated.
Returns a range of all the resource type permissions where roleId = ?.
|
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findByRoleId(long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Deprecated.
Returns an ordered range of all the resource type permissions where roleId = ?.
|
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findByRoleId(long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the resource type permissions where roleId = ?.
|
protected com.liferay.portal.kernel.model.ResourceTypePermission |
getByC_N_R_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission,
long companyId,
String name,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
boolean previous)
Deprecated.
|
protected com.liferay.portal.kernel.model.ResourceTypePermission |
getByRoleId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
boolean previous)
Deprecated.
|
protected com.liferay.portal.kernel.dao.orm.EntityCache |
getEntityCache()
Deprecated.
|
protected String |
getPKDBName()
Deprecated.
|
protected String |
getSelectSQL()
Deprecated.
|
protected Map<String,Integer> |
getTableColumnsMap()
Deprecated.
|
com.liferay.portal.kernel.model.ResourceTypePermission |
remove(long resourceTypePermissionId)
Deprecated.
Removes the resource type permission with the primary key from the database.
|
com.liferay.portal.kernel.model.ResourceTypePermission |
remove(Serializable primaryKey)
Deprecated.
Removes the resource type permission with the primary key from the database.
|
void |
removeAll()
Deprecated.
Removes all the resource type permissions from the database.
|
com.liferay.portal.kernel.model.ResourceTypePermission |
removeByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Deprecated.
Removes the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? from the database.
|
void |
removeByC_N_R(long companyId,
String name,
long roleId)
Deprecated.
Removes all the resource type permissions where companyId = ? and name = ? and roleId = ? from the database.
|
void |
removeByRoleId(long roleId)
Deprecated.
Removes all the resource type permissions where roleId = ? from the database.
|
protected com.liferay.portal.kernel.model.ResourceTypePermission |
removeImpl(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
Deprecated.
|
com.liferay.portal.kernel.model.ResourceTypePermission |
updateImpl(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
Deprecated.
|
appendOrderByComparator, appendOrderByComparator, appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, updatepublic static final String FINDER_CLASS_NAME_ENTITY
ResourceTypePermissionUtil to access the resource type permission persistence. Modify service.xml and rerun ServiceBuilder to regenerate this class.public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public ResourceTypePermissionPersistenceImpl()
public List<com.liferay.portal.kernel.model.ResourceTypePermission> findByRoleId(long roleId)
findByRoleId in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceroleId - the role IDpublic List<com.liferay.portal.kernel.model.ResourceTypePermission> findByRoleId(long roleId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl.
findByRoleId in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceroleId - the role IDstart - the lower bound of the range of resource type permissionsend - the upper bound of the range of resource type permissions (not inclusive)public List<com.liferay.portal.kernel.model.ResourceTypePermission> findByRoleId(long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl.
findByRoleId in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceroleId - the role IDstart - the lower bound of the range of resource type permissionsend - the upper bound of the range of resource type permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.ResourceTypePermission> findByRoleId(long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl.
findByRoleId in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceroleId - the role IDstart - the lower bound of the range of resource type permissionsend - the upper bound of the range of resource type permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.ResourceTypePermission findByRoleId_First(long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
findByRoleId_First in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a matching resource type permission could not be foundpublic com.liferay.portal.kernel.model.ResourceTypePermission fetchByRoleId_First(long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
fetchByRoleId_First in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)null if a matching resource type permission could not be foundpublic com.liferay.portal.kernel.model.ResourceTypePermission findByRoleId_Last(long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
findByRoleId_Last in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a matching resource type permission could not be foundpublic com.liferay.portal.kernel.model.ResourceTypePermission fetchByRoleId_Last(long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
fetchByRoleId_Last in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)null if a matching resource type permission could not be foundpublic com.liferay.portal.kernel.model.ResourceTypePermission[] findByRoleId_PrevAndNext(long resourceTypePermissionId,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
findByRoleId_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceresourceTypePermissionId - the primary key of the current resource type permissionroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a resource type permission with the primary key could not be foundprotected com.liferay.portal.kernel.model.ResourceTypePermission getByRoleId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
boolean previous)
public void removeByRoleId(long roleId)
removeByRoleId in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceroleId - the role IDpublic int countByRoleId(long roleId)
countByRoleId in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceroleId - the role IDpublic List<com.liferay.portal.kernel.model.ResourceTypePermission> findByC_N_R(long companyId,
String name,
long roleId)
findByC_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDname - the nameroleId - the role IDpublic List<com.liferay.portal.kernel.model.ResourceTypePermission> findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl.
findByC_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDname - the nameroleId - the role IDstart - the lower bound of the range of resource type permissionsend - the upper bound of the range of resource type permissions (not inclusive)public List<com.liferay.portal.kernel.model.ResourceTypePermission> findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl.
findByC_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDname - the nameroleId - the role IDstart - the lower bound of the range of resource type permissionsend - the upper bound of the range of resource type permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.ResourceTypePermission> findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl.
findByC_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDname - the nameroleId - the role IDstart - the lower bound of the range of resource type permissionsend - the upper bound of the range of resource type permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.ResourceTypePermission findByC_N_R_First(long companyId,
String name,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
findByC_N_R_First in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDname - the nameroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a matching resource type permission could not be foundpublic com.liferay.portal.kernel.model.ResourceTypePermission fetchByC_N_R_First(long companyId,
String name,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
fetchByC_N_R_First in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDname - the nameroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)null if a matching resource type permission could not be foundpublic com.liferay.portal.kernel.model.ResourceTypePermission findByC_N_R_Last(long companyId,
String name,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
findByC_N_R_Last in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDname - the nameroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a matching resource type permission could not be foundpublic com.liferay.portal.kernel.model.ResourceTypePermission fetchByC_N_R_Last(long companyId,
String name,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
fetchByC_N_R_Last in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDname - the nameroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)null if a matching resource type permission could not be foundpublic com.liferay.portal.kernel.model.ResourceTypePermission[] findByC_N_R_PrevAndNext(long resourceTypePermissionId,
long companyId,
String name,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
findByC_N_R_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceresourceTypePermissionId - the primary key of the current resource type permissioncompanyId - the company IDname - the nameroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a resource type permission with the primary key could not be foundprotected com.liferay.portal.kernel.model.ResourceTypePermission getByC_N_R_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission,
long companyId,
String name,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
boolean previous)
public void removeByC_N_R(long companyId,
String name,
long roleId)
removeByC_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDname - the nameroleId - the role IDpublic int countByC_N_R(long companyId,
String name,
long roleId)
countByC_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDname - the nameroleId - the role IDpublic com.liferay.portal.kernel.model.ResourceTypePermission findByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
NoSuchResourceTypePermissionException if it could not be found.findByC_G_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDgroupId - the group IDname - the nameroleId - the role IDcom.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a matching resource type permission could not be foundpublic com.liferay.portal.kernel.model.ResourceTypePermission fetchByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
null if it could not be found. Uses the finder cache.fetchByC_G_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDgroupId - the group IDname - the nameroleId - the role IDnull if a matching resource type permission could not be foundpublic com.liferay.portal.kernel.model.ResourceTypePermission fetchByC_G_N_R(long companyId,
long groupId,
String name,
long roleId,
boolean useFinderCache)
null if it could not be found, optionally using the finder cache.fetchByC_G_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDgroupId - the group IDname - the nameroleId - the role IDuseFinderCache - whether to use the finder cachenull if a matching resource type permission could not be foundpublic com.liferay.portal.kernel.model.ResourceTypePermission removeByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
removeByC_G_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDgroupId - the group IDname - the nameroleId - the role IDcom.liferay.portal.kernel.exception.NoSuchResourceTypePermissionExceptionpublic int countByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
countByC_G_N_R in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecompanyId - the company IDgroupId - the group IDname - the nameroleId - the role IDpublic void cacheResult(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
cacheResult in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencecacheResult in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>resourceTypePermission - the resource type permissionpublic void cacheResult(List<com.liferay.portal.kernel.model.ResourceTypePermission> resourceTypePermissions)
cacheResult in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceresourceTypePermissions - the resource type permissionspublic void clearCache()
The EntityCache and com.liferay.portal.kernel.dao.orm.FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>public void clearCache(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
The EntityCache and com.liferay.portal.kernel.dao.orm.FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>public void clearCache(List<com.liferay.portal.kernel.model.ResourceTypePermission> resourceTypePermissions)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>protected void cacheUniqueFindersCache(ResourceTypePermissionModelImpl resourceTypePermissionModelImpl)
protected void clearUniqueFindersCache(ResourceTypePermissionModelImpl resourceTypePermissionModelImpl, boolean clearCurrent)
public com.liferay.portal.kernel.model.ResourceTypePermission create(long resourceTypePermissionId)
create in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceresourceTypePermissionId - the primary key for the new resource type permissionpublic com.liferay.portal.kernel.model.ResourceTypePermission remove(long resourceTypePermissionId)
throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
remove in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceresourceTypePermissionId - the primary key of the resource type permissioncom.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a resource type permission with the primary key could not be foundpublic com.liferay.portal.kernel.model.ResourceTypePermission remove(Serializable primaryKey)
throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>primaryKey - the primary key of the resource type permissioncom.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a resource type permission with the primary key could not be foundprotected com.liferay.portal.kernel.model.ResourceTypePermission removeImpl(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>public com.liferay.portal.kernel.model.ResourceTypePermission updateImpl(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
updateImpl in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceupdateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>public com.liferay.portal.kernel.model.ResourceTypePermission findByPrimaryKey(Serializable primaryKey)
throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>primaryKey - the primary key of the resource type permissioncom.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a resource type permission with the primary key could not be foundpublic com.liferay.portal.kernel.model.ResourceTypePermission findByPrimaryKey(long resourceTypePermissionId)
throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
NoSuchResourceTypePermissionException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceresourceTypePermissionId - the primary key of the resource type permissioncom.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a resource type permission with the primary key could not be foundpublic com.liferay.portal.kernel.model.ResourceTypePermission fetchByPrimaryKey(long resourceTypePermissionId)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceresourceTypePermissionId - the primary key of the resource type permissionnull if a resource type permission with the primary key could not be foundpublic List<com.liferay.portal.kernel.model.ResourceTypePermission> findAll()
findAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencepublic List<com.liferay.portal.kernel.model.ResourceTypePermission> findAll(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl.
findAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencestart - the lower bound of the range of resource type permissionsend - the upper bound of the range of resource type permissions (not inclusive)public List<com.liferay.portal.kernel.model.ResourceTypePermission> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl.
findAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencestart - the lower bound of the range of resource type permissionsend - the upper bound of the range of resource type permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.ResourceTypePermission> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator,
boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl.
findAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencestart - the lower bound of the range of resource type permissionsend - the upper bound of the range of resource type permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic void removeAll()
removeAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencepublic int countAll()
countAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceprotected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()
getEntityCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>protected String getPKDBName()
getPKDBName in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>protected String getSelectSQL()
getSelectSQL in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>public void afterPropertiesSet()
public void destroy()