Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class UserIdMapperLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.UserIdMapperLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.UserIdMapperLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, UserIdMapperLocalService

public class UserIdMapperLocalServiceImpl
extends UserIdMapperLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.UserIdMapperLocalServiceBaseImpl
counterLocalService, persistedModelLocalServiceRegistry, userIdMapperLocalService, userIdMapperPersistence
 
Constructor Summary
UserIdMapperLocalServiceImpl()
           
 
Method Summary
 void deleteUserIdMappers(long userId)
           
 UserIdMapper getUserIdMapper(long userId, String type)
           
 UserIdMapper getUserIdMapperByExternalUserId(String type, String externalUserId)
           
 List<UserIdMapper> getUserIdMappers(long userId)
           
 UserIdMapper updateUserIdMapper(long userId, String type, String description, String externalUserId)
           
 
Methods inherited from class com.liferay.portal.service.base.UserIdMapperLocalServiceBaseImpl
addUserIdMapper, afterPropertiesSet, createUserIdMapper, deletePersistedModel, deleteUserIdMapper, deleteUserIdMapper, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchUserIdMapper, getActionableDynamicQuery, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getUserIdMapper, getUserIdMapperLocalService, getUserIdMapperPersistence, getUserIdMappers, getUserIdMappersCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setUserIdMapperLocalService, setUserIdMapperPersistence, updateUserIdMapper
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserIdMapperLocalServiceImpl

public UserIdMapperLocalServiceImpl()
Method Detail

deleteUserIdMappers

public void deleteUserIdMappers(long userId)

getUserIdMapper

public UserIdMapper getUserIdMapper(long userId,
                                    String type)
                             throws PortalException
Throws:
PortalException

getUserIdMapperByExternalUserId

public UserIdMapper getUserIdMapperByExternalUserId(String type,
                                                    String externalUserId)
                                             throws PortalException
Throws:
PortalException

getUserIdMappers

public List<UserIdMapper> getUserIdMappers(long userId)

updateUserIdMapper

public UserIdMapper updateUserIdMapper(long userId,
                                       String type,
                                       String description,
                                       String externalUserId)

Liferay 7.0-ce-b4