Uses of Class
org.apache.syncope.core.logic.AbstractAnyLogic
-
Uses of AbstractAnyLogic in org.apache.syncope.core.logic
Modifier and TypeClassDescriptionclass
Note that this controller does not extendAbstractTransactionalLogic
, hence does not provide any Spring's Transactional logic at class level.class
Note that this controller does not extendAbstractTransactionalLogic
, hence does not provide any Spring's Transactional logic at class level.class
Note that this controller does not extendAbstractTransactionalLogic
, hence does not provide any Spring's Transactional logic at class level. -
Uses of AbstractAnyLogic in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionprotected abstract AbstractAnyLogic
<TO, CR, UR> AbstractAnyService.getAnyLogic()
protected AbstractAnyLogic
<AnyObjectTO, AnyObjectCR, AnyObjectUR> AnyObjectServiceImpl.getAnyLogic()
protected AbstractAnyLogic
<GroupTO, GroupCR, GroupUR> GroupServiceImpl.getAnyLogic()
protected AbstractAnyLogic
<UserTO, UserCR, UserUR> UserServiceImpl.getAnyLogic()