public class AttachmentManager extends Object
| Modifier and Type | Method and Description | 
|---|---|
static XmlAttachment | 
create(Attachment attachment,
      Long logId)  | 
static XmlAttachments | 
findAll(Long logId)  | 
static List<Long> | 
findAll(String searchTerm)  | 
static Attachment | 
findAttachment(String filePath,
              String fileName)  | 
static void | 
remove(String fileName,
      Long logId)  | 
public static List<Long> findAll(String searchTerm) throws OlogException
OlogExceptionpublic static XmlAttachments findAll(Long logId) throws OlogException
OlogExceptionpublic static Attachment findAttachment(String filePath, String fileName) throws OlogException
OlogExceptionpublic static XmlAttachment create(Attachment attachment, Long logId) throws OlogException
OlogExceptionpublic static void remove(String fileName, Long logId) throws OlogException
OlogExceptionCopyright © 2010-2014 Michigan State University. All Rights Reserved.