|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface PasswordTrackerLocalService
This interface defines the service. The default implementation is
PasswordTrackerLocalServiceImpl.
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.
PasswordTrackerLocalServiceUtil| Method Detail |
|---|
PasswordTracker addPasswordTracker(PasswordTracker passwordTracker)
throws SystemException
SystemExceptionPasswordTracker createPasswordTracker(long passwordTrackerId)
void deletePasswordTracker(long passwordTrackerId)
throws PortalException,
SystemException
PortalException
SystemException
void deletePasswordTracker(PasswordTracker passwordTracker)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PasswordTracker getPasswordTracker(long passwordTrackerId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<PasswordTracker> getPasswordTrackers(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getPasswordTrackersCount()
throws SystemException
SystemException
PasswordTracker updatePasswordTracker(PasswordTracker passwordTracker)
throws SystemException
SystemException
PasswordTracker updatePasswordTracker(PasswordTracker passwordTracker,
boolean merge)
throws SystemException
SystemException
void deletePasswordTrackers(long userId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean isSameAsCurrentPassword(long userId,
String newClearTextPwd)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean isValidPassword(long userId,
String newClearTextPwd)
throws PortalException,
SystemException
PortalException
SystemException
void trackPassword(long userId,
String encPassword)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||