Liferay 6.0.5

Uses of Interface
com.liferay.portal.model.UserIdMapper

Packages that use UserIdMapper
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
 

Uses of UserIdMapper in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement UserIdMapper
 class UserIdMapperWrapper
           This class is a wrapper for UserIdMapper.
 

Methods in com.liferay.portal.model that return UserIdMapper
 UserIdMapper UserIdMapperWrapper.getWrappedUserIdMapper()
           
 UserIdMapper UserIdMapperWrapper.toEscapedModel()
           
 UserIdMapper UserIdMapperModel.toEscapedModel()
          Gets a copy of this user id mapper as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model with parameters of type UserIdMapper
 int UserIdMapperWrapper.compareTo(UserIdMapper userIdMapper)
           
 int UserIdMapperModel.compareTo(UserIdMapper userIdMapper)
           
 

Constructors in com.liferay.portal.model with parameters of type UserIdMapper
UserIdMapperWrapper(UserIdMapper userIdMapper)
           
 

Uses of UserIdMapper in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement UserIdMapper
 class UserIdMapperImpl
           
 

Methods in com.liferay.portal.model.impl that return UserIdMapper
 UserIdMapper UserIdMapperModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type UserIdMapper
 int UserIdMapperModelImpl.compareTo(UserIdMapper userIdMapper)
           
 

Uses of UserIdMapper in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return UserIdMapper
 UserIdMapper UserIdMapperLocalServiceWrapper.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.
 UserIdMapper UserIdMapperLocalService.addUserIdMapper(UserIdMapper userIdMapper)
          Adds the user id mapper to the database.
 UserIdMapper UserIdMapperLocalServiceWrapper.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.
 UserIdMapper UserIdMapperLocalService.createUserIdMapper(long userIdMapperId)
          Creates a new user id mapper with the primary key.
 UserIdMapper UserIdMapperLocalServiceWrapper.getUserIdMapper(long userIdMapperId)
          Gets the user id mapper with the primary key.
static UserIdMapper UserIdMapperLocalServiceUtil.getUserIdMapper(long userIdMapperId)
          Gets the user id mapper with the primary key.
 UserIdMapper UserIdMapperLocalService.getUserIdMapper(long userIdMapperId)
          Gets the user id mapper with the primary key.
 UserIdMapper UserIdMapperLocalServiceWrapper.getUserIdMapper(long userId, String type)
           
static UserIdMapper UserIdMapperLocalServiceUtil.getUserIdMapper(long userId, String type)
           
 UserIdMapper UserIdMapperLocalService.getUserIdMapper(long userId, String type)
           
 UserIdMapper UserIdMapperLocalServiceWrapper.getUserIdMapperByExternalUserId(String type, String externalUserId)
           
static UserIdMapper UserIdMapperLocalServiceUtil.getUserIdMapperByExternalUserId(String type, String externalUserId)
           
 UserIdMapper UserIdMapperLocalService.getUserIdMapperByExternalUserId(String type, String externalUserId)
           
 UserIdMapper UserIdMapperLocalServiceWrapper.updateUserIdMapper(long userId, String type, String description, String externalUserId)
           
static UserIdMapper UserIdMapperLocalServiceUtil.updateUserIdMapper(long userId, String type, String description, String externalUserId)
           
 UserIdMapper UserIdMapperLocalService.updateUserIdMapper(long userId, String type, String description, String externalUserId)
           
 UserIdMapper UserIdMapperLocalServiceWrapper.updateUserIdMapper(UserIdMapper userIdMapper)
          Updates the user id mapper in the database.
static UserIdMapper UserIdMapperLocalServiceUtil.updateUserIdMapper(UserIdMapper userIdMapper)
          Updates the user id mapper in the database.
 UserIdMapper UserIdMapperLocalService.updateUserIdMapper(UserIdMapper userIdMapper)
          Updates the user id mapper in the database.
 UserIdMapper UserIdMapperLocalServiceWrapper.updateUserIdMapper(UserIdMapper userIdMapper, boolean merge)
          Updates the user id mapper in the database.
static UserIdMapper UserIdMapperLocalServiceUtil.updateUserIdMapper(UserIdMapper userIdMapper, boolean merge)
          Updates the user id mapper in the database.
 UserIdMapper UserIdMapperLocalService.updateUserIdMapper(UserIdMapper userIdMapper, boolean merge)
          Updates the user id mapper in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type UserIdMapper
 List<UserIdMapper> UserIdMapperLocalServiceWrapper.getUserIdMappers(int start, int end)
          Gets a range of all the user id mappers.
static List<UserIdMapper> UserIdMapperLocalServiceUtil.getUserIdMappers(int start, int end)
          Gets a range of all the user id mappers.
 List<UserIdMapper> UserIdMapperLocalService.getUserIdMappers(int start, int end)
          Gets a range of all the user id mappers.
 List<UserIdMapper> UserIdMapperLocalServiceWrapper.getUserIdMappers(long userId)
           
static List<UserIdMapper> UserIdMapperLocalServiceUtil.getUserIdMappers(long userId)
           
 List<UserIdMapper> UserIdMapperLocalService.getUserIdMappers(long userId)
           
 

Methods in com.liferay.portal.service with parameters of type UserIdMapper
 UserIdMapper UserIdMapperLocalServiceWrapper.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.
 UserIdMapper UserIdMapperLocalService.addUserIdMapper(UserIdMapper userIdMapper)
          Adds the user id mapper to the database.
 void UserIdMapperLocalServiceWrapper.deleteUserIdMapper(UserIdMapper userIdMapper)
          Deletes the user id mapper from the database.
static void UserIdMapperLocalServiceUtil.deleteUserIdMapper(UserIdMapper userIdMapper)
          Deletes the user id mapper from the database.
 void UserIdMapperLocalService.deleteUserIdMapper(UserIdMapper userIdMapper)
          Deletes the user id mapper from the database.
 UserIdMapper UserIdMapperLocalServiceWrapper.updateUserIdMapper(UserIdMapper userIdMapper)
          Updates the user id mapper in the database.
static UserIdMapper UserIdMapperLocalServiceUtil.updateUserIdMapper(UserIdMapper userIdMapper)
          Updates the user id mapper in the database.
 UserIdMapper UserIdMapperLocalService.updateUserIdMapper(UserIdMapper userIdMapper)
          Updates the user id mapper in the database.
 UserIdMapper UserIdMapperLocalServiceWrapper.updateUserIdMapper(UserIdMapper userIdMapper, boolean merge)
          Updates the user id mapper in the database.
static UserIdMapper UserIdMapperLocalServiceUtil.updateUserIdMapper(UserIdMapper userIdMapper, boolean merge)
          Updates the user id mapper in the database.
 UserIdMapper UserIdMapperLocalService.updateUserIdMapper(UserIdMapper userIdMapper, boolean merge)
          Updates the user id mapper in the database.
 

Uses of UserIdMapper in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return UserIdMapper
 UserIdMapper UserIdMapperLocalServiceBaseImpl.addUserIdMapper(UserIdMapper userIdMapper)
          Adds the user id mapper to the database.
 UserIdMapper UserIdMapperLocalServiceBaseImpl.createUserIdMapper(long userIdMapperId)
          Creates a new user id mapper with the primary key.
 UserIdMapper UserIdMapperLocalServiceBaseImpl.getUserIdMapper(long userIdMapperId)
          Gets the user id mapper with the primary key.
 UserIdMapper UserIdMapperLocalServiceBaseImpl.updateUserIdMapper(UserIdMapper userIdMapper)
          Updates the user id mapper in the database.
 UserIdMapper UserIdMapperLocalServiceBaseImpl.updateUserIdMapper(UserIdMapper userIdMapper, boolean merge)
          Updates the user id mapper in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type UserIdMapper
 List<UserIdMapper> UserIdMapperLocalServiceBaseImpl.getUserIdMappers(int start, int end)
          Gets a range of all the user id mappers.
 

Methods in com.liferay.portal.service.base with parameters of type UserIdMapper
 UserIdMapper UserIdMapperLocalServiceBaseImpl.addUserIdMapper(UserIdMapper userIdMapper)
          Adds the user id mapper to the database.
 void UserIdMapperLocalServiceBaseImpl.deleteUserIdMapper(UserIdMapper userIdMapper)
          Deletes the user id mapper from the database.
 UserIdMapper UserIdMapperLocalServiceBaseImpl.updateUserIdMapper(UserIdMapper userIdMapper)
          Updates the user id mapper in the database.
 UserIdMapper UserIdMapperLocalServiceBaseImpl.updateUserIdMapper(UserIdMapper userIdMapper, boolean merge)
          Updates the user id mapper in the database.
 

Uses of UserIdMapper in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return UserIdMapper
 UserIdMapper UserIdMapperLocalServiceImpl.getUserIdMapper(long userId, String type)
           
 UserIdMapper UserIdMapperLocalServiceImpl.getUserIdMapperByExternalUserId(String type, String externalUserId)
           
 UserIdMapper UserIdMapperLocalServiceImpl.updateUserIdMapper(long userId, String type, String description, String externalUserId)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type UserIdMapper
 List<UserIdMapper> UserIdMapperLocalServiceImpl.getUserIdMappers(long userId)
           
 

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

Methods in com.liferay.portal.service.persistence that return UserIdMapper
static UserIdMapper UserIdMapperUtil.create(long userIdMapperId)
          Creates a new user id mapper with the primary key.
 UserIdMapper UserIdMapperPersistence.create(long userIdMapperId)
          Creates a new user id mapper with the primary key.
 UserIdMapper UserIdMapperPersistenceImpl.create(long userIdMapperId)
          Creates a new user id mapper with the primary key.
static UserIdMapper UserIdMapperUtil.fetchByPrimaryKey(long userIdMapperId)
          Finds the user id mapper with the primary key or returns null if it could not be found.
 UserIdMapper UserIdMapperPersistence.fetchByPrimaryKey(long userIdMapperId)
          Finds the user id mapper with the primary key or returns null if it could not be found.
 UserIdMapper UserIdMapperPersistenceImpl.fetchByPrimaryKey(long userIdMapperId)
          Finds the user id mapper with the primary key or returns null if it could not be found.
 UserIdMapper UserIdMapperPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the user id mapper with the primary key or returns null if it could not be found.
static UserIdMapper UserIdMapperUtil.fetchByT_E(String type, String externalUserId)
          Finds the user id mapper where type = ? and externalUserId = ? or returns null if it could not be found.
 UserIdMapper UserIdMapperPersistence.fetchByT_E(String type, String externalUserId)
          Finds the user id mapper where type = ? and externalUserId = ? or returns null if it could not be found.
 UserIdMapper UserIdMapperPersistenceImpl.fetchByT_E(String type, String externalUserId)
          Finds the user id mapper where type = ? and externalUserId = ? or returns null if it could not be found.
static UserIdMapper UserIdMapperUtil.fetchByT_E(String type, String externalUserId, boolean retrieveFromCache)
          Finds the user id mapper where type = ? and externalUserId = ? or returns null if it could not be found, optionally using the finder cache.
 UserIdMapper UserIdMapperPersistence.fetchByT_E(String type, String externalUserId, boolean retrieveFromCache)
          Finds the user id mapper where type = ? and externalUserId = ? or returns null if it could not be found, optionally using the finder cache.
 UserIdMapper UserIdMapperPersistenceImpl.fetchByT_E(String type, String externalUserId, boolean retrieveFromCache)
          Finds the user id mapper where type = ? and externalUserId = ? or returns null if it could not be found, optionally using the finder cache.
static UserIdMapper UserIdMapperUtil.fetchByU_T(long userId, String type)
          Finds the user id mapper where userId = ? and type = ? or returns null if it could not be found.
 UserIdMapper UserIdMapperPersistence.fetchByU_T(long userId, String type)
          Finds the user id mapper where userId = ? and type = ? or returns null if it could not be found.
 UserIdMapper UserIdMapperPersistenceImpl.fetchByU_T(long userId, String type)
          Finds the user id mapper where userId = ? and type = ? or returns null if it could not be found.
static UserIdMapper UserIdMapperUtil.fetchByU_T(long userId, String type, boolean retrieveFromCache)
          Finds the user id mapper where userId = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
 UserIdMapper UserIdMapperPersistence.fetchByU_T(long userId, String type, boolean retrieveFromCache)
          Finds the user id mapper where userId = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
 UserIdMapper UserIdMapperPersistenceImpl.fetchByU_T(long userId, String type, boolean retrieveFromCache)
          Finds the user id mapper where userId = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
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.
 UserIdMapper UserIdMapperPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the user id mapper with the primary key or throws a NoSuchModelException 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 = ?.
protected  UserIdMapper UserIdMapperPersistenceImpl.getByUserId_PrevAndNext(Session session, UserIdMapper userIdMapper, long userId, OrderByComparator orderByComparator, boolean previous)
           
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.
 UserIdMapper UserIdMapperPersistenceImpl.remove(Serializable primaryKey)
          Removes the user id mapper with the primary key from the database.
static UserIdMapper UserIdMapperUtil.remove(UserIdMapper userIdMapper)
           
protected  UserIdMapper UserIdMapperPersistenceImpl.removeImpl(UserIdMapper userIdMapper)
           
protected  UserIdMapper UserIdMapperPersistenceImpl.toUnwrappedModel(UserIdMapper userIdMapper)
           
static UserIdMapper UserIdMapperUtil.update(UserIdMapper userIdMapper, boolean merge)
           
static UserIdMapper UserIdMapperUtil.update(UserIdMapper userIdMapper, boolean merge, ServiceContext serviceContext)
           
static UserIdMapper UserIdMapperUtil.updateImpl(UserIdMapper userIdMapper, boolean merge)
           
 UserIdMapper UserIdMapperPersistence.updateImpl(UserIdMapper userIdMapper, boolean merge)
           
 UserIdMapper UserIdMapperPersistenceImpl.updateImpl(UserIdMapper userIdMapper, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type UserIdMapper
static List<UserIdMapper> UserIdMapperUtil.findAll()
          Finds all the user id mappers.
 List<UserIdMapper> UserIdMapperPersistence.findAll()
          Finds all the user id mappers.
 List<UserIdMapper> UserIdMapperPersistenceImpl.findAll()
          Finds all the user id mappers.
static List<UserIdMapper> UserIdMapperUtil.findAll(int start, int end)
          Finds a range of all the user id mappers.
 List<UserIdMapper> UserIdMapperPersistence.findAll(int start, int end)
          Finds a range of all the user id mappers.
 List<UserIdMapper> UserIdMapperPersistenceImpl.findAll(int start, int end)
          Finds a range of all the user id mappers.
static List<UserIdMapper> UserIdMapperUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user id mappers.
 List<UserIdMapper> UserIdMapperPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user id mappers.
 List<UserIdMapper> UserIdMapperPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user id mappers.
static List<UserIdMapper> UserIdMapperUtil.findByUserId(long userId)
          Finds all the user id mappers where userId = ?.
 List<UserIdMapper> UserIdMapperPersistence.findByUserId(long userId)
          Finds all the user id mappers where userId = ?.
 List<UserIdMapper> UserIdMapperPersistenceImpl.findByUserId(long userId)
          Finds all the user id mappers where userId = ?.
static List<UserIdMapper> UserIdMapperUtil.findByUserId(long userId, int start, int end)
          Finds a range of all the user id mappers where userId = ?.
 List<UserIdMapper> UserIdMapperPersistence.findByUserId(long userId, int start, int end)
          Finds a range of all the user id mappers where userId = ?.
 List<UserIdMapper> UserIdMapperPersistenceImpl.findByUserId(long userId, int start, int end)
          Finds a range of all the user id mappers where userId = ?.
static List<UserIdMapper> UserIdMapperUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user id mappers where userId = ?.
 List<UserIdMapper> UserIdMapperPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user id mappers where userId = ?.
 List<UserIdMapper> UserIdMapperPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type UserIdMapper
static void UserIdMapperUtil.cacheResult(UserIdMapper userIdMapper)
          Caches the user id mapper in the entity cache if it is enabled.
 void UserIdMapperPersistence.cacheResult(UserIdMapper userIdMapper)
          Caches the user id mapper in the entity cache if it is enabled.
 void UserIdMapperPersistenceImpl.cacheResult(UserIdMapper userIdMapper)
          Caches the user id mapper in the entity cache if it is enabled.
static void UserIdMapperUtil.clearCache(UserIdMapper userIdMapper)
           
 void UserIdMapperPersistenceImpl.clearCache(UserIdMapper userIdMapper)
          Clears the cache for the user id mapper.
protected  UserIdMapper UserIdMapperPersistenceImpl.getByUserId_PrevAndNext(Session session, UserIdMapper userIdMapper, long userId, OrderByComparator orderByComparator, boolean previous)
           
static UserIdMapper UserIdMapperUtil.remove(UserIdMapper userIdMapper)
           
protected  UserIdMapper UserIdMapperPersistenceImpl.removeImpl(UserIdMapper userIdMapper)
           
protected  UserIdMapper UserIdMapperPersistenceImpl.toUnwrappedModel(UserIdMapper userIdMapper)
           
static UserIdMapper UserIdMapperUtil.update(UserIdMapper userIdMapper, boolean merge)
           
static UserIdMapper UserIdMapperUtil.update(UserIdMapper userIdMapper, boolean merge, ServiceContext serviceContext)
           
static UserIdMapper UserIdMapperUtil.updateImpl(UserIdMapper userIdMapper, boolean merge)
           
 UserIdMapper UserIdMapperPersistence.updateImpl(UserIdMapper userIdMapper, boolean merge)
           
 UserIdMapper UserIdMapperPersistenceImpl.updateImpl(UserIdMapper userIdMapper, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type UserIdMapper
static void UserIdMapperUtil.cacheResult(List<UserIdMapper> userIdMappers)
          Caches the user id mappers in the entity cache if it is enabled.
 void UserIdMapperPersistence.cacheResult(List<UserIdMapper> userIdMappers)
          Caches the user id mappers in the entity cache if it is enabled.
 void UserIdMapperPersistenceImpl.cacheResult(List<UserIdMapper> userIdMappers)
          Caches the user id mappers in the entity cache if it is enabled.
 


Liferay 6.0.5