|
|||||||||
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 PasswordPolicyLocalService
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.PasswordPolicyLocalServiceImpl
}.
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.
PasswordPolicyLocalServiceUtil
Method Summary | |
---|---|
PasswordPolicy |
addPasswordPolicy(long userId,
boolean defaultPolicy,
java.lang.String name,
java.lang.String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge)
|
PasswordPolicy |
addPasswordPolicy(PasswordPolicy passwordPolicy)
|
void |
checkDefaultPasswordPolicy(long companyId)
|
PasswordPolicy |
createPasswordPolicy(long passwordPolicyId)
|
void |
deletePasswordPolicy(long passwordPolicyId)
|
void |
deletePasswordPolicy(PasswordPolicy passwordPolicy)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
PasswordPolicy |
getDefaultPasswordPolicy(long companyId)
|
java.util.List<PasswordPolicy> |
getPasswordPolicies(int start,
int end)
|
int |
getPasswordPoliciesCount()
|
PasswordPolicy |
getPasswordPolicy(long passwordPolicyId)
|
PasswordPolicy |
getPasswordPolicy(long companyId,
long[] organizationIds)
|
PasswordPolicy |
getPasswordPolicy(long companyId,
long organizationId,
long locationId)
Deprecated. |
PasswordPolicy |
getPasswordPolicyByUserId(long userId)
|
java.util.List<PasswordPolicy> |
search(long companyId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
|
int |
searchCount(long companyId,
java.lang.String name)
|
PasswordPolicy |
updatePasswordPolicy(long passwordPolicyId,
java.lang.String name,
java.lang.String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge)
|
PasswordPolicy |
updatePasswordPolicy(PasswordPolicy passwordPolicy)
|
PasswordPolicy |
updatePasswordPolicy(PasswordPolicy passwordPolicy,
boolean merge)
|
Method Detail |
---|
PasswordPolicy addPasswordPolicy(PasswordPolicy passwordPolicy) throws SystemException
SystemException
PasswordPolicy createPasswordPolicy(long passwordPolicyId)
void deletePasswordPolicy(long passwordPolicyId) throws PortalException, SystemException
PortalException
SystemException
void deletePasswordPolicy(PasswordPolicy passwordPolicy) throws SystemException
SystemException
java.util.List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
java.util.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) PasswordPolicy getPasswordPolicy(long passwordPolicyId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<PasswordPolicy> getPasswordPolicies(int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getPasswordPoliciesCount() throws SystemException
SystemException
PasswordPolicy updatePasswordPolicy(PasswordPolicy passwordPolicy) throws SystemException
SystemException
PasswordPolicy updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge) throws SystemException
SystemException
PasswordPolicy addPasswordPolicy(long userId, boolean defaultPolicy, java.lang.String name, java.lang.String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge) throws PortalException, SystemException
PortalException
SystemException
void checkDefaultPasswordPolicy(long companyId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) PasswordPolicy getDefaultPasswordPolicy(long companyId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) PasswordPolicy getPasswordPolicy(long companyId, long organizationId, long locationId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) PasswordPolicy getPasswordPolicy(long companyId, long[] organizationIds) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) PasswordPolicy getPasswordPolicyByUserId(long userId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<PasswordPolicy> search(long companyId, java.lang.String name, int start, int end, OrderByComparator obc) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int searchCount(long companyId, java.lang.String name) throws SystemException
SystemException
PasswordPolicy updatePasswordPolicy(long passwordPolicyId, java.lang.String name, java.lang.String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge) throws PortalException, SystemException
PortalException
SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |