com.liferay.portal.service
Class PasswordTrackerLocalServiceWrapper

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

Constructor Summary
PasswordTrackerLocalServiceWrapper(PasswordTrackerLocalService passwordTrackerLocalService)
           
 
Method Summary
 PasswordTracker addPasswordTracker(PasswordTracker passwordTracker)
           
 PasswordTracker createPasswordTracker(long passwordTrackerId)
           
 void deletePasswordTracker(long passwordTrackerId)
           
 void deletePasswordTracker(PasswordTracker passwordTracker)
           
 void deletePasswordTrackers(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)
           
 PasswordTracker getPasswordTracker(long passwordTrackerId)
           
 java.util.List<PasswordTracker> getPasswordTrackers(int start, int end)
           
 int getPasswordTrackersCount()
           
 PasswordTrackerLocalService getWrappedPasswordTrackerLocalService()
           
 boolean isSameAsCurrentPassword(long userId, java.lang.String newClearTextPwd)
           
 boolean isValidPassword(long userId, java.lang.String newClearTextPwd)
           
 void trackPassword(long userId, java.lang.String encPassword)
           
 PasswordTracker updatePasswordTracker(PasswordTracker passwordTracker)
           
 PasswordTracker updatePasswordTracker(PasswordTracker passwordTracker, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordTrackerLocalServiceWrapper

public PasswordTrackerLocalServiceWrapper(PasswordTrackerLocalService passwordTrackerLocalService)
Method Detail

addPasswordTracker

public PasswordTracker addPasswordTracker(PasswordTracker passwordTracker)
                                   throws com.liferay.portal.SystemException
Specified by:
addPasswordTracker in interface PasswordTrackerLocalService
Throws:
com.liferay.portal.SystemException

createPasswordTracker

public PasswordTracker createPasswordTracker(long passwordTrackerId)
Specified by:
createPasswordTracker in interface PasswordTrackerLocalService

deletePasswordTracker

public void deletePasswordTracker(long passwordTrackerId)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Specified by:
deletePasswordTracker in interface PasswordTrackerLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deletePasswordTracker

public void deletePasswordTracker(PasswordTracker passwordTracker)
                           throws com.liferay.portal.SystemException
Specified by:
deletePasswordTracker in interface PasswordTrackerLocalService
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 PasswordTrackerLocalService
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 PasswordTrackerLocalService
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 PasswordTrackerLocalService
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 PasswordTrackerLocalService
Throws:
com.liferay.portal.SystemException

getPasswordTracker

public PasswordTracker getPasswordTracker(long passwordTrackerId)
                                   throws com.liferay.portal.PortalException,
                                          com.liferay.portal.SystemException
Specified by:
getPasswordTracker in interface PasswordTrackerLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getPasswordTrackers

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

getPasswordTrackersCount

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

updatePasswordTracker

public PasswordTracker updatePasswordTracker(PasswordTracker passwordTracker)
                                      throws com.liferay.portal.SystemException
Specified by:
updatePasswordTracker in interface PasswordTrackerLocalService
Throws:
com.liferay.portal.SystemException

updatePasswordTracker

public PasswordTracker updatePasswordTracker(PasswordTracker passwordTracker,
                                             boolean merge)
                                      throws com.liferay.portal.SystemException
Specified by:
updatePasswordTracker in interface PasswordTrackerLocalService
Throws:
com.liferay.portal.SystemException

deletePasswordTrackers

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

isSameAsCurrentPassword

public boolean isSameAsCurrentPassword(long userId,
                                       java.lang.String newClearTextPwd)
                                throws com.liferay.portal.PortalException,
                                       com.liferay.portal.SystemException
Specified by:
isSameAsCurrentPassword in interface PasswordTrackerLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

isValidPassword

public boolean isValidPassword(long userId,
                               java.lang.String newClearTextPwd)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
isValidPassword in interface PasswordTrackerLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

trackPassword

public void trackPassword(long userId,
                          java.lang.String encPassword)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
trackPassword in interface PasswordTrackerLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedPasswordTrackerLocalService

public PasswordTrackerLocalService getWrappedPasswordTrackerLocalService()