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:
com.liferay.portal.service.UserIdMapperServiceFactory
,
com.liferay.portal.service.UserIdMapperServiceUtil
addUserIdMapper
public UserIdMapper addUserIdMapper(UserIdMapper model)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- 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
- Throws:
com.liferay.portal.SystemException
updateUserIdMapper
public UserIdMapper updateUserIdMapper(UserIdMapper model)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteUserIdMappers
public void deleteUserIdMappers(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getUserIdMapper
public 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
public 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
public java.util.List getUserIdMappers(long userId)
throws com.liferay.portal.SystemException
- 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,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException