Package org.cxbox.core.crudma
Class AnySourceCrudmaGateway
java.lang.Object
org.cxbox.core.crudma.CrudmaGateway
org.cxbox.core.crudma.AnySourceCrudmaGateway
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAnySourceCrudmaGateway(CrudmaFactory crudmaFactory, ResponseFactory respFactory, List<CrudmaGatewayInvokeExtensionProvider> extensionProviders) -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines whether to perform an action in a read-only transactionMethods inherited from class org.cxbox.core.crudma.CrudmaGateway
associate, count, create, delete, get, getAll, getMeta, getMetaEmpty, invokeAction, preview, update
-
Field Details
-
respFactory
-
-
Constructor Details
-
AnySourceCrudmaGateway
public AnySourceCrudmaGateway(CrudmaFactory crudmaFactory, ResponseFactory respFactory, List<CrudmaGatewayInvokeExtensionProvider> extensionProviders)
-
-
Method Details
-
isReadOnly
Determines whether to perform an action in a read-only transaction- Overrides:
isReadOnlyin classCrudmaGateway- Parameters:
action- is current request action- Returns:
- should read only transaction begins
-