|
Liferay 7.0-ce-b8 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>
com.liferay.portal.service.persistence.impl.ResourceTypePermissionPersistenceImpl
@ProviderType public class ResourceTypePermissionPersistenceImpl
The persistence implementation for the resource type permission service.
Caching information and settings can be found in portal.properties
ResourceTypePermissionPersistence,
ResourceTypePermissionUtil| Field Summary | |
|---|---|
protected com.liferay.portal.kernel.service.persistence.CompanyProvider |
companyProvider
|
protected com.liferay.portal.kernel.dao.orm.EntityCache |
entityCache
|
static String |
FINDER_CLASS_NAME_ENTITY
|
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
|
static String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_G_N_R
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_N_R
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_ROLEID
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_C_G_N_R
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_N_R
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_ROLEID
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N_R
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ROLEID
|
protected com.liferay.portal.kernel.dao.orm.FinderCache |
finderCache
|
| Fields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl |
|---|
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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 Summary | |
|---|---|
ResourceTypePermissionPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the resource type permission persistence. |
void |
cacheResult(List<com.liferay.portal.kernel.model.ResourceTypePermission> resourceTypePermissions)
Caches the resource type permissions in the entity cache if it is enabled. |
void |
cacheResult(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
Caches the resource type permission in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(ResourceTypePermissionModelImpl resourceTypePermissionModelImpl,
boolean isNew)
|
void |
clearCache()
Clears the cache for all resource type permissions. |
void |
clearCache(List<com.liferay.portal.kernel.model.ResourceTypePermission> resourceTypePermissions)
|
void |
clearCache(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
Clears the cache for the resource type permission. |
protected void |
clearUniqueFindersCache(ResourceTypePermissionModelImpl resourceTypePermissionModelImpl)
|
int |
countAll()
Returns the number of resource type permissions. |
int |
countByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
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)
Returns the number of resource type permissions where companyId = ? and name = ? and roleId = ?. |
int |
countByRoleId(long roleId)
Returns the number of resource type permissions where roleId = ?. |
com.liferay.portal.kernel.model.ResourceTypePermission |
create(long resourceTypePermissionId)
Creates a new resource type permission with the primary key. |
void |
destroy()
|
com.liferay.portal.kernel.model.ResourceTypePermission |
fetchByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
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 retrieveFromCache)
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)
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)
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)
Returns the resource type permission with the primary key or returns null if it could not be found. |
com.liferay.portal.kernel.model.ResourceTypePermission |
fetchByPrimaryKey(Serializable primaryKey)
Returns the resource type permission with the primary key or returns null if it could not be found. |
Map<Serializable,com.liferay.portal.kernel.model.ResourceTypePermission> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
com.liferay.portal.kernel.model.ResourceTypePermission |
fetchByRoleId_First(long roleId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.ResourceTypePermission> orderByComparator)
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)
Returns the last resource type permission in the ordered set where roleId = ?. |
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findAll()
Returns all the resource type permissions. |
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findAll(int start,
int end)
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)
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 retrieveFromCache)
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)
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)
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)
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)
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)
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)
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)
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 retrieveFromCache)
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)
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)
Returns the resource type permission with the primary key or throws a 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)
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)
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)
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)
Returns all the resource type permissions where roleId = ?. |
List<com.liferay.portal.kernel.model.ResourceTypePermission> |
findByRoleId(long roleId,
int start,
int end)
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)
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 retrieveFromCache)
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)
|
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)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
com.liferay.portal.kernel.model.ResourceTypePermission |
remove(long resourceTypePermissionId)
Removes the resource type permission with the primary key from the database. |
com.liferay.portal.kernel.model.ResourceTypePermission |
remove(Serializable primaryKey)
Removes the resource type permission with the primary key from the database. |
void |
removeAll()
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)
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)
Removes all the resource type permissions where companyId = ? and name = ? and roleId = ? from the database. |
void |
removeByRoleId(long roleId)
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)
|
protected com.liferay.portal.kernel.model.ResourceTypePermission |
toUnwrappedModel(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
|
com.liferay.portal.kernel.model.ResourceTypePermission |
updateImpl(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
|
| Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_ROLEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ROLEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_ROLEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_N_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_N_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_N_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_G_N_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_G_N_R
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CompanyProviderWrapper.class) protected com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider
protected com.liferay.portal.kernel.dao.orm.EntityCache entityCache
protected com.liferay.portal.kernel.dao.orm.FinderCache finderCache
| Constructor Detail |
|---|
public ResourceTypePermissionPersistenceImpl()
| Method Detail |
|---|
public List<com.liferay.portal.kernel.model.ResourceTypePermission> findByRoleId(long roleId)
findByRoleId in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceroleId - the role ID
public 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)retrieveFromCache - whether to retrieve from the finder cache
public 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 found
public 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 found
public 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 found
public 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 found
public 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 found
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)
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 ID
public 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 ID
public 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)retrieveFromCache - whether to retrieve from the finder cache
public 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 found
public 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 found
public 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 found
public 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 found
public 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 found
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)
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 ID
public 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 ID
public 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 ID
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a matching resource type permission could not be found
public 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 ID
null if a matching resource type permission could not be found
public com.liferay.portal.kernel.model.ResourceTypePermission fetchByC_G_N_R(long companyId,
long groupId,
String name,
long roleId,
boolean retrieveFromCache)
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 IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching resource type permission could not be found
public 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 ID
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
public 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 ID
public void cacheResult(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
cacheResult in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceresourceTypePermission - 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 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 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,
boolean isNew)
protected void clearUniqueFindersCache(ResourceTypePermissionModelImpl resourceTypePermissionModelImpl)
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 permission
public 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 permission
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a resource type permission with the primary key could not be found
public 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 permission
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 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>protected com.liferay.portal.kernel.model.ResourceTypePermission toUnwrappedModel(com.liferay.portal.kernel.model.ResourceTypePermission resourceTypePermission)
public com.liferay.portal.kernel.model.ResourceTypePermission findByPrimaryKey(Serializable primaryKey)
throws com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException
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 permission
com.liferay.portal.kernel.exception.NoSuchResourceTypePermissionException - if a resource type permission with the primary key could not be found
public 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 permission
com.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(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>primaryKey - the primary key of the resource type permission
null 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 permission
null if a resource type permission with the primary key could not be foundpublic Map<Serializable,com.liferay.portal.kernel.model.ResourceTypePermission> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.ResourceTypePermission>fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencefetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.ResourceTypePermission>public List<com.liferay.portal.kernel.model.ResourceTypePermission> findAll()
findAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistence
public 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourceTypePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistencepublic int countAll()
countAll in interface com.liferay.portal.kernel.service.persistence.ResourceTypePermissionPersistenceprotected 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()
|
Liferay 7.0-ce-b8 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||