Uses of Class
org.apache.syncope.core.logic.AnyTypeClassLogic
-
Packages that use AnyTypeClassLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of AnyTypeClassLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AnyTypeClassLogic Modifier and Type Method Description AnyTypeClassLogicIdRepoLogicContext. anyTypeClassLogic(AnyTypeClassDataBinder binder, AnyTypeClassDAO anyTypeClassDAO) -
Uses of AnyTypeClassLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type AnyTypeClassLogic Modifier and Type Method Description AnyTypeClassServiceIdRepoRESTCXFContext. anyTypeClassService(AnyTypeClassLogic anyTypeClassLogic) -
Uses of AnyTypeClassLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as AnyTypeClassLogic Modifier and Type Field Description protected AnyTypeClassLogicAnyTypeClassServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type AnyTypeClassLogic Constructor Description AnyTypeClassServiceImpl(AnyTypeClassLogic logic)
-