Liferay 6.0-ee

Uses of Class
com.liferay.portal.NoSuchUserIdMapperException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchUserIdMapperException
static UserIdMapper UserIdMapperUtil.findByPrimaryKey(long userIdMapperId)
          Finds the user id mapper with the primary key or throws a NoSuchUserIdMapperException if it could not be found.
 UserIdMapper UserIdMapperPersistence.findByPrimaryKey(long userIdMapperId)
          Finds the user id mapper with the primary key or throws a NoSuchUserIdMapperException if it could not be found.
 UserIdMapper UserIdMapperPersistenceImpl.findByPrimaryKey(long userIdMapperId)
          Finds the user id mapper with the primary key or throws a NoSuchUserIdMapperException if it could not be found.
static UserIdMapper UserIdMapperUtil.findByT_E(String type, String externalUserId)
          Finds the user id mapper where type = ? and externalUserId = ? or throws a NoSuchUserIdMapperException if it could not be found.
 UserIdMapper UserIdMapperPersistence.findByT_E(String type, String externalUserId)
          Finds the user id mapper where type = ? and externalUserId = ? or throws a NoSuchUserIdMapperException if it could not be found.
 UserIdMapper UserIdMapperPersistenceImpl.findByT_E(String type, String externalUserId)
          Finds the user id mapper where type = ? and externalUserId = ? or throws a NoSuchUserIdMapperException if it could not be found.
static UserIdMapper UserIdMapperUtil.findByU_T(long userId, String type)
          Finds the user id mapper where userId = ? and type = ? or throws a NoSuchUserIdMapperException if it could not be found.
 UserIdMapper UserIdMapperPersistence.findByU_T(long userId, String type)
          Finds the user id mapper where userId = ? and type = ? or throws a NoSuchUserIdMapperException if it could not be found.
 UserIdMapper UserIdMapperPersistenceImpl.findByU_T(long userId, String type)
          Finds the user id mapper where userId = ? and type = ? or throws a NoSuchUserIdMapperException if it could not be found.
static UserIdMapper UserIdMapperUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first user id mapper in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first user id mapper in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first user id mapper in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last user id mapper in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last user id mapper in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last user id mapper in the ordered set where userId = ?.
static UserIdMapper[] UserIdMapperUtil.findByUserId_PrevAndNext(long userIdMapperId, long userId, OrderByComparator orderByComparator)
          Finds the user id mappers before and after the current user id mapper in the ordered set where userId = ?.
 UserIdMapper[] UserIdMapperPersistence.findByUserId_PrevAndNext(long userIdMapperId, long userId, OrderByComparator orderByComparator)
          Finds the user id mappers before and after the current user id mapper in the ordered set where userId = ?.
 UserIdMapper[] UserIdMapperPersistenceImpl.findByUserId_PrevAndNext(long userIdMapperId, long userId, OrderByComparator orderByComparator)
          Finds the user id mappers before and after the current user id mapper in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.remove(long userIdMapperId)
          Removes the user id mapper with the primary key from the database.
 UserIdMapper UserIdMapperPersistence.remove(long userIdMapperId)
          Removes the user id mapper with the primary key from the database.
 UserIdMapper UserIdMapperPersistenceImpl.remove(long userIdMapperId)
          Removes the user id mapper with the primary key from the database.
static void UserIdMapperUtil.removeByT_E(String type, String externalUserId)
          Removes the user id mapper where type = ? and externalUserId = ? from the database.
 void UserIdMapperPersistence.removeByT_E(String type, String externalUserId)
          Removes the user id mapper where type = ? and externalUserId = ? from the database.
 void UserIdMapperPersistenceImpl.removeByT_E(String type, String externalUserId)
          Removes the user id mapper where type = ? and externalUserId = ? from the database.
static void UserIdMapperUtil.removeByU_T(long userId, String type)
          Removes the user id mapper where userId = ? and type = ? from the database.
 void UserIdMapperPersistence.removeByU_T(long userId, String type)
          Removes the user id mapper where userId = ? and type = ? from the database.
 void UserIdMapperPersistenceImpl.removeByU_T(long userId, String type)
          Removes the user id mapper where userId = ? and type = ? from the database.
 


Liferay 6.0-ee