Uses of Class
com.liferay.portal.kernel.exception.NoSuchUserIdMapperException
Packages that use NoSuchUserIdMapperException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchUserIdMapperException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchUserIdMapperExceptionModifier and TypeMethodDescriptionUserIdMapperPersistence.findByPrimaryKey(long userIdMapperId) Returns the user ID mapper with the primary key or throws aNoSuchUserIdMapperExceptionif it could not be found.static UserIdMapperUserIdMapperUtil.findByPrimaryKey(long userIdMapperId) Returns the user ID mapper with the primary key or throws aNoSuchUserIdMapperExceptionif it could not be found.Returns the user ID mapper where type = ? and externalUserId = ? or throws aNoSuchUserIdMapperExceptionif it could not be found.static UserIdMapperReturns the user ID mapper where type = ? and externalUserId = ? or throws aNoSuchUserIdMapperExceptionif it could not be found.Returns the user ID mapper where userId = ? and type = ? or throws aNoSuchUserIdMapperExceptionif it could not be found.static UserIdMapperReturns the user ID mapper where userId = ? and type = ? or throws aNoSuchUserIdMapperExceptionif it could not be found.UserIdMapperPersistence.findByUserId_First(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the first user ID mapper in the ordered set where userId = ?.static UserIdMapperUserIdMapperUtil.findByUserId_First(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the first user ID mapper in the ordered set where userId = ?.UserIdMapperPersistence.findByUserId_Last(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the last user ID mapper in the ordered set where userId = ?.static UserIdMapperUserIdMapperUtil.findByUserId_Last(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the last user ID mapper in the ordered set where userId = ?.UserIdMapperPersistence.findByUserId_PrevAndNext(long userIdMapperId, long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?.static UserIdMapper[]UserIdMapperUtil.findByUserId_PrevAndNext(long userIdMapperId, long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?.UserIdMapperPersistence.remove(long userIdMapperId) Removes the user ID mapper with the primary key from the database.static UserIdMapperUserIdMapperUtil.remove(long userIdMapperId) Removes the user ID mapper with the primary key from the database.UserIdMapperPersistence.removeByT_E(String type, String externalUserId) Removes the user ID mapper where type = ? and externalUserId = ? from the database.static UserIdMapperUserIdMapperUtil.removeByT_E(String type, String externalUserId) Removes the user ID mapper where type = ? and externalUserId = ? from the database.UserIdMapperPersistence.removeByU_T(long userId, String type) Removes the user ID mapper where userId = ? and type = ? from the database.static UserIdMapperUserIdMapperUtil.removeByU_T(long userId, String type) Removes the user ID mapper where userId = ? and type = ? from the database.