com.liferay.portal.service
Interface UserIdMapperLocalService


@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.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

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<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 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)
           
 

Method Detail

addUserIdMapper

UserIdMapper addUserIdMapper(UserIdMapper userIdMapper)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createUserIdMapper

UserIdMapper createUserIdMapper(long userIdMapperId)

deleteUserIdMapper

void deleteUserIdMapper(long userIdMapperId)
                        throws com.liferay.portal.SystemException,
                               com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

deleteUserIdMapper

void deleteUserIdMapper(UserIdMapper userIdMapper)
                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getUserIdMapper

@Transactional(propagation=SUPPORTS,
               readOnly=true)
UserIdMapper getUserIdMapper(long userIdMapperId)
                             throws com.liferay.portal.SystemException,
                                    com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getUserIdMappers

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<UserIdMapper> getUserIdMappers(int start,
                                                            int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getUserIdMappersCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getUserIdMappersCount()
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateUserIdMapper

UserIdMapper updateUserIdMapper(UserIdMapper userIdMapper)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteUserIdMappers

void deleteUserIdMappers(long userId)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getUserIdMapper

@Transactional(propagation=SUPPORTS,
               readOnly=true)
UserIdMapper getUserIdMapper(long userId,
                                           java.lang.String type)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserIdMapperByExternalUserId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
UserIdMapper getUserIdMapperByExternalUserId(java.lang.String type,
                                                           java.lang.String externalUserId)
                                             throws com.liferay.portal.PortalException,
                                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserIdMappers

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<UserIdMapper> getUserIdMappers(long userId)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateUserIdMapper

UserIdMapper updateUserIdMapper(long userId,
                                java.lang.String type,
                                java.lang.String description,
                                java.lang.String externalUserId)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException