com.liferay.portal.service
Interface UserIdMapperLocalService
- All Known Implementing Classes:
- UserIdMapperLocalServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface UserIdMapperLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portal.service.impl.UserIdMapperLocalServiceImpl
}.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
UserIdMapperLocalServiceUtil
- 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()
|
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)
|
addUserIdMapper
UserIdMapper addUserIdMapper(UserIdMapper userIdMapper)
throws SystemException
- Throws:
SystemException
createUserIdMapper
UserIdMapper createUserIdMapper(long userIdMapperId)
deleteUserIdMapper
void deleteUserIdMapper(long userIdMapperId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteUserIdMapper
void deleteUserIdMapper(UserIdMapper userIdMapper)
throws SystemException
- Throws:
SystemException
dynamicQuery
java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getUserIdMapper
@Transactional(propagation=SUPPORTS,
readOnly=true)
UserIdMapper getUserIdMapper(long userIdMapperId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getUserIdMappers
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<UserIdMapper> getUserIdMappers(int start,
int end)
throws SystemException
- Throws:
SystemException
getUserIdMappersCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getUserIdMappersCount()
throws SystemException
- Throws:
SystemException
updateUserIdMapper
UserIdMapper updateUserIdMapper(UserIdMapper userIdMapper)
throws SystemException
- Throws:
SystemException
updateUserIdMapper
UserIdMapper updateUserIdMapper(UserIdMapper userIdMapper,
boolean merge)
throws SystemException
- Throws:
SystemException
deleteUserIdMappers
void deleteUserIdMappers(long userId)
throws SystemException
- Throws:
SystemException
getUserIdMapper
@Transactional(propagation=SUPPORTS,
readOnly=true)
UserIdMapper getUserIdMapper(long userId,
java.lang.String type)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getUserIdMapperByExternalUserId
@Transactional(propagation=SUPPORTS,
readOnly=true)
UserIdMapper getUserIdMapperByExternalUserId(java.lang.String type,
java.lang.String externalUserId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getUserIdMappers
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<UserIdMapper> getUserIdMappers(long userId)
throws SystemException
- Throws:
SystemException
updateUserIdMapper
UserIdMapper updateUserIdMapper(long userId,
java.lang.String type,
java.lang.String description,
java.lang.String externalUserId)
throws SystemException
- Throws:
SystemException