Uses of Class
org.apache.syncope.core.logic.AbstractAnyLogic
Packages that use AbstractAnyLogic
-
Uses of AbstractAnyLogic in org.apache.syncope.core.logic
Subclasses of AbstractAnyLogic in org.apache.syncope.core.logicModifier 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
Methods in org.apache.syncope.core.rest.cxf.service that return AbstractAnyLogicModifier 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()