com.liferay.portal.service
Class UserIdMapperLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.UserIdMapperLocalServiceWrapper
- All Implemented Interfaces:
- UserIdMapperLocalService
public class UserIdMapperLocalServiceWrapper
- extends java.lang.Object
- implements UserIdMapperLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for UserIdMapperLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
UserIdMapperLocalService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserIdMapperLocalServiceWrapper
public UserIdMapperLocalServiceWrapper(UserIdMapperLocalService userIdMapperLocalService)
addUserIdMapper
public UserIdMapper addUserIdMapper(UserIdMapper userIdMapper)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addUserIdMapper
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createUserIdMapper
public UserIdMapper createUserIdMapper(long userIdMapperId)
- Specified by:
createUserIdMapper
in interface UserIdMapperLocalService
deleteUserIdMapper
public void deleteUserIdMapper(long userIdMapperId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteUserIdMapper
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteUserIdMapper
public void deleteUserIdMapper(UserIdMapper userIdMapper)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteUserIdMapper
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserIdMapper
public UserIdMapper getUserIdMapper(long userIdMapperId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserIdMapper
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserIdMappers
public java.util.List<UserIdMapper> getUserIdMappers(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserIdMappers
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserIdMappersCount
public int getUserIdMappersCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserIdMappersCount
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateUserIdMapper
public UserIdMapper updateUserIdMapper(UserIdMapper userIdMapper)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateUserIdMapper
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateUserIdMapper
public UserIdMapper updateUserIdMapper(UserIdMapper userIdMapper,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateUserIdMapper
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteUserIdMappers
public void deleteUserIdMappers(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteUserIdMappers
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserIdMapper
public UserIdMapper getUserIdMapper(long userId,
java.lang.String type)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserIdMapper
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserIdMapperByExternalUserId
public UserIdMapper getUserIdMapperByExternalUserId(java.lang.String type,
java.lang.String externalUserId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserIdMapperByExternalUserId
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserIdMappers
public java.util.List<UserIdMapper> getUserIdMappers(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserIdMappers
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateUserIdMapper
public UserIdMapper updateUserIdMapper(long userId,
java.lang.String type,
java.lang.String description,
java.lang.String externalUserId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateUserIdMapper
in interface UserIdMapperLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWrappedUserIdMapperLocalService
public UserIdMapperLocalService getWrappedUserIdMapperLocalService()