public class FailStorageAdapter extends BaseStorageAdapter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STORAGE_TYPE |
| Constructor and Description |
|---|
FailStorageAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
doCreate(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext) |
protected void |
doDeleteByClass(long classPK) |
protected void |
doDeleteByDDMStructure(long ddmStructureId) |
protected DDMFormValues |
doGetDDMFormValues(long classPK) |
protected void |
doUpdate(long classPK,
DDMFormValues ddmFormValues,
ServiceContext serviceContext) |
java.lang.String |
getStorageType() |
create, deleteByClass, deleteByDDMStructure, getDDMFormValues, transformDDMFormValues, updatepublic static final java.lang.String STORAGE_TYPE
public java.lang.String getStorageType()
protected long doCreate(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
throws java.lang.Exception
doCreate in class BaseStorageAdapterjava.lang.Exceptionprotected void doDeleteByClass(long classPK)
throws java.lang.Exception
doDeleteByClass in class BaseStorageAdapterjava.lang.Exceptionprotected void doDeleteByDDMStructure(long ddmStructureId)
throws java.lang.Exception
doDeleteByDDMStructure in class BaseStorageAdapterjava.lang.Exceptionprotected DDMFormValues doGetDDMFormValues(long classPK) throws java.lang.Exception
doGetDDMFormValues in class BaseStorageAdapterjava.lang.Exceptionprotected void doUpdate(long classPK,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
throws java.lang.Exception
doUpdate in class BaseStorageAdapterjava.lang.Exception