Package | Description |
---|---|
org.apache.syncope.core.logic | |
org.apache.syncope.core.rest.cxf.service |
Modifier and Type | Class and Description |
---|---|
class |
AnyObjectLogic
Note that this controller does not extend
AbstractTransactionalLogic , hence does not provide any
Spring's Transactional logic at class level. |
class |
GroupLogic
Note that this controller does not extend
AbstractTransactionalLogic , hence does not provide any
Spring's Transactional logic at class level. |
class |
UserLogic
Note that this controller does not extend
AbstractTransactionalLogic , hence does not provide any
Spring's Transactional logic at class level. |
Modifier and Type | Method and Description |
---|---|
protected AbstractAnyLogic<AnyObjectTO,AnyObjectPatch> |
AnyObjectServiceImpl.getAnyLogic() |
protected abstract AbstractAnyLogic<TO,P> |
AbstractAnyService.getAnyLogic() |
protected AbstractAnyLogic<UserTO,UserPatch> |
UserServiceImpl.getAnyLogic() |
protected AbstractAnyLogic<GroupTO,GroupPatch> |
GroupServiceImpl.getAnyLogic() |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.