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 org.apache.syncope.ext.scimv2.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 classAnyObjectLogicNote that this controller does not extendAbstractTransactionalLogic, hence does not provide any Spring's Transactional logic at class level.classGroupLogicNote that this controller does not extendAbstractTransactionalLogic, hence does not provide any Spring's Transactional logic at class level.classUserLogicNote 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() -
Uses of AbstractAnyLogic in org.apache.syncope.ext.scimv2.cxf.service
Methods in org.apache.syncope.ext.scimv2.cxf.service that return AbstractAnyLogic Modifier and Type Method Description protected AbstractAnyLogic<?,?,?>AbstractSCIMService. anyLogic(String type)
-