com.liferay.portlet.dynamicdatamapping.storage
Class JSONStorageAdapter
java.lang.Object
com.liferay.portlet.dynamicdatamapping.storage.BaseStorageAdapter
com.liferay.portlet.dynamicdatamapping.storage.JSONStorageAdapter
- All Implemented Interfaces:
- StorageAdapter
public class JSONStorageAdapter
- extends BaseStorageAdapter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONStorageAdapter
public JSONStorageAdapter()
doCreate
public long doCreate(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
throws Exception
- Specified by:
doCreate in class BaseStorageAdapter
- Throws:
Exception
doUpdate
public void doUpdate(long classPK,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
throws Exception
- Specified by:
doUpdate in class BaseStorageAdapter
- Throws:
Exception
getStorageType
public String getStorageType()
doDeleteByClass
protected void doDeleteByClass(long classPK)
throws Exception
- Specified by:
doDeleteByClass in class BaseStorageAdapter
- Throws:
Exception
doDeleteByDDMStructure
protected void doDeleteByDDMStructure(long ddmStructureId)
throws Exception
- Specified by:
doDeleteByDDMStructure in class BaseStorageAdapter
- Throws:
Exception
doGetDDMFormValues
protected DDMFormValues doGetDDMFormValues(long classPK)
throws Exception
- Specified by:
doGetDDMFormValues in class BaseStorageAdapter
- Throws:
Exception