| java.lang.Object org.ofbiz.content.data.DataServices
DataServices | public class DataServices (Code) | | DataServices Class
author: Al Byers version: $Revision: 1.11 $ since: 3.0 |
Method Summary | |
public static Map | createDataResource(DispatchContext dctx, Map context) A service wrapper for the createDataResourceMethod method. | public static Map | createDataResourceAndText(DispatchContext dctx, Map context) A top-level service for creating a DataResource and ElectronicText together. | public static Map | createDataResourceMethod(DispatchContext dctx, Map context) | public static Map | createElectronicText(DispatchContext dctx, Map context) A service wrapper for the createElectronicTextMethod method. | public static Map | createElectronicTextMethod(DispatchContext dctx, Map context) | public static Map | createFile(DispatchContext dctx, Map context) A service wrapper for the createFileMethod method. | public static Map | createFileMethod(DispatchContext dctx, Map context) | public static Map | createImage(DispatchContext dctx, Map context) A service wrapper for the createImageMethod method. | public static Map | createImageMethod(DispatchContext dctx, Map context) | public static void | renderDataResourceAsText(DispatchContext dctx, Map context) | public static Map | updateDataResource(DispatchContext dctx, Map context) A service wrapper for the updateDataResourceMethod method. | public static Map | updateDataResourceAndText(DispatchContext dctx, Map context) A top-level service for updating a DataResource and ElectronicText together. | public static Map | updateDataResourceMethod(DispatchContext dctx, Map context) | public static Map | updateElectronicText(DispatchContext dctx, Map context) A service wrapper for the updateElectronicTextMethod method. | public static Map | updateElectronicTextMethod(DispatchContext dctx, Map context) | public static Map | updateFile(DispatchContext dctx, Map context) A service wrapper for the updateFileMethod method. | public static Map | updateFileMethod(DispatchContext dctx, Map context) | public static Map | updateImage(DispatchContext dctx, Map context) A service wrapper for the updateImageMethod method. | public static Map | updateImageMethod(DispatchContext dctx, Map context) |
createDataResource | public static Map createDataResource(DispatchContext dctx, Map context)(Code) | | A service wrapper for the createDataResourceMethod method. Forces permissions to be checked.
|
createDataResourceAndText | public static Map createDataResourceAndText(DispatchContext dctx, Map context)(Code) | | A top-level service for creating a DataResource and ElectronicText together.
|
createElectronicText | public static Map createElectronicText(DispatchContext dctx, Map context)(Code) | | A service wrapper for the createElectronicTextMethod method. Forces permissions to be checked.
|
createFile | public static Map createFile(DispatchContext dctx, Map context)(Code) | | A service wrapper for the createFileMethod method. Forces permissions to be checked.
|
createImage | public static Map createImage(DispatchContext dctx, Map context)(Code) | | A service wrapper for the createImageMethod method. Forces permissions to be checked.
|
updateDataResource | public static Map updateDataResource(DispatchContext dctx, Map context)(Code) | | A service wrapper for the updateDataResourceMethod method. Forces permissions to be checked.
|
updateDataResourceAndText | public static Map updateDataResourceAndText(DispatchContext dctx, Map context)(Code) | | A top-level service for updating a DataResource and ElectronicText together.
|
updateElectronicText | public static Map updateElectronicText(DispatchContext dctx, Map context)(Code) | | A service wrapper for the updateElectronicTextMethod method. Forces permissions to be checked.
|
updateFile | public static Map updateFile(DispatchContext dctx, Map context)(Code) | | A service wrapper for the updateFileMethod method. Forces permissions to be checked.
|
updateImage | public static Map updateImage(DispatchContext dctx, Map context)(Code) | | A service wrapper for the updateImageMethod method. Forces permissions to be checked.
|
|
|