Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchRoleException

Packages that use NoSuchRoleException
com.liferay.portal.service.persistence   
 

Uses of NoSuchRoleException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchRoleException
static Role RoleUtil.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds the role where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchRoleException if it could not be found.
 Role RolePersistence.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds the role where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchRoleException if it could not be found.
 Role RolePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds the role where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchRoleException if it could not be found.
static Role RoleUtil.findByC_N(long companyId, String name)
          Finds the role where companyId = ? and name = ? or throws a NoSuchRoleException if it could not be found.
 Role RolePersistence.findByC_N(long companyId, String name)
          Finds the role where companyId = ? and name = ? or throws a NoSuchRoleException if it could not be found.
static Role RoleFinderUtil.findByC_N(long companyId, String name)
           
 Role RoleFinder.findByC_N(long companyId, String name)
           
 Role RolePersistenceImpl.findByC_N(long companyId, String name)
          Finds the role where companyId = ? and name = ? or throws a NoSuchRoleException if it could not be found.
 Role RoleFinderImpl.findByC_N(long companyId, String name)
           
static Role RoleUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where companyId = ?.
 Role RolePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where companyId = ?.
 Role RolePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where companyId = ?.
static Role RoleUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where companyId = ?.
 Role RolePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where companyId = ?.
 Role RolePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where companyId = ?.
static Role[] RoleUtil.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where companyId = ?.
 Role[] RolePersistence.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where companyId = ?.
 Role[] RolePersistenceImpl.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where companyId = ?.
static Role RoleUtil.findByPrimaryKey(long roleId)
          Finds the role with the primary key or throws a NoSuchRoleException if it could not be found.
 Role RolePersistence.findByPrimaryKey(long roleId)
          Finds the role with the primary key or throws a NoSuchRoleException if it could not be found.
 Role RolePersistenceImpl.findByPrimaryKey(long roleId)
          Finds the role with the primary key or throws a NoSuchRoleException if it could not be found.
static Role RoleUtil.findBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where subtype = ?.
 Role RolePersistence.findBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where subtype = ?.
 Role RolePersistenceImpl.findBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where subtype = ?.
static Role RoleUtil.findBySubtype_Last(String subtype, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where subtype = ?.
 Role RolePersistence.findBySubtype_Last(String subtype, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where subtype = ?.
 Role RolePersistenceImpl.findBySubtype_Last(String subtype, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where subtype = ?.
static Role[] RoleUtil.findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where subtype = ?.
 Role[] RolePersistence.findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where subtype = ?.
 Role[] RolePersistenceImpl.findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where subtype = ?.
static Role RoleUtil.findByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where type = ? and subtype = ?.
 Role RolePersistence.findByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where type = ? and subtype = ?.
 Role RolePersistenceImpl.findByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where type = ? and subtype = ?.
static Role RoleUtil.findByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where type = ? and subtype = ?.
 Role RolePersistence.findByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where type = ? and subtype = ?.
 Role RolePersistenceImpl.findByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where type = ? and subtype = ?.
static Role[] RoleUtil.findByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where type = ? and subtype = ?.
 Role[] RolePersistence.findByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where type = ? and subtype = ?.
 Role[] RolePersistenceImpl.findByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where type = ? and subtype = ?.
static Role RoleUtil.remove(long roleId)
          Removes the role with the primary key from the database.
 Role RolePersistence.remove(long roleId)
          Removes the role with the primary key from the database.
 Role RolePersistenceImpl.remove(long roleId)
          Removes the role with the primary key from the database.
static void RoleUtil.removeByC_C_C(long companyId, long classNameId, long classPK)
          Removes the role where companyId = ? and classNameId = ? and classPK = ? from the database.
 void RolePersistence.removeByC_C_C(long companyId, long classNameId, long classPK)
          Removes the role where companyId = ? and classNameId = ? and classPK = ? from the database.
 void RolePersistenceImpl.removeByC_C_C(long companyId, long classNameId, long classPK)
          Removes the role where companyId = ? and classNameId = ? and classPK = ? from the database.
static void RoleUtil.removeByC_N(long companyId, String name)
          Removes the role where companyId = ? and name = ? from the database.
 void RolePersistence.removeByC_N(long companyId, String name)
          Removes the role where companyId = ? and name = ? from the database.
 void RolePersistenceImpl.removeByC_N(long companyId, String name)
          Removes the role where companyId = ? and name = ? from the database.
 


Liferay 6.0.5