|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface MDRRuleGroupInstanceService
Provides the remote service interface for MDRRuleGroupInstance. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
MDRRuleGroupInstanceServiceUtil
,
MDRRuleGroupInstanceServiceBaseImpl
,
MDRRuleGroupInstanceServiceImpl
Method Summary | |
---|---|
abstract MDRRuleGroupInstance |
addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
abstract MDRRuleGroupInstance |
addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
abstract void |
deleteRuleGroupInstance(long ruleGroupInstanceId)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract List<MDRRuleGroupInstance> |
getRuleGroupInstances(String className,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract int |
getRuleGroupInstancesCount(String className,
long classPK)
|
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract MDRRuleGroupInstance |
updateRuleGroupInstance(long ruleGroupInstanceId,
int priority)
|
Method Detail |
---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanMDRRuleGroupInstance addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
MDRRuleGroupInstance addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
void deleteRuleGroupInstance(long ruleGroupInstanceId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<MDRRuleGroupInstance> getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getRuleGroupInstancesCount(String className, long classPK) throws SystemException
SystemException
MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId, int priority) throws PortalException, SystemException
PortalException
SystemException
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |