public class ContactVolume
extends java.lang.Object
| Constructor and Description |
|---|
ContactVolume() |
| Modifier and Type | Method and Description |
|---|---|
static ContactNote |
createContactAttachment(MutableDataSource mds,
Contact contact,
DBFile file) |
static void |
deleteContactAttachment(MutableDataSource mds,
Contact contact,
DBFile file) |
static void |
deleteContactNote(MutableDataSource mds,
Contact contact,
DBFile file) |
static ContactNote |
getContactAttachment(MutableDataSource mds,
Contact contact,
DBFile file) |
static DBFile |
getContactFileByName(MutableDataSource mds,
Contact contact,
java.lang.String fileName) |
static DBResult<Contact> |
getContacts(MutableDataSource mds,
java.lang.String className) |
static DBFolder |
getDefaultFolder(Contact contact,
MutableDataSource mds) |
static void |
renameContactAttachment(Contact contact,
DBFile file,
java.lang.String toName,
MutableDataSource mds) |
public static DBResult<Contact> getContacts(MutableDataSource mds, java.lang.String className) throws java.lang.Exception
java.lang.Exceptionpublic static void renameContactAttachment(Contact contact, DBFile file, java.lang.String toName, MutableDataSource mds) throws java.lang.Exception
java.lang.Exceptionpublic static ContactNote createContactAttachment(MutableDataSource mds, Contact contact, DBFile file) throws java.lang.Exception
java.lang.Exceptionpublic static ContactNote getContactAttachment(MutableDataSource mds, Contact contact, DBFile file) throws java.lang.Exception
java.lang.Exceptionpublic static void deleteContactAttachment(MutableDataSource mds, Contact contact, DBFile file) throws java.lang.Exception
java.lang.Exceptionpublic static void deleteContactNote(MutableDataSource mds, Contact contact, DBFile file) throws java.lang.Exception
java.lang.Exceptionpublic static DBFile getContactFileByName(MutableDataSource mds, Contact contact, java.lang.String fileName) throws java.lang.Exception
java.lang.Exceptionpublic static DBFolder getDefaultFolder(Contact contact, MutableDataSource mds) throws java.lang.Exception
java.lang.ExceptionstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.