com.liferay.portal.service
Interface UserIdMapperLocalService


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:
UserIdMapperLocalServiceFactory, UserIdMapperLocalServiceUtil

Method Summary
 UserIdMapper addUserIdMapper(UserIdMapper userIdMapper)
           
 void deleteUserIdMapper(long userIdMapperId)
           
 void deleteUserIdMapper(UserIdMapper userIdMapper)
           
 void deleteUserIdMappers(long userId)
           
 java.util.List<UserIdMapper> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List<UserIdMapper> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 UserIdMapper getUserIdMapper(long userId, java.lang.String type)
           
 UserIdMapper getUserIdMapperByExternalUserId(java.lang.String type, java.lang.String externalUserId)
           
 java.util.List<UserIdMapper> getUserIdMappers(long userId)
           
 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

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,
                               com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

dynamicQuery

java.util.List<UserIdMapper> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<UserIdMapper> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                          int begin,
                                          int end)
                                          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

UserIdMapper getUserIdMapper(long userId,
                             java.lang.String type)
                             throws com.liferay.portal.SystemException,
                                    com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getUserIdMapperByExternalUserId

UserIdMapper getUserIdMapperByExternalUserId(java.lang.String type,
                                             java.lang.String externalUserId)
                                             throws com.liferay.portal.SystemException,
                                                    com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getUserIdMappers

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,
                                       com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException