com.liferay.portal.service.base
Class UserIdMapperLocalServiceBaseImpl
java.lang.Object
com.liferay.portal.service.base.UserIdMapperLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portal.service.UserIdMapperLocalService
- Direct Known Subclasses:
- UserIdMapperLocalServiceImpl
- public abstract class UserIdMapperLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portal.service.UserIdMapperLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portal.model.UserIdMapper |
addUserIdMapper(com.liferay.portal.model.UserIdMapper model)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
com.liferay.portal.model.UserIdMapper |
updateUserIdMapper(com.liferay.portal.model.UserIdMapper model)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.UserIdMapperLocalService |
deleteUserIdMappers, getUserIdMapper, getUserIdMapperByExternalUserId, getUserIdMappers, updateUserIdMapper |
UserIdMapperLocalServiceBaseImpl
public UserIdMapperLocalServiceBaseImpl()
addUserIdMapper
public com.liferay.portal.model.UserIdMapper addUserIdMapper(com.liferay.portal.model.UserIdMapper model)
throws com.liferay.portal.SystemException
- Specified by:
addUserIdMapper
in interface com.liferay.portal.service.UserIdMapperLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portal.service.UserIdMapperLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portal.service.UserIdMapperLocalService
- Throws:
com.liferay.portal.SystemException
updateUserIdMapper
public com.liferay.portal.model.UserIdMapper updateUserIdMapper(com.liferay.portal.model.UserIdMapper model)
throws com.liferay.portal.SystemException
- Specified by:
updateUserIdMapper
in interface com.liferay.portal.service.UserIdMapperLocalService
- Throws:
com.liferay.portal.SystemException