com.liferay.portal.service.impl
Class UserIdMapperLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.UserIdMapperLocalServiceBaseImpl
com.liferay.portal.service.impl.UserIdMapperLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, UserIdMapperLocalService
public class UserIdMapperLocalServiceImpl
- extends UserIdMapperLocalServiceBaseImpl
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserIdMapperLocalServiceImpl
public UserIdMapperLocalServiceImpl()
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)