Uses of Interface
com.liferay.portal.kernel.model.UserIdMapper
Packages that use UserIdMapper
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of UserIdMapper in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement UserIdMapperFields in com.liferay.portal.kernel.model with type parameters of type UserIdMapperModifier and TypeFieldDescriptionstatic final Accessor<UserIdMapper,
Long> UserIdMapper.USER_ID_MAPPER_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return UserIdMapperModifier and TypeMethodDescriptionUserIdMapperModel.cloneWithOriginalValues()
UserIdMapperWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type UserIdMapperModifier and TypeMethodDescriptionprotected UserIdMapperWrapper
UserIdMapperWrapper.wrap
(UserIdMapper userIdMapper) Constructors in com.liferay.portal.kernel.model with parameters of type UserIdMapper -
Uses of UserIdMapper in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return UserIdMapperModifier and TypeMethodDescriptionUserIdMapperLocalService.addUserIdMapper
(UserIdMapper userIdMapper) Adds the user ID mapper to the database.static UserIdMapper
UserIdMapperLocalServiceUtil.addUserIdMapper
(UserIdMapper userIdMapper) Adds the user ID mapper to the database.UserIdMapperLocalServiceWrapper.addUserIdMapper
(UserIdMapper userIdMapper) Adds the user ID mapper to the database.UserIdMapperLocalService.createUserIdMapper
(long userIdMapperId) Creates a new user ID mapper with the primary key.static UserIdMapper
UserIdMapperLocalServiceUtil.createUserIdMapper
(long userIdMapperId) Creates a new user ID mapper with the primary key.UserIdMapperLocalServiceWrapper.createUserIdMapper
(long userIdMapperId) Creates a new user ID mapper with the primary key.UserIdMapperLocalService.deleteUserIdMapper
(long userIdMapperId) Deletes the user ID mapper with the primary key from the database.UserIdMapperLocalService.deleteUserIdMapper
(UserIdMapper userIdMapper) Deletes the user ID mapper from the database.static UserIdMapper
UserIdMapperLocalServiceUtil.deleteUserIdMapper
(long userIdMapperId) Deletes the user ID mapper with the primary key from the database.static UserIdMapper
UserIdMapperLocalServiceUtil.deleteUserIdMapper
(UserIdMapper userIdMapper) Deletes the user ID mapper from the database.UserIdMapperLocalServiceWrapper.deleteUserIdMapper
(long userIdMapperId) Deletes the user ID mapper with the primary key from the database.UserIdMapperLocalServiceWrapper.deleteUserIdMapper
(UserIdMapper userIdMapper) Deletes the user ID mapper from the database.UserIdMapperLocalService.fetchUserIdMapper
(long userIdMapperId) static UserIdMapper
UserIdMapperLocalServiceUtil.fetchUserIdMapper
(long userIdMapperId) UserIdMapperLocalServiceWrapper.fetchUserIdMapper
(long userIdMapperId) UserIdMapperLocalService.getUserIdMapper
(long userIdMapperId) Returns the user ID mapper with the primary key.UserIdMapperLocalService.getUserIdMapper
(long userId, String type) static UserIdMapper
UserIdMapperLocalServiceUtil.getUserIdMapper
(long userIdMapperId) Returns the user ID mapper with the primary key.static UserIdMapper
UserIdMapperLocalServiceUtil.getUserIdMapper
(long userId, String type) UserIdMapperLocalServiceWrapper.getUserIdMapper
(long userIdMapperId) Returns the user ID mapper with the primary key.UserIdMapperLocalServiceWrapper.getUserIdMapper
(long userId, String type) UserIdMapperLocalService.getUserIdMapperByExternalUserId
(String type, String externalUserId) static UserIdMapper
UserIdMapperLocalServiceUtil.getUserIdMapperByExternalUserId
(String type, String externalUserId) UserIdMapperLocalServiceWrapper.getUserIdMapperByExternalUserId
(String type, String externalUserId) UserIdMapperLocalService.updateUserIdMapper
(long userId, String type, String description, String externalUserId) UserIdMapperLocalService.updateUserIdMapper
(UserIdMapper userIdMapper) Updates the user ID mapper in the database or adds it if it does not yet exist.static UserIdMapper
UserIdMapperLocalServiceUtil.updateUserIdMapper
(long userId, String type, String description, String externalUserId) static UserIdMapper
UserIdMapperLocalServiceUtil.updateUserIdMapper
(UserIdMapper userIdMapper) Updates the user ID mapper in the database or adds it if it does not yet exist.UserIdMapperLocalServiceWrapper.updateUserIdMapper
(long userId, String type, String description, String externalUserId) UserIdMapperLocalServiceWrapper.updateUserIdMapper
(UserIdMapper userIdMapper) Updates the user ID mapper in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type UserIdMapperModifier and TypeMethodDescriptionUserIdMapperLocalService.getUserIdMappers
(int start, int end) Returns a range of all the user ID mappers.UserIdMapperLocalService.getUserIdMappers
(long userId) static List<UserIdMapper>
UserIdMapperLocalServiceUtil.getUserIdMappers
(int start, int end) Returns a range of all the user ID mappers.static List<UserIdMapper>
UserIdMapperLocalServiceUtil.getUserIdMappers
(long userId) UserIdMapperLocalServiceWrapper.getUserIdMappers
(int start, int end) Returns a range of all the user ID mappers.UserIdMapperLocalServiceWrapper.getUserIdMappers
(long userId) Methods in com.liferay.portal.kernel.service with parameters of type UserIdMapperModifier and TypeMethodDescriptionUserIdMapperLocalService.addUserIdMapper
(UserIdMapper userIdMapper) Adds the user ID mapper to the database.static UserIdMapper
UserIdMapperLocalServiceUtil.addUserIdMapper
(UserIdMapper userIdMapper) Adds the user ID mapper to the database.UserIdMapperLocalServiceWrapper.addUserIdMapper
(UserIdMapper userIdMapper) Adds the user ID mapper to the database.UserIdMapperLocalService.deleteUserIdMapper
(UserIdMapper userIdMapper) Deletes the user ID mapper from the database.static UserIdMapper
UserIdMapperLocalServiceUtil.deleteUserIdMapper
(UserIdMapper userIdMapper) Deletes the user ID mapper from the database.UserIdMapperLocalServiceWrapper.deleteUserIdMapper
(UserIdMapper userIdMapper) Deletes the user ID mapper from the database.UserIdMapperLocalService.updateUserIdMapper
(UserIdMapper userIdMapper) Updates the user ID mapper in the database or adds it if it does not yet exist.static UserIdMapper
UserIdMapperLocalServiceUtil.updateUserIdMapper
(UserIdMapper userIdMapper) Updates the user ID mapper in the database or adds it if it does not yet exist.UserIdMapperLocalServiceWrapper.updateUserIdMapper
(UserIdMapper userIdMapper) Updates the user ID mapper in the database or adds it if it does not yet exist. -
Uses of UserIdMapper in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return UserIdMapperModifier and TypeMethodDescriptionUserIdMapperPersistence.create
(long userIdMapperId) Creates a new user ID mapper with the primary key.static UserIdMapper
UserIdMapperUtil.create
(long userIdMapperId) Creates a new user ID mapper with the primary key.UserIdMapperPersistence.fetchByPrimaryKey
(long userIdMapperId) Returns the user ID mapper with the primary key or returnsnull
if it could not be found.static UserIdMapper
UserIdMapperUtil.fetchByPrimaryKey
(long userIdMapperId) Returns the user ID mapper with the primary key or returnsnull
if it could not be found.UserIdMapperPersistence.fetchByT_E
(String type, String externalUserId) Returns the user ID mapper where type = ? and externalUserId = ? or returnsnull
if it could not be found.UserIdMapperPersistence.fetchByT_E
(String type, String externalUserId, boolean useFinderCache) Returns the user ID mapper where type = ? and externalUserId = ? or returnsnull
if it could not be found, optionally using the finder cache.static UserIdMapper
UserIdMapperUtil.fetchByT_E
(String type, String externalUserId) Returns the user ID mapper where type = ? and externalUserId = ? or returnsnull
if it could not be found.static UserIdMapper
UserIdMapperUtil.fetchByT_E
(String type, String externalUserId, boolean useFinderCache) Returns the user ID mapper where type = ? and externalUserId = ? or returnsnull
if it could not be found, optionally using the finder cache.UserIdMapperPersistence.fetchByU_T
(long userId, String type) Returns the user ID mapper where userId = ? and type = ? or returnsnull
if it could not be found.UserIdMapperPersistence.fetchByU_T
(long userId, String type, boolean useFinderCache) Returns the user ID mapper where userId = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.static UserIdMapper
UserIdMapperUtil.fetchByU_T
(long userId, String type) Returns the user ID mapper where userId = ? and type = ? or returnsnull
if it could not be found.static UserIdMapper
UserIdMapperUtil.fetchByU_T
(long userId, String type, boolean useFinderCache) Returns the user ID mapper where userId = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.UserIdMapperPersistence.fetchByUserId_First
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the first user ID mapper in the ordered set where userId = ?.static UserIdMapper
UserIdMapperUtil.fetchByUserId_First
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the first user ID mapper in the ordered set where userId = ?.UserIdMapperPersistence.fetchByUserId_Last
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the last user ID mapper in the ordered set where userId = ?.static UserIdMapper
UserIdMapperUtil.fetchByUserId_Last
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the last user ID mapper in the ordered set where userId = ?.UserIdMapperPersistence.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.static UserIdMapper
UserIdMapperUtil.update
(UserIdMapper userIdMapper) static UserIdMapper
UserIdMapperUtil.update
(UserIdMapper userIdMapper, ServiceContext serviceContext) UserIdMapperPersistence.updateImpl
(UserIdMapper userIdMapper) static UserIdMapper
UserIdMapperUtil.updateImpl
(UserIdMapper userIdMapper) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type UserIdMapperModifier and TypeMethodDescriptionstatic Map<Serializable,
UserIdMapper> UserIdMapperUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) UserIdMapperPersistence.findAll()
Returns all the user ID mappers.UserIdMapperPersistence.findAll
(int start, int end) Returns a range of all the user ID mappers.UserIdMapperPersistence.findAll
(int start, int end, OrderByComparator<UserIdMapper> orderByComparator) Returns an ordered range of all the user ID mappers.UserIdMapperPersistence.findAll
(int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user ID mappers.static List<UserIdMapper>
UserIdMapperUtil.findAll()
Returns all the user ID mappers.static List<UserIdMapper>
UserIdMapperUtil.findAll
(int start, int end) Returns a range of all the user ID mappers.static List<UserIdMapper>
UserIdMapperUtil.findAll
(int start, int end, OrderByComparator<UserIdMapper> orderByComparator) Returns an ordered range of all the user ID mappers.static List<UserIdMapper>
UserIdMapperUtil.findAll
(int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user ID mappers.UserIdMapperPersistence.findByUserId
(long userId) Returns all the user ID mappers where userId = ?.UserIdMapperPersistence.findByUserId
(long userId, int start, int end) Returns a range of all the user ID mappers where userId = ?.UserIdMapperPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator) Returns an ordered range of all the user ID mappers where userId = ?.UserIdMapperPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user ID mappers where userId = ?.static List<UserIdMapper>
UserIdMapperUtil.findByUserId
(long userId) Returns all the user ID mappers where userId = ?.static List<UserIdMapper>
UserIdMapperUtil.findByUserId
(long userId, int start, int end) Returns a range of all the user ID mappers where userId = ?.static List<UserIdMapper>
UserIdMapperUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator) Returns an ordered range of all the user ID mappers where userId = ?.static List<UserIdMapper>
UserIdMapperUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user ID mappers where userId = ?.static List<UserIdMapper>
UserIdMapperUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<UserIdMapper>
UserIdMapperUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<UserIdMapper>
UserIdMapperUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserIdMapper> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type UserIdMapperModifier and TypeMethodDescriptionvoid
UserIdMapperPersistence.cacheResult
(UserIdMapper userIdMapper) Caches the user ID mapper in the entity cache if it is enabled.static void
UserIdMapperUtil.cacheResult
(UserIdMapper userIdMapper) Caches the user ID mapper in the entity cache if it is enabled.static void
UserIdMapperUtil.clearCache
(UserIdMapper userIdMapper) static UserIdMapper
UserIdMapperUtil.update
(UserIdMapper userIdMapper) static UserIdMapper
UserIdMapperUtil.update
(UserIdMapper userIdMapper, ServiceContext serviceContext) UserIdMapperPersistence.updateImpl
(UserIdMapper userIdMapper) static UserIdMapper
UserIdMapperUtil.updateImpl
(UserIdMapper userIdMapper) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type UserIdMapperModifier and TypeMethodDescriptionvoid
UserIdMapperPersistence.cacheResult
(List<UserIdMapper> userIdMappers) Caches the user ID mappers in the entity cache if it is enabled.static void
UserIdMapperUtil.cacheResult
(List<UserIdMapper> userIdMappers) Caches the user ID mappers in the entity cache if it is enabled.UserIdMapperPersistence.fetchByUserId_First
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the first user ID mapper in the ordered set where userId = ?.static UserIdMapper
UserIdMapperUtil.fetchByUserId_First
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the first user ID mapper in the ordered set where userId = ?.UserIdMapperPersistence.fetchByUserId_Last
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the last user ID mapper in the ordered set where userId = ?.static UserIdMapper
UserIdMapperUtil.fetchByUserId_Last
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the last user ID mapper in the ordered set where userId = ?.UserIdMapperPersistence.findAll
(int start, int end, OrderByComparator<UserIdMapper> orderByComparator) Returns an ordered range of all the user ID mappers.UserIdMapperPersistence.findAll
(int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user ID mappers.static List<UserIdMapper>
UserIdMapperUtil.findAll
(int start, int end, OrderByComparator<UserIdMapper> orderByComparator) Returns an ordered range of all the user ID mappers.static List<UserIdMapper>
UserIdMapperUtil.findAll
(int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user ID mappers.UserIdMapperPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator) Returns an ordered range of all the user ID mappers where userId = ?.UserIdMapperPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user ID mappers where userId = ?.static List<UserIdMapper>
UserIdMapperUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator) Returns an ordered range of all the user ID mappers where userId = ?.static List<UserIdMapper>
UserIdMapperUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user ID mappers where userId = ?.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 = ?.static List<UserIdMapper>
UserIdMapperUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserIdMapper> orderByComparator)