com.liferay.portal.service
Class UserIdMapperLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.UserIdMapperLocalServiceWrapper
- All Implemented Interfaces:
- UserIdMapperLocalService
public class UserIdMapperLocalServiceWrapper
- extends Object
- implements UserIdMapperLocalService
This class is a wrapper for UserIdMapperLocalService.
- See Also:
UserIdMapperLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
UserIdMapper |
addUserIdMapper(UserIdMapper userIdMapper)
|
UserIdMapper |
createUserIdMapper(long userIdMapperId)
|
void |
deleteUserIdMapper(long userIdMapperId)
|
void |
deleteUserIdMapper(UserIdMapper userIdMapper)
|
void |
deleteUserIdMappers(long userId)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
UserIdMapper |
getUserIdMapper(long userIdMapperId)
|
UserIdMapper |
getUserIdMapper(long userId,
String type)
|
UserIdMapper |
getUserIdMapperByExternalUserId(String type,
String externalUserId)
|
List<UserIdMapper> |
getUserIdMappers(int start,
int end)
|
List<UserIdMapper> |
getUserIdMappers(long userId)
|
int |
getUserIdMappersCount()
|
UserIdMapperLocalService |
getWrappedUserIdMapperLocalService()
|
UserIdMapper |
updateUserIdMapper(long userId,
String type,
String description,
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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface UserIdMapperLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface UserIdMapperLocalService
- Throws:
SystemException
dynamicQuery
public 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 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,
String type)
throws PortalException,
SystemException
- Specified by:
getUserIdMapper in interface UserIdMapperLocalService
- Throws:
PortalException
SystemException
getUserIdMapperByExternalUserId
public UserIdMapper getUserIdMapperByExternalUserId(String type,
String externalUserId)
throws PortalException,
SystemException
- Specified by:
getUserIdMapperByExternalUserId in interface UserIdMapperLocalService
- Throws:
PortalException
SystemException
getUserIdMappers
public List<UserIdMapper> getUserIdMappers(long userId)
throws SystemException
- Specified by:
getUserIdMappers in interface UserIdMapperLocalService
- Throws:
SystemException
updateUserIdMapper
public UserIdMapper updateUserIdMapper(long userId,
String type,
String description,
String externalUserId)
throws SystemException
- Specified by:
updateUserIdMapper in interface UserIdMapperLocalService
- Throws:
SystemException
getWrappedUserIdMapperLocalService
public UserIdMapperLocalService getWrappedUserIdMapperLocalService()