Package org.apache.syncope.core.logic
Class FIQLQueryLogic
java.lang.Object
org.apache.syncope.core.logic.AbstractLogic<FIQLQueryTO>
org.apache.syncope.core.logic.AbstractTransactionalLogic<FIQLQueryTO>
org.apache.syncope.core.logic.FIQLQueryLogic
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final FIQLQueryDataBinderprotected final FIQLQueryDAOprotected final SecurityPropertiesprotected final UserDAOFields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG -
Constructor Summary
ConstructorsConstructorDescriptionFIQLQueryLogic(FIQLQueryDataBinder binder, FIQLQueryDAO fiqlQueryDAO, UserDAO userDAO, SecurityProperties securityProperties) -
Method Summary
Modifier and TypeMethodDescriptioncreate(FIQLQueryTO fiqlQueryTO) protected FIQLQueryTOresolveReference(Method method, Object... args) protected voidsecurityChecks(String owner) protected booleanskip()update(FIQLQueryTO fiqlQueryTO) Methods inherited from class org.apache.syncope.core.logic.AbstractLogic
resolveBeanReference
-
Field Details
-
binder
-
fiqlQueryDAO
-
userDAO
-
securityProperties
-
-
Constructor Details
-
FIQLQueryLogic
public FIQLQueryLogic(FIQLQueryDataBinder binder, FIQLQueryDAO fiqlQueryDAO, UserDAO userDAO, SecurityProperties securityProperties)
-
-
Method Details
-
skip
protected boolean skip() -
securityChecks
-
read
@PreAuthorize("isAuthenticated()") @Transactional(readOnly=true) public FIQLQueryTO read(String key) -
list
@PreAuthorize("isAuthenticated()") @Transactional(readOnly=true) public List<FIQLQueryTO> list(String target) -
create
-
update
-
delete
-
resolveReference
protected FIQLQueryTO resolveReference(Method method, Object... args) throws UnresolvedReferenceException - Specified by:
resolveReferencein classAbstractLogic<FIQLQueryTO>- Throws:
UnresolvedReferenceException
-