Package com.adobe.fd.fp.util
Class DataBaseService
- java.lang.Object
-
- com.adobe.fd.fp.util.DataBaseService
-
public abstract class DataBaseService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DataBaseService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
deleteAttachment(java.lang.String attachmentID)
byte[]
getAttachment(java.lang.String attachmentID)
-
-
-
Method Detail
-
deleteAttachment
public boolean deleteAttachment(java.lang.String attachmentID) throws FormsPortalException
- Throws:
FormsPortalException
-
getAttachment
public byte[] getAttachment(java.lang.String attachmentID) throws FormsPortalException
- Throws:
FormsPortalException
-
-