Uses of Class
org.apache.syncope.core.logic.AbstractAnyLogic
-
Packages that use AbstractAnyLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf.service -
-
Uses of AbstractAnyLogic in org.apache.syncope.core.logic
Subclasses of AbstractAnyLogic in org.apache.syncope.core.logic Modifier and Type Class Description class
AnyObjectLogic
Note that this controller does not extendAbstractTransactionalLogic
, hence does not provide any Spring's Transactional logic at class level.class
GroupLogic
Note that this controller does not extendAbstractTransactionalLogic
, hence does not provide any Spring's Transactional logic at class level.class
UserLogic
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 AbstractAnyLogic Modifier and Type Method Description protected 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()
-