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:
Method Summary |
UserIdMapper |
addUserIdMapper(UserIdMapper userIdMapper)
|
UserIdMapper |
createUserIdMapper(long userIdMapperId)
|
void |
deleteUserIdMapper(long userIdMapperId)
|
void |
deleteUserIdMapper(UserIdMapper userIdMapper)
|
void |
deleteUserIdMappers(long userId)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
UserIdMapper |
getUserIdMapper(long userIdMapperId)
|
UserIdMapper |
getUserIdMapper(long userId,
java.lang.String type)
|
UserIdMapper |
getUserIdMapperByExternalUserId(java.lang.String type,
java.lang.String externalUserId)
|
java.util.List<UserIdMapper> |
getUserIdMappers(int start,
int end)
|
java.util.List<UserIdMapper> |
getUserIdMappers(long userId)
|
int |
getUserIdMappersCount()
|
UserIdMapperLocalService |
getWrappedUserIdMapperLocalService()
|
UserIdMapper |
updateUserIdMapper(long userId,
java.lang.String type,
java.lang.String description,
java.lang.String externalUserId)
|
UserIdMapper |
updateUserIdMapper(UserIdMapper userIdMapper)
|
UserIdMapper |
updateUserIdMapper(UserIdMapper userIdMapper,
boolean merge)
|
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 SystemException
- Specified by:
addUserIdMapper
in interface UserIdMapperLocalService
- Throws:
SystemException
createUserIdMapper
public UserIdMapper createUserIdMapper(long userIdMapperId)
- Specified by:
createUserIdMapper
in interface UserIdMapperLocalService
deleteUserIdMapper
public void deleteUserIdMapper(long userIdMapperId)
throws PortalException,
SystemException
- Specified by:
deleteUserIdMapper
in interface UserIdMapperLocalService
- Throws:
PortalException
SystemException
deleteUserIdMapper
public void deleteUserIdMapper(UserIdMapper userIdMapper)
throws SystemException
- Specified by:
deleteUserIdMapper
in interface UserIdMapperLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery
in interface UserIdMapperLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery
in interface UserIdMapperLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery
in interface UserIdMapperLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount
in interface UserIdMapperLocalService
- Throws:
SystemException
getUserIdMapper
public UserIdMapper getUserIdMapper(long userIdMapperId)
throws PortalException,
SystemException
- Specified by:
getUserIdMapper
in interface UserIdMapperLocalService
- Throws:
PortalException
SystemException
getUserIdMappers
public java.util.List<UserIdMapper> getUserIdMappers(int start,
int end)
throws SystemException
- Specified by:
getUserIdMappers
in interface UserIdMapperLocalService
- Throws:
SystemException
getUserIdMappersCount
public int getUserIdMappersCount()
throws SystemException
- Specified by:
getUserIdMappersCount
in interface UserIdMapperLocalService
- Throws:
SystemException
updateUserIdMapper
public UserIdMapper updateUserIdMapper(UserIdMapper userIdMapper)
throws SystemException
- Specified by:
updateUserIdMapper
in interface UserIdMapperLocalService
- Throws:
SystemException
updateUserIdMapper
public UserIdMapper updateUserIdMapper(UserIdMapper userIdMapper,
boolean merge)
throws SystemException
- Specified by:
updateUserIdMapper
in interface UserIdMapperLocalService
- Throws:
SystemException
deleteUserIdMappers
public void deleteUserIdMappers(long userId)
throws SystemException
- Specified by:
deleteUserIdMappers
in interface UserIdMapperLocalService
- Throws:
SystemException
getUserIdMapper
public UserIdMapper getUserIdMapper(long userId,
java.lang.String type)
throws PortalException,
SystemException
- Specified by:
getUserIdMapper
in interface UserIdMapperLocalService
- Throws:
PortalException
SystemException
getUserIdMapperByExternalUserId
public UserIdMapper getUserIdMapperByExternalUserId(java.lang.String type,
java.lang.String externalUserId)
throws PortalException,
SystemException
- Specified by:
getUserIdMapperByExternalUserId
in interface UserIdMapperLocalService
- Throws:
PortalException
SystemException
getUserIdMappers
public java.util.List<UserIdMapper> getUserIdMappers(long userId)
throws SystemException
- Specified by:
getUserIdMappers
in interface UserIdMapperLocalService
- Throws:
SystemException
updateUserIdMapper
public UserIdMapper updateUserIdMapper(long userId,
java.lang.String type,
java.lang.String description,
java.lang.String externalUserId)
throws SystemException
- Specified by:
updateUserIdMapper
in interface UserIdMapperLocalService
- Throws:
SystemException
getWrappedUserIdMapperLocalService
public UserIdMapperLocalService getWrappedUserIdMapperLocalService()