com.liferay.portal.service
Class UserIdMapperLocalServiceWrapper

java.lang.Object
  extended by 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:

Constructor Summary
UserIdMapperLocalServiceWrapper(UserIdMapperLocalService userIdMapperLocalService)
           
 
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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.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
 

Constructor Detail

UserIdMapperLocalServiceWrapper

public UserIdMapperLocalServiceWrapper(UserIdMapperLocalService userIdMapperLocalService)
Method Detail

addUserIdMapper

public UserIdMapper addUserIdMapper(UserIdMapper userIdMapper)
                             throws com.liferay.portal.SystemException
Specified by:
addUserIdMapper in interface UserIdMapperLocalService
Throws:
com.liferay.portal.SystemException

createUserIdMapper

public UserIdMapper createUserIdMapper(long userIdMapperId)
Specified by:
createUserIdMapper in interface UserIdMapperLocalService

deleteUserIdMapper

public void deleteUserIdMapper(long userIdMapperId)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
deleteUserIdMapper in interface UserIdMapperLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteUserIdMapper

public void deleteUserIdMapper(UserIdMapper userIdMapper)
                        throws com.liferay.portal.SystemException
Specified by:
deleteUserIdMapper in interface UserIdMapperLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface UserIdMapperLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface UserIdMapperLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface UserIdMapperLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface UserIdMapperLocalService
Throws:
com.liferay.portal.SystemException

getUserIdMapper

public UserIdMapper getUserIdMapper(long userIdMapperId)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Specified by:
getUserIdMapper in interface UserIdMapperLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserIdMappers

public java.util.List<UserIdMapper> getUserIdMappers(int start,
                                                     int end)
                                              throws com.liferay.portal.SystemException
Specified by:
getUserIdMappers in interface UserIdMapperLocalService
Throws:
com.liferay.portal.SystemException

getUserIdMappersCount

public int getUserIdMappersCount()
                          throws com.liferay.portal.SystemException
Specified by:
getUserIdMappersCount in interface UserIdMapperLocalService
Throws:
com.liferay.portal.SystemException

updateUserIdMapper

public UserIdMapper updateUserIdMapper(UserIdMapper userIdMapper)
                                throws com.liferay.portal.SystemException
Specified by:
updateUserIdMapper in interface UserIdMapperLocalService
Throws:
com.liferay.portal.SystemException

updateUserIdMapper

public UserIdMapper updateUserIdMapper(UserIdMapper userIdMapper,
                                       boolean merge)
                                throws com.liferay.portal.SystemException
Specified by:
updateUserIdMapper in interface UserIdMapperLocalService
Throws:
com.liferay.portal.SystemException

deleteUserIdMappers

public void deleteUserIdMappers(long userId)
                         throws com.liferay.portal.SystemException
Specified by:
deleteUserIdMappers in interface UserIdMapperLocalService
Throws:
com.liferay.portal.SystemException

getUserIdMapper

public UserIdMapper getUserIdMapper(long userId,
                                    java.lang.String type)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Specified by:
getUserIdMapper in interface UserIdMapperLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserIdMapperByExternalUserId

public UserIdMapper getUserIdMapperByExternalUserId(java.lang.String type,
                                                    java.lang.String externalUserId)
                                             throws com.liferay.portal.PortalException,
                                                    com.liferay.portal.SystemException
Specified by:
getUserIdMapperByExternalUserId in interface UserIdMapperLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserIdMappers

public java.util.List<UserIdMapper> getUserIdMappers(long userId)
                                              throws com.liferay.portal.SystemException
Specified by:
getUserIdMappers in interface UserIdMapperLocalService
Throws:
com.liferay.portal.SystemException

updateUserIdMapper

public UserIdMapper updateUserIdMapper(long userId,
                                       java.lang.String type,
                                       java.lang.String description,
                                       java.lang.String externalUserId)
                                throws com.liferay.portal.SystemException
Specified by:
updateUserIdMapper in interface UserIdMapperLocalService
Throws:
com.liferay.portal.SystemException

getWrappedUserIdMapperLocalService

public UserIdMapperLocalService getWrappedUserIdMapperLocalService()