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 aNoSuchUserIdMapperException
if it could not be found.static UserIdMapper
UserIdMapperUtil.findByPrimaryKey
(long userIdMapperId) Returns the user ID mapper with the primary key or throws aNoSuchUserIdMapperException
if it could not be found.Returns the user ID mapper where type = ? and externalUserId = ? or throws aNoSuchUserIdMapperException
if it could not be found.static UserIdMapper
Returns the user ID mapper where type = ? and externalUserId = ? or throws aNoSuchUserIdMapperException
if it could not be found.Returns the user ID mapper where userId = ? and type = ? or throws aNoSuchUserIdMapperException
if it could not be found.static UserIdMapper
Returns the user ID mapper where userId = ? and type = ? or throws aNoSuchUserIdMapperException
if 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 UserIdMapper
UserIdMapperUtil.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 UserIdMapper
UserIdMapperUtil.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 UserIdMapper
UserIdMapperUtil.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 UserIdMapper
UserIdMapperUtil.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 UserIdMapper
UserIdMapperUtil.removeByU_T
(long userId, String type) Removes the user ID mapper where userId = ? and type = ? from the database.