com.liferay.portal.service
Class PasswordTrackerLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.PasswordTrackerLocalServiceWrapper
- All Implemented Interfaces:
- PasswordTrackerLocalService
public class PasswordTrackerLocalServiceWrapper
- extends java.lang.Object
- implements PasswordTrackerLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for PasswordTrackerLocalService.
- Author:
- Brian Wing Shun Chan
- See Also:
PasswordTrackerLocalService- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordTrackerLocalServiceWrapper
public PasswordTrackerLocalServiceWrapper(PasswordTrackerLocalService passwordTrackerLocalService)
addPasswordTracker
public PasswordTracker addPasswordTracker(PasswordTracker passwordTracker)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addPasswordTracker in interface PasswordTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createPasswordTracker
public PasswordTracker createPasswordTracker(long passwordTrackerId)
- Specified by:
createPasswordTracker in interface PasswordTrackerLocalService
deletePasswordTracker
public void deletePasswordTracker(long passwordTrackerId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deletePasswordTracker in interface PasswordTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deletePasswordTracker
public void deletePasswordTracker(PasswordTracker passwordTracker)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deletePasswordTracker in interface PasswordTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery in interface PasswordTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery in interface PasswordTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getPasswordTracker
public PasswordTracker getPasswordTracker(long passwordTrackerId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getPasswordTracker in interface PasswordTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getPasswordTrackers
public java.util.List<PasswordTracker> getPasswordTrackers(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getPasswordTrackers in interface PasswordTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getPasswordTrackersCount
public int getPasswordTrackersCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getPasswordTrackersCount in interface PasswordTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updatePasswordTracker
public PasswordTracker updatePasswordTracker(PasswordTracker passwordTracker)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updatePasswordTracker in interface PasswordTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updatePasswordTracker
public PasswordTracker updatePasswordTracker(PasswordTracker passwordTracker,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updatePasswordTracker in interface PasswordTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deletePasswordTrackers
public void deletePasswordTrackers(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deletePasswordTrackers in interface PasswordTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
isSameAsCurrentPassword
public boolean isSameAsCurrentPassword(long userId,
java.lang.String newClearTextPwd)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
isSameAsCurrentPassword in interface PasswordTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
isValidPassword
public boolean isValidPassword(long userId,
java.lang.String newClearTextPwd)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
isValidPassword in interface PasswordTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
trackPassword
public void trackPassword(long userId,
java.lang.String encPassword)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
trackPassword in interface PasswordTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedPasswordTrackerLocalService
public PasswordTrackerLocalService getWrappedPasswordTrackerLocalService()