com.liferay.portal.service.impl
Class UserIdMapperLocalServiceImpl
java.lang.Object
com.liferay.portal.service.base.UserIdMapperLocalServiceBaseImpl
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserIdMapperLocalServiceImpl
public UserIdMapperLocalServiceImpl()
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