com.liferay.portal.service.impl
Class UserIdMapperLocalServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.base.UserIdMapperLocalServiceBaseImpl
      extended bycom.liferay.portal.service.impl.UserIdMapperLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.service.UserIdMapperLocalService

public class UserIdMapperLocalServiceImpl
extends UserIdMapperLocalServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
UserIdMapperLocalServiceImpl()
           
 
Method Summary
 void deleteUserIdMappers(long userId)
           
 com.liferay.portal.model.UserIdMapper getUserIdMapper(long userId, java.lang.String type)
           
 com.liferay.portal.model.UserIdMapper getUserIdMapperByExternalUserId(java.lang.String type, java.lang.String externalUserId)
           
 java.util.List getUserIdMappers(long userId)
           
 com.liferay.portal.model.UserIdMapper updateUserIdMapper(long userId, java.lang.String type, java.lang.String description, java.lang.String externalUserId)
           
 
Methods inherited from class com.liferay.portal.service.base.UserIdMapperLocalServiceBaseImpl
addUserIdMapper, dynamicQuery, dynamicQuery, updateUserIdMapper
 
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)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getUserIdMapper

public com.liferay.portal.model.UserIdMapper getUserIdMapper(long userId,
                                                             java.lang.String type)
                                                      throws com.liferay.portal.PortalException,
                                                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserIdMapperByExternalUserId

public com.liferay.portal.model.UserIdMapper getUserIdMapperByExternalUserId(java.lang.String type,
                                                                             java.lang.String externalUserId)
                                                                      throws com.liferay.portal.PortalException,
                                                                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserIdMappers

public java.util.List getUserIdMappers(long userId)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateUserIdMapper

public com.liferay.portal.model.UserIdMapper updateUserIdMapper(long userId,
                                                                java.lang.String type,
                                                                java.lang.String description,
                                                                java.lang.String externalUserId)
                                                         throws com.liferay.portal.PortalException,
                                                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException