|
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 PasswordPolicyRelLocalService
This interface defines the service. The default implementation is
PasswordPolicyRelLocalServiceImpl.
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.
PasswordPolicyRelLocalServiceUtil| Method Detail |
|---|
PasswordPolicyRel addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
throws SystemException
SystemExceptionPasswordPolicyRel createPasswordPolicyRel(long passwordPolicyRelId)
void deletePasswordPolicyRel(long passwordPolicyRelId)
throws PortalException,
SystemException
PortalException
SystemException
void deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
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)
PasswordPolicyRel getPasswordPolicyRel(long passwordPolicyRelId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<PasswordPolicyRel> getPasswordPolicyRels(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getPasswordPolicyRelsCount()
throws SystemException
SystemException
PasswordPolicyRel updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
throws SystemException
SystemException
PasswordPolicyRel updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel,
boolean merge)
throws SystemException
SystemException
PasswordPolicyRel addPasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
throws SystemException
SystemException
void addPasswordPolicyRels(long passwordPolicyId,
String className,
long[] classPKs)
throws SystemException
SystemException
void deletePasswordPolicyRel(String className,
long classPK)
throws SystemException
SystemException
void deletePasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
throws SystemException
SystemException
void deletePasswordPolicyRels(long passwordPolicyId)
throws SystemException
SystemException
void deletePasswordPolicyRels(long passwordPolicyId,
String className,
long[] classPKs)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PasswordPolicyRel getPasswordPolicyRel(String className,
long classPK)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PasswordPolicyRel getPasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean hasPasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
throws SystemException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||