Liferay 6.1.2-ce-ga3

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

Packages that use UserIdMapper
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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.getWrappedModel()
           
 UserIdMapper UserIdMapperWrapper.getWrappedUserIdMapper()
          Deprecated. Renamed to UserIdMapperWrapper.getWrappedModel()
 UserIdMapper UserIdMapperModel.toEscapedModel()
           
 UserIdMapper UserIdMapperWrapper.toEscapedModel()
           
 UserIdMapper UserIdMapperModel.toUnescapedModel()
           
 UserIdMapper UserIdMapperWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type UserIdMapper
 CacheModel<UserIdMapper> UserIdMapperModel.toCacheModel()
           
 CacheModel<UserIdMapper> UserIdMapperWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type UserIdMapper
 int UserIdMapperModel.compareTo(UserIdMapper userIdMapper)
           
 int UserIdMapperWrapper.compareTo(UserIdMapper userIdMapper)
           
static UserIdMapperSoap UserIdMapperSoap.toSoapModel(UserIdMapper model)
           
static UserIdMapperSoap[] UserIdMapperSoap.toSoapModels(UserIdMapper[] models)
           
static UserIdMapperSoap[][] UserIdMapperSoap.toSoapModels(UserIdMapper[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type UserIdMapper
static UserIdMapperSoap[] UserIdMapperSoap.toSoapModels(List<UserIdMapper> models)
           
 

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

Uses of UserIdMapper in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return UserIdMapper
static UserIdMapper UserIdMapperLocalServiceUtil.addUserIdMapper(UserIdMapper userIdMapper)
          Adds the user ID mapper to the database.
 UserIdMapper UserIdMapperLocalServiceWrapper.addUserIdMapper(UserIdMapper userIdMapper)
          Adds the user ID mapper to the database.
 UserIdMapper UserIdMapperLocalService.addUserIdMapper(UserIdMapper userIdMapper)
          Adds the user ID mapper to the database.
static UserIdMapper UserIdMapperLocalServiceUtil.createUserIdMapper(long userIdMapperId)
          Creates a new user ID mapper with the primary key.
 UserIdMapper UserIdMapperLocalServiceWrapper.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.
static UserIdMapper UserIdMapperLocalServiceUtil.deleteUserIdMapper(long userIdMapperId)
          Deletes the user ID mapper with the primary key from the database.
 UserIdMapper UserIdMapperLocalServiceWrapper.deleteUserIdMapper(long userIdMapperId)
          Deletes the user ID mapper with the primary key from the database.
 UserIdMapper UserIdMapperLocalService.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.
 UserIdMapper UserIdMapperLocalServiceWrapper.deleteUserIdMapper(UserIdMapper userIdMapper)
          Deletes the user ID mapper from the database.
 UserIdMapper UserIdMapperLocalService.deleteUserIdMapper(UserIdMapper userIdMapper)
          Deletes the user ID mapper from the database.
static UserIdMapper UserIdMapperLocalServiceUtil.fetchUserIdMapper(long userIdMapperId)
           
 UserIdMapper UserIdMapperLocalServiceWrapper.fetchUserIdMapper(long userIdMapperId)
           
 UserIdMapper UserIdMapperLocalService.fetchUserIdMapper(long userIdMapperId)
           
static UserIdMapper UserIdMapperLocalServiceUtil.getUserIdMapper(long userIdMapperId)
          Returns the user ID mapper with the primary key.
 UserIdMapper UserIdMapperLocalServiceWrapper.getUserIdMapper(long userIdMapperId)
          Returns the user ID mapper with the primary key.
 UserIdMapper UserIdMapperLocalService.getUserIdMapper(long userIdMapperId)
          Returns the user ID mapper with the primary key.
static UserIdMapper UserIdMapperLocalServiceUtil.getUserIdMapper(long userId, String type)
           
 UserIdMapper UserIdMapperLocalServiceWrapper.getUserIdMapper(long userId, String type)
           
 UserIdMapper UserIdMapperLocalService.getUserIdMapper(long userId, String type)
           
static UserIdMapper UserIdMapperLocalServiceUtil.getUserIdMapperByExternalUserId(String type, String externalUserId)
           
 UserIdMapper UserIdMapperLocalServiceWrapper.getUserIdMapperByExternalUserId(String type, String externalUserId)
           
 UserIdMapper UserIdMapperLocalService.getUserIdMapperByExternalUserId(String type, String externalUserId)
           
static UserIdMapper UserIdMapperLocalServiceUtil.updateUserIdMapper(long userId, String type, String description, String externalUserId)
           
 UserIdMapper UserIdMapperLocalServiceWrapper.updateUserIdMapper(long userId, String type, String description, String externalUserId)
           
 UserIdMapper UserIdMapperLocalService.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.
 UserIdMapper UserIdMapperLocalServiceWrapper.updateUserIdMapper(UserIdMapper userIdMapper)
          Updates the user ID mapper in the database or adds it if it does not yet exist.
 UserIdMapper 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, boolean merge)
          Updates the user ID mapper in the database or adds it if it does not yet exist.
 UserIdMapper UserIdMapperLocalServiceWrapper.updateUserIdMapper(UserIdMapper userIdMapper, boolean merge)
          Updates the user ID mapper in the database or adds it if it does not yet exist.
 UserIdMapper UserIdMapperLocalService.updateUserIdMapper(UserIdMapper userIdMapper, boolean merge)
          Updates the user ID mapper in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service with parameters of type UserIdMapper
static UserIdMapper UserIdMapperLocalServiceUtil.addUserIdMapper(UserIdMapper userIdMapper)
          Adds the user ID mapper to the database.
 UserIdMapper UserIdMapperLocalServiceWrapper.addUserIdMapper(UserIdMapper userIdMapper)
          Adds the user ID mapper to the database.
 UserIdMapper UserIdMapperLocalService.addUserIdMapper(UserIdMapper userIdMapper)
          Adds the user ID mapper to the database.
static UserIdMapper UserIdMapperLocalServiceUtil.deleteUserIdMapper(UserIdMapper userIdMapper)
          Deletes the user ID mapper from the database.
 UserIdMapper UserIdMapperLocalServiceWrapper.deleteUserIdMapper(UserIdMapper userIdMapper)
          Deletes the user ID mapper from the database.
 UserIdMapper UserIdMapperLocalService.deleteUserIdMapper(UserIdMapper userIdMapper)
          Deletes the user ID mapper from the database.
static UserIdMapper UserIdMapperLocalServiceUtil.updateUserIdMapper(UserIdMapper userIdMapper)
          Updates the user ID mapper in the database or adds it if it does not yet exist.
 UserIdMapper UserIdMapperLocalServiceWrapper.updateUserIdMapper(UserIdMapper userIdMapper)
          Updates the user ID mapper in the database or adds it if it does not yet exist.
 UserIdMapper 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, boolean merge)
          Updates the user ID mapper in the database or adds it if it does not yet exist.
 UserIdMapper UserIdMapperLocalServiceWrapper.updateUserIdMapper(UserIdMapper userIdMapper, boolean merge)
          Updates the user ID mapper in the database or adds it if it does not yet exist.
 UserIdMapper UserIdMapperLocalService.updateUserIdMapper(UserIdMapper userIdMapper, boolean merge)
          Updates the user ID mapper in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.persistence that return UserIdMapper
 UserIdMapper UserIdMapperPersistence.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.
 UserIdMapper UserIdMapperPersistence.fetchByPrimaryKey(long userIdMapperId)
          Returns the user ID mapper with the primary key or returns null if it could not be found.
static UserIdMapper UserIdMapperUtil.fetchByPrimaryKey(long userIdMapperId)
          Returns the user ID mapper with the primary key or returns null if it could not be found.
 UserIdMapper UserIdMapperPersistence.fetchByT_E(String type, String externalUserId)
          Returns 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)
          Returns 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, boolean retrieveFromCache)
          Returns 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.fetchByT_E(String type, String externalUserId, boolean retrieveFromCache)
          Returns the user ID mapper where type = ? and externalUserId = ? or returns null if it could not be found, optionally using the finder cache.
 UserIdMapper UserIdMapperPersistence.fetchByU_T(long userId, String type)
          Returns 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)
          Returns 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, boolean retrieveFromCache)
          Returns 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.fetchByU_T(long userId, String type, boolean retrieveFromCache)
          Returns the user ID mapper where userId = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
 UserIdMapper UserIdMapperPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistence.findByPrimaryKey(long userIdMapperId)
          Returns the user ID mapper with the primary key or throws a NoSuchUserIdMapperException if it could not be found.
static UserIdMapper UserIdMapperUtil.findByPrimaryKey(long userIdMapperId)
          Returns the user ID mapper with the primary key or throws a NoSuchUserIdMapperException if it could not be found.
 UserIdMapper UserIdMapperPersistence.findByT_E(String type, String externalUserId)
          Returns the user ID mapper where type = ? and externalUserId = ? or throws a NoSuchUserIdMapperException if it could not be found.
static UserIdMapper UserIdMapperUtil.findByT_E(String type, String externalUserId)
          Returns the user ID mapper where type = ? and externalUserId = ? or throws a NoSuchUserIdMapperException if it could not be found.
 UserIdMapper UserIdMapperPersistence.findByU_T(long userId, String type)
          Returns the user ID mapper where userId = ? and type = ? or throws a NoSuchUserIdMapperException if it could not be found.
static UserIdMapper UserIdMapperUtil.findByU_T(long userId, String type)
          Returns the user ID mapper where userId = ? and type = ? or throws a NoSuchUserIdMapperException if it could not be found.
 UserIdMapper UserIdMapperPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
 UserIdMapper[] UserIdMapperPersistence.findByUserId_PrevAndNext(long userIdMapperId, long userId, OrderByComparator 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 orderByComparator)
          Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?.
 UserIdMapper 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.
 UserIdMapper 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.
 UserIdMapper 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, boolean merge)
           
static UserIdMapper UserIdMapperUtil.update(UserIdMapper userIdMapper, boolean merge, ServiceContext serviceContext)
           
 UserIdMapper UserIdMapperPersistence.updateImpl(UserIdMapper userIdMapper, boolean merge)
           
static UserIdMapper UserIdMapperUtil.updateImpl(UserIdMapper userIdMapper, boolean merge)
           
 

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

Methods in com.liferay.portal.service.persistence with parameters of type UserIdMapper
 void 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, boolean merge)
           
static UserIdMapper UserIdMapperUtil.update(UserIdMapper userIdMapper, boolean merge, ServiceContext serviceContext)
           
 UserIdMapper UserIdMapperPersistence.updateImpl(UserIdMapper userIdMapper, boolean merge)
           
static UserIdMapper UserIdMapperUtil.updateImpl(UserIdMapper userIdMapper, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type UserIdMapper
 void 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.
 


Liferay 6.1.2-ce-ga3