public final class AddressBook
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddressBook.Block_ABAddressBookRequestAccessWithCompletion |
static interface |
AddressBook.Function_ABAddressBookRegisterExternalChangeCallback |
static interface |
AddressBook.Function_ABAddressBookUnregisterExternalChangeCallback |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ABAddressBookAddRecord(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
org.moe.natj.general.ptr.ConstVoidPtr record,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
Deprecated.
|
static CFArrayRef |
ABAddressBookCopyArrayOfAllGroups(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.
|
static CFArrayRef |
ABAddressBookCopyArrayOfAllGroupsInSource(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
org.moe.natj.general.ptr.ConstVoidPtr source)
Deprecated.
|
static CFArrayRef |
ABAddressBookCopyArrayOfAllPeople(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.
|
static CFArrayRef |
ABAddressBookCopyArrayOfAllPeopleInSource(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
org.moe.natj.general.ptr.ConstVoidPtr source)
Deprecated.
|
static CFArrayRef |
ABAddressBookCopyArrayOfAllPeopleInSourceWithSortOrdering(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
org.moe.natj.general.ptr.ConstVoidPtr source,
int sortOrdering)
Deprecated.
|
static CFArrayRef |
ABAddressBookCopyArrayOfAllSources(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABAddressBookCopyDefaultSource(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.
|
static CFStringRef |
ABAddressBookCopyLocalizedLabel(CFStringRef label)
Deprecated.
|
static CFArrayRef |
ABAddressBookCopyPeopleWithName(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
CFStringRef name)
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABAddressBookCreate()
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABAddressBookCreateWithOptions(CFDictionaryRef options,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
Deprecated.
|
static CFStringRef |
ABAddressBookErrorDomain()
Deprecated.
|
static long |
ABAddressBookGetAuthorizationStatus()
Deprecated.
|
static long |
ABAddressBookGetGroupCount(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABAddressBookGetGroupWithRecordID(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
int recordID)
Deprecated.
|
static long |
ABAddressBookGetPersonCount(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABAddressBookGetPersonWithRecordID(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
int recordID)
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABAddressBookGetSourceWithRecordID(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
int sourceID)
Deprecated.
|
static boolean |
ABAddressBookHasUnsavedChanges(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.
|
static void |
ABAddressBookRegisterExternalChangeCallback(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
AddressBook.Function_ABAddressBookRegisterExternalChangeCallback callback,
org.moe.natj.general.ptr.VoidPtr context)
Deprecated.
|
static boolean |
ABAddressBookRemoveRecord(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
org.moe.natj.general.ptr.ConstVoidPtr record,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
Deprecated.
|
static void |
ABAddressBookRequestAccessWithCompletion(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
AddressBook.Block_ABAddressBookRequestAccessWithCompletion completion)
Deprecated.
|
static void |
ABAddressBookRevert(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.
|
static boolean |
ABAddressBookSave(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
Deprecated.
|
static void |
ABAddressBookUnregisterExternalChangeCallback(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
AddressBook.Function_ABAddressBookUnregisterExternalChangeCallback callback,
org.moe.natj.general.ptr.VoidPtr context)
Deprecated.
|
static boolean |
ABGroupAddMember(org.moe.natj.general.ptr.ConstVoidPtr group,
org.moe.natj.general.ptr.ConstVoidPtr person,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
Deprecated.
|
static CFArrayRef |
ABGroupCopyArrayOfAllMembers(org.moe.natj.general.ptr.ConstVoidPtr group)
Deprecated.
|
static CFArrayRef |
ABGroupCopyArrayOfAllMembersWithSortOrdering(org.moe.natj.general.ptr.ConstVoidPtr group,
int sortOrdering)
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABGroupCopySource(org.moe.natj.general.ptr.ConstVoidPtr group)
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABGroupCreate()
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABGroupCreateInSource(org.moe.natj.general.ptr.ConstVoidPtr source)
Deprecated.
|
static boolean |
ABGroupRemoveMember(org.moe.natj.general.ptr.ConstVoidPtr group,
org.moe.natj.general.ptr.ConstVoidPtr member,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
Deprecated.
|
static boolean |
ABMultiValueAddValueAndLabel(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
org.moe.natj.general.ptr.ConstVoidPtr value,
CFStringRef label,
org.moe.natj.general.ptr.IntPtr outIdentifier)
Deprecated.
|
static CFArrayRef |
ABMultiValueCopyArrayOfAllValues(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
Deprecated.
|
static CFStringRef |
ABMultiValueCopyLabelAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
long index)
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABMultiValueCopyValueAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
long index)
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABMultiValueCreateMutable(int type)
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABMultiValueCreateMutableCopy(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
Deprecated.
|
static long |
ABMultiValueGetCount(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
Deprecated.
|
static long |
ABMultiValueGetFirstIndexOfValue(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
org.moe.natj.general.ptr.ConstVoidPtr value)
Deprecated.
|
static int |
ABMultiValueGetIdentifierAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
long index)
Deprecated.
|
static long |
ABMultiValueGetIndexForIdentifier(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
int identifier)
Deprecated.
|
static int |
ABMultiValueGetPropertyType(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
Deprecated.
|
static boolean |
ABMultiValueInsertValueAndLabelAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
org.moe.natj.general.ptr.ConstVoidPtr value,
CFStringRef label,
long index,
org.moe.natj.general.ptr.IntPtr outIdentifier)
Deprecated.
|
static boolean |
ABMultiValueRemoveValueAndLabelAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
long index)
Deprecated.
|
static boolean |
ABMultiValueReplaceLabelAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
CFStringRef label,
long index)
Deprecated.
|
static boolean |
ABMultiValueReplaceValueAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
org.moe.natj.general.ptr.ConstVoidPtr value,
long index)
Deprecated.
|
static long |
ABPersonComparePeopleByName(org.moe.natj.general.ptr.ConstVoidPtr person1,
org.moe.natj.general.ptr.ConstVoidPtr person2,
int ordering)
Deprecated.
|
static CFArrayRef |
ABPersonCopyArrayOfAllLinkedPeople(org.moe.natj.general.ptr.ConstVoidPtr person)
Deprecated.
|
static CFStringRef |
ABPersonCopyCompositeNameDelimiterForRecord(org.moe.natj.general.ptr.ConstVoidPtr record)
Deprecated.
|
static CFDataRef |
ABPersonCopyImageData(org.moe.natj.general.ptr.ConstVoidPtr person)
Deprecated.
|
static CFDataRef |
ABPersonCopyImageDataWithFormat(org.moe.natj.general.ptr.ConstVoidPtr person,
int format)
Deprecated.
|
static CFStringRef |
ABPersonCopyLocalizedPropertyName(int property)
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABPersonCopySource(org.moe.natj.general.ptr.ConstVoidPtr person)
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABPersonCreate()
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABPersonCreateInSource(org.moe.natj.general.ptr.ConstVoidPtr source)
Deprecated.
|
static CFArrayRef |
ABPersonCreatePeopleInSourceWithVCardRepresentation(org.moe.natj.general.ptr.ConstVoidPtr source,
CFDataRef vCardData)
Deprecated.
|
static CFDataRef |
ABPersonCreateVCardRepresentationWithPeople(CFArrayRef people)
Deprecated.
|
static int |
ABPersonGetCompositeNameFormat()
Deprecated.
|
static int |
ABPersonGetCompositeNameFormatForRecord(org.moe.natj.general.ptr.ConstVoidPtr record)
Deprecated.
|
static int |
ABPersonGetSortOrdering()
Deprecated.
|
static int |
ABPersonGetTypeOfProperty(int property)
Deprecated.
|
static boolean |
ABPersonHasImageData(org.moe.natj.general.ptr.ConstVoidPtr person)
Deprecated.
|
static boolean |
ABPersonRemoveImageData(org.moe.natj.general.ptr.ConstVoidPtr person,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
Deprecated.
|
static boolean |
ABPersonSetImageData(org.moe.natj.general.ptr.ConstVoidPtr person,
CFDataRef imageData,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
Deprecated.
|
static CFStringRef |
ABRecordCopyCompositeName(org.moe.natj.general.ptr.ConstVoidPtr record)
Deprecated.
|
static org.moe.natj.general.ptr.ConstVoidPtr |
ABRecordCopyValue(org.moe.natj.general.ptr.ConstVoidPtr record,
int property)
Deprecated.
|
static int |
ABRecordGetRecordID(org.moe.natj.general.ptr.ConstVoidPtr record)
Deprecated.
|
static int |
ABRecordGetRecordType(org.moe.natj.general.ptr.ConstVoidPtr record)
Deprecated.
|
static boolean |
ABRecordRemoveValue(org.moe.natj.general.ptr.ConstVoidPtr record,
int property,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
Deprecated.
|
static boolean |
ABRecordSetValue(org.moe.natj.general.ptr.ConstVoidPtr record,
int property,
org.moe.natj.general.ptr.ConstVoidPtr value,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
Deprecated.
|
static int |
kABGroupNameProperty()
Deprecated.
|
static CFStringRef |
kABHomeLabel()
Deprecated.
|
static CFStringRef |
kABOtherLabel()
Deprecated.
|
static CFStringRef |
kABPersonAddressCityKey()
Deprecated.
|
static CFStringRef |
kABPersonAddressCountryCodeKey()
Deprecated.
|
static CFStringRef |
kABPersonAddressCountryKey()
Deprecated.
|
static int |
kABPersonAddressProperty()
Deprecated.
|
static CFStringRef |
kABPersonAddressStateKey()
Deprecated.
|
static CFStringRef |
kABPersonAddressStreetKey()
Deprecated.
|
static CFStringRef |
kABPersonAddressZIPKey()
Deprecated.
|
static CFStringRef |
kABPersonAlternateBirthdayCalendarIdentifierKey()
Deprecated.
|
static CFStringRef |
kABPersonAlternateBirthdayDayKey()
Deprecated.
|
static CFStringRef |
kABPersonAlternateBirthdayEraKey()
Deprecated.
|
static CFStringRef |
kABPersonAlternateBirthdayIsLeapMonthKey()
Deprecated.
|
static CFStringRef |
kABPersonAlternateBirthdayMonthKey()
Deprecated.
|
static int |
kABPersonAlternateBirthdayProperty()
Deprecated.
|
static CFStringRef |
kABPersonAlternateBirthdayYearKey()
Deprecated.
|
static CFStringRef |
kABPersonAnniversaryLabel()
Deprecated.
|
static CFStringRef |
kABPersonAssistantLabel()
Deprecated.
|
static int |
kABPersonBirthdayProperty()
Deprecated.
|
static CFStringRef |
kABPersonBrotherLabel()
Deprecated.
|
static CFStringRef |
kABPersonChildLabel()
Deprecated.
|
static int |
kABPersonCreationDateProperty()
Deprecated.
|
static int |
kABPersonDateProperty()
Deprecated.
|
static int |
kABPersonDepartmentProperty()
Deprecated.
|
static int |
kABPersonEmailProperty()
Deprecated.
|
static CFStringRef |
kABPersonFatherLabel()
Deprecated.
|
static int |
kABPersonFirstNamePhoneticProperty()
Deprecated.
|
static int |
kABPersonFirstNameProperty()
Deprecated.
|
static CFStringRef |
kABPersonFriendLabel()
Deprecated.
|
static CFStringRef |
kABPersonHomePageLabel()
Deprecated.
|
static int |
kABPersonInstantMessageProperty()
Deprecated.
|
static CFStringRef |
kABPersonInstantMessageServiceAIM()
Deprecated.
|
static CFStringRef |
kABPersonInstantMessageServiceFacebook()
Deprecated.
|
static CFStringRef |
kABPersonInstantMessageServiceGaduGadu()
Deprecated.
|
static CFStringRef |
kABPersonInstantMessageServiceGoogleTalk()
Deprecated.
|
static CFStringRef |
kABPersonInstantMessageServiceICQ()
Deprecated.
|
static CFStringRef |
kABPersonInstantMessageServiceJabber()
Deprecated.
|
static CFStringRef |
kABPersonInstantMessageServiceKey()
Deprecated.
|
static CFStringRef |
kABPersonInstantMessageServiceMSN()
Deprecated.
|
static CFStringRef |
kABPersonInstantMessageServiceQQ()
Deprecated.
|
static CFStringRef |
kABPersonInstantMessageServiceSkype()
Deprecated.
|
static CFStringRef |
kABPersonInstantMessageServiceYahoo()
Deprecated.
|
static CFStringRef |
kABPersonInstantMessageUsernameKey()
Deprecated.
|
static int |
kABPersonJobTitleProperty()
Deprecated.
|
static CFNumberRef |
kABPersonKindOrganization()
Deprecated.
|
static CFNumberRef |
kABPersonKindPerson()
Deprecated.
|
static int |
kABPersonKindProperty()
Deprecated.
|
static int |
kABPersonLastNamePhoneticProperty()
Deprecated.
|
static int |
kABPersonLastNameProperty()
Deprecated.
|
static CFStringRef |
kABPersonManagerLabel()
Deprecated.
|
static int |
kABPersonMiddleNamePhoneticProperty()
Deprecated.
|
static int |
kABPersonMiddleNameProperty()
Deprecated.
|
static int |
kABPersonModificationDateProperty()
Deprecated.
|
static CFStringRef |
kABPersonMotherLabel()
Deprecated.
|
static int |
kABPersonNicknameProperty()
Deprecated.
|
static int |
kABPersonNoteProperty()
Deprecated.
|
static int |
kABPersonOrganizationProperty()
Deprecated.
|
static CFStringRef |
kABPersonParentLabel()
Deprecated.
|
static CFStringRef |
kABPersonPartnerLabel()
Deprecated.
|
static CFStringRef |
kABPersonPhoneHomeFAXLabel()
Deprecated.
|
static CFStringRef |
kABPersonPhoneIPhoneLabel()
Deprecated.
|
static CFStringRef |
kABPersonPhoneMainLabel()
Deprecated.
|
static CFStringRef |
kABPersonPhoneMobileLabel()
Deprecated.
|
static CFStringRef |
kABPersonPhoneOtherFAXLabel()
Deprecated.
|
static CFStringRef |
kABPersonPhonePagerLabel()
Deprecated.
|
static int |
kABPersonPhoneProperty()
Deprecated.
|
static CFStringRef |
kABPersonPhoneWorkFAXLabel()
Deprecated.
|
static int |
kABPersonPrefixProperty()
Deprecated.
|
static int |
kABPersonRelatedNamesProperty()
Deprecated.
|
static CFStringRef |
kABPersonSisterLabel()
Deprecated.
|
static int |
kABPersonSocialProfileProperty()
Deprecated.
|
static CFStringRef |
kABPersonSocialProfileServiceFacebook()
Deprecated.
|
static CFStringRef |
kABPersonSocialProfileServiceFlickr()
Deprecated.
|
static CFStringRef |
kABPersonSocialProfileServiceGameCenter()
Deprecated.
|
static CFStringRef |
kABPersonSocialProfileServiceKey()
Deprecated.
|
static CFStringRef |
kABPersonSocialProfileServiceLinkedIn()
Deprecated.
|
static CFStringRef |
kABPersonSocialProfileServiceMyspace()
Deprecated.
|
static CFStringRef |
kABPersonSocialProfileServiceSinaWeibo()
Deprecated.
|
static CFStringRef |
kABPersonSocialProfileServiceTwitter()
Deprecated.
|
static CFStringRef |
kABPersonSocialProfileURLKey()
Deprecated.
|
static CFStringRef |
kABPersonSocialProfileUserIdentifierKey()
Deprecated.
|
static CFStringRef |
kABPersonSocialProfileUsernameKey()
Deprecated.
|
static CFStringRef |
kABPersonSpouseLabel()
Deprecated.
|
static int |
kABPersonSuffixProperty()
Deprecated.
|
static int |
kABPersonURLProperty()
Deprecated.
|
static int |
kABSourceNameProperty()
Deprecated.
|
static int |
kABSourceTypeProperty()
Deprecated.
|
static CFStringRef |
kABWorkLabel()
Deprecated.
|
@Deprecated public static int ABRecordGetRecordID(org.moe.natj.general.ptr.ConstVoidPtr record)
@Deprecated public static int ABRecordGetRecordType(org.moe.natj.general.ptr.ConstVoidPtr record)
@Deprecated
public static org.moe.natj.general.ptr.ConstVoidPtr ABRecordCopyValue(org.moe.natj.general.ptr.ConstVoidPtr record,
int property)
@Deprecated
public static boolean ABRecordSetValue(org.moe.natj.general.ptr.ConstVoidPtr record,
int property,
org.moe.natj.general.ptr.ConstVoidPtr value,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
@Deprecated
public static boolean ABRecordRemoveValue(org.moe.natj.general.ptr.ConstVoidPtr record,
int property,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
@Deprecated public static CFStringRef ABRecordCopyCompositeName(org.moe.natj.general.ptr.ConstVoidPtr record)
@Deprecated public static long ABAddressBookGetAuthorizationStatus()
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookCreateWithOptions(CFDictionaryRef options, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookCreate()
@Deprecated
public static void ABAddressBookRequestAccessWithCompletion(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
AddressBook.Block_ABAddressBookRequestAccessWithCompletion completion)
@Deprecated
public static boolean ABAddressBookSave(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
@Deprecated public static boolean ABAddressBookHasUnsavedChanges(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
@Deprecated
public static boolean ABAddressBookAddRecord(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
org.moe.natj.general.ptr.ConstVoidPtr record,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
@Deprecated
public static boolean ABAddressBookRemoveRecord(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
org.moe.natj.general.ptr.ConstVoidPtr record,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
@Deprecated public static CFStringRef ABAddressBookCopyLocalizedLabel(CFStringRef label)
@Deprecated
public static void ABAddressBookRegisterExternalChangeCallback(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
AddressBook.Function_ABAddressBookRegisterExternalChangeCallback callback,
org.moe.natj.general.ptr.VoidPtr context)
@Deprecated
public static void ABAddressBookUnregisterExternalChangeCallback(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
AddressBook.Function_ABAddressBookUnregisterExternalChangeCallback callback,
org.moe.natj.general.ptr.VoidPtr context)
@Deprecated public static void ABAddressBookRevert(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookCopyDefaultSource(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
@Deprecated
public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookGetSourceWithRecordID(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
int sourceID)
@Deprecated public static CFArrayRef ABAddressBookCopyArrayOfAllSources(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABPersonCreate()
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABPersonCreateInSource(org.moe.natj.general.ptr.ConstVoidPtr source)
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABPersonCopySource(org.moe.natj.general.ptr.ConstVoidPtr person)
@Deprecated public static CFArrayRef ABPersonCopyArrayOfAllLinkedPeople(org.moe.natj.general.ptr.ConstVoidPtr person)
@Deprecated public static int ABPersonGetTypeOfProperty(int property)
@Deprecated public static CFStringRef ABPersonCopyLocalizedPropertyName(int property)
@Deprecated public static int ABPersonGetSortOrdering()
@Deprecated public static int ABPersonGetCompositeNameFormat()
@Deprecated public static int ABPersonGetCompositeNameFormatForRecord(org.moe.natj.general.ptr.ConstVoidPtr record)
@Deprecated public static CFStringRef ABPersonCopyCompositeNameDelimiterForRecord(org.moe.natj.general.ptr.ConstVoidPtr record)
@Deprecated
public static boolean ABPersonSetImageData(org.moe.natj.general.ptr.ConstVoidPtr person,
CFDataRef imageData,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
@Deprecated public static CFDataRef ABPersonCopyImageData(org.moe.natj.general.ptr.ConstVoidPtr person)
@Deprecated public static CFDataRef ABPersonCopyImageDataWithFormat(org.moe.natj.general.ptr.ConstVoidPtr person, int format)
@Deprecated public static boolean ABPersonHasImageData(org.moe.natj.general.ptr.ConstVoidPtr person)
@Deprecated
public static boolean ABPersonRemoveImageData(org.moe.natj.general.ptr.ConstVoidPtr person,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
@Deprecated
public static long ABPersonComparePeopleByName(org.moe.natj.general.ptr.ConstVoidPtr person1,
org.moe.natj.general.ptr.ConstVoidPtr person2,
int ordering)
@Deprecated public static long ABAddressBookGetPersonCount(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
@Deprecated
public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookGetPersonWithRecordID(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
int recordID)
@Deprecated public static CFArrayRef ABAddressBookCopyArrayOfAllPeople(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
@Deprecated public static CFArrayRef ABAddressBookCopyArrayOfAllPeopleInSource(org.moe.natj.general.ptr.ConstVoidPtr addressBook, org.moe.natj.general.ptr.ConstVoidPtr source)
@Deprecated public static CFArrayRef ABAddressBookCopyArrayOfAllPeopleInSourceWithSortOrdering(org.moe.natj.general.ptr.ConstVoidPtr addressBook, org.moe.natj.general.ptr.ConstVoidPtr source, int sortOrdering)
@Deprecated public static CFArrayRef ABAddressBookCopyPeopleWithName(org.moe.natj.general.ptr.ConstVoidPtr addressBook, CFStringRef name)
@Deprecated public static CFArrayRef ABPersonCreatePeopleInSourceWithVCardRepresentation(org.moe.natj.general.ptr.ConstVoidPtr source, CFDataRef vCardData)
@Deprecated public static CFDataRef ABPersonCreateVCardRepresentationWithPeople(CFArrayRef people)
@Deprecated public static CFStringRef ABAddressBookErrorDomain()
@Deprecated public static int kABSourceNameProperty()
@Deprecated public static int kABSourceTypeProperty()
@Deprecated public static CFStringRef kABWorkLabel()
@Deprecated public static CFStringRef kABHomeLabel()
@Deprecated public static CFStringRef kABOtherLabel()
@Deprecated public static int kABPersonFirstNameProperty()
@Deprecated public static int kABPersonLastNameProperty()
@Deprecated public static int kABPersonMiddleNameProperty()
@Deprecated public static int kABPersonPrefixProperty()
@Deprecated public static int kABPersonSuffixProperty()
@Deprecated public static int kABPersonNicknameProperty()
@Deprecated public static int kABPersonFirstNamePhoneticProperty()
@Deprecated public static int kABPersonLastNamePhoneticProperty()
@Deprecated public static int kABPersonMiddleNamePhoneticProperty()
@Deprecated public static int kABPersonOrganizationProperty()
@Deprecated public static int kABPersonDepartmentProperty()
@Deprecated public static int kABPersonJobTitleProperty()
@Deprecated public static int kABPersonEmailProperty()
@Deprecated public static int kABPersonBirthdayProperty()
@Deprecated public static int kABPersonNoteProperty()
@Deprecated public static int kABPersonCreationDateProperty()
@Deprecated public static int kABPersonModificationDateProperty()
@Deprecated public static int kABPersonAddressProperty()
@Deprecated public static CFStringRef kABPersonAddressStreetKey()
@Deprecated public static CFStringRef kABPersonAddressCityKey()
@Deprecated public static CFStringRef kABPersonAddressStateKey()
@Deprecated public static CFStringRef kABPersonAddressZIPKey()
@Deprecated public static CFStringRef kABPersonAddressCountryKey()
@Deprecated public static CFStringRef kABPersonAddressCountryCodeKey()
@Deprecated public static int kABPersonDateProperty()
@Deprecated public static CFStringRef kABPersonAnniversaryLabel()
@Deprecated public static int kABPersonKindProperty()
@Deprecated public static CFNumberRef kABPersonKindPerson()
@Deprecated public static CFNumberRef kABPersonKindOrganization()
@Deprecated public static int kABPersonPhoneProperty()
@Deprecated public static CFStringRef kABPersonPhoneMobileLabel()
@Deprecated public static CFStringRef kABPersonPhoneIPhoneLabel()
@Deprecated public static CFStringRef kABPersonPhoneMainLabel()
@Deprecated public static CFStringRef kABPersonPhoneHomeFAXLabel()
@Deprecated public static CFStringRef kABPersonPhoneWorkFAXLabel()
@Deprecated public static CFStringRef kABPersonPhoneOtherFAXLabel()
@Deprecated public static CFStringRef kABPersonPhonePagerLabel()
@Deprecated public static int kABPersonInstantMessageProperty()
@Deprecated public static CFStringRef kABPersonInstantMessageServiceKey()
@Deprecated public static CFStringRef kABPersonInstantMessageServiceYahoo()
@Deprecated public static CFStringRef kABPersonInstantMessageServiceJabber()
@Deprecated public static CFStringRef kABPersonInstantMessageServiceMSN()
@Deprecated public static CFStringRef kABPersonInstantMessageServiceICQ()
@Deprecated public static CFStringRef kABPersonInstantMessageServiceAIM()
@Deprecated public static CFStringRef kABPersonInstantMessageServiceQQ()
@Deprecated public static CFStringRef kABPersonInstantMessageServiceGoogleTalk()
@Deprecated public static CFStringRef kABPersonInstantMessageServiceSkype()
@Deprecated public static CFStringRef kABPersonInstantMessageServiceFacebook()
@Deprecated public static CFStringRef kABPersonInstantMessageServiceGaduGadu()
@Deprecated public static CFStringRef kABPersonInstantMessageUsernameKey()
@Deprecated public static int kABPersonURLProperty()
@Deprecated public static CFStringRef kABPersonHomePageLabel()
@Deprecated public static int kABPersonRelatedNamesProperty()
@Deprecated public static CFStringRef kABPersonFatherLabel()
@Deprecated public static CFStringRef kABPersonMotherLabel()
@Deprecated public static CFStringRef kABPersonParentLabel()
@Deprecated public static CFStringRef kABPersonBrotherLabel()
@Deprecated public static CFStringRef kABPersonSisterLabel()
@Deprecated public static CFStringRef kABPersonChildLabel()
@Deprecated public static CFStringRef kABPersonFriendLabel()
@Deprecated public static CFStringRef kABPersonSpouseLabel()
@Deprecated public static CFStringRef kABPersonPartnerLabel()
@Deprecated public static CFStringRef kABPersonAssistantLabel()
@Deprecated public static CFStringRef kABPersonManagerLabel()
@Deprecated public static int kABPersonSocialProfileProperty()
@Deprecated public static CFStringRef kABPersonSocialProfileURLKey()
@Deprecated public static CFStringRef kABPersonSocialProfileServiceKey()
@Deprecated public static CFStringRef kABPersonSocialProfileUsernameKey()
@Deprecated public static CFStringRef kABPersonSocialProfileUserIdentifierKey()
@Deprecated public static CFStringRef kABPersonSocialProfileServiceTwitter()
@Deprecated public static CFStringRef kABPersonSocialProfileServiceSinaWeibo()
@Deprecated public static CFStringRef kABPersonSocialProfileServiceGameCenter()
@Deprecated public static CFStringRef kABPersonSocialProfileServiceFacebook()
@Deprecated public static CFStringRef kABPersonSocialProfileServiceMyspace()
@Deprecated public static CFStringRef kABPersonSocialProfileServiceLinkedIn()
@Deprecated public static CFStringRef kABPersonSocialProfileServiceFlickr()
@Deprecated public static int kABPersonAlternateBirthdayProperty()
@Deprecated public static CFStringRef kABPersonAlternateBirthdayCalendarIdentifierKey()
@Deprecated public static CFStringRef kABPersonAlternateBirthdayEraKey()
@Deprecated public static CFStringRef kABPersonAlternateBirthdayYearKey()
@Deprecated public static CFStringRef kABPersonAlternateBirthdayMonthKey()
@Deprecated public static CFStringRef kABPersonAlternateBirthdayIsLeapMonthKey()
@Deprecated public static CFStringRef kABPersonAlternateBirthdayDayKey()
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABGroupCreate()
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABGroupCreateInSource(org.moe.natj.general.ptr.ConstVoidPtr source)
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABGroupCopySource(org.moe.natj.general.ptr.ConstVoidPtr group)
@Deprecated public static CFArrayRef ABGroupCopyArrayOfAllMembers(org.moe.natj.general.ptr.ConstVoidPtr group)
@Deprecated public static CFArrayRef ABGroupCopyArrayOfAllMembersWithSortOrdering(org.moe.natj.general.ptr.ConstVoidPtr group, int sortOrdering)
@Deprecated
public static boolean ABGroupAddMember(org.moe.natj.general.ptr.ConstVoidPtr group,
org.moe.natj.general.ptr.ConstVoidPtr person,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
@Deprecated
public static boolean ABGroupRemoveMember(org.moe.natj.general.ptr.ConstVoidPtr group,
org.moe.natj.general.ptr.ConstVoidPtr member,
org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
@Deprecated
public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookGetGroupWithRecordID(org.moe.natj.general.ptr.ConstVoidPtr addressBook,
int recordID)
@Deprecated public static long ABAddressBookGetGroupCount(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
@Deprecated public static CFArrayRef ABAddressBookCopyArrayOfAllGroups(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
@Deprecated public static CFArrayRef ABAddressBookCopyArrayOfAllGroupsInSource(org.moe.natj.general.ptr.ConstVoidPtr addressBook, org.moe.natj.general.ptr.ConstVoidPtr source)
@Deprecated public static int ABMultiValueGetPropertyType(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
@Deprecated public static long ABMultiValueGetCount(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
@Deprecated
public static org.moe.natj.general.ptr.ConstVoidPtr ABMultiValueCopyValueAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
long index)
@Deprecated public static CFArrayRef ABMultiValueCopyArrayOfAllValues(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
@Deprecated public static CFStringRef ABMultiValueCopyLabelAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue, long index)
@Deprecated
public static long ABMultiValueGetIndexForIdentifier(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
int identifier)
@Deprecated
public static int ABMultiValueGetIdentifierAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
long index)
@Deprecated
public static long ABMultiValueGetFirstIndexOfValue(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
org.moe.natj.general.ptr.ConstVoidPtr value)
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABMultiValueCreateMutable(int type)
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABMultiValueCreateMutableCopy(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
@Deprecated
public static boolean ABMultiValueAddValueAndLabel(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
org.moe.natj.general.ptr.ConstVoidPtr value,
CFStringRef label,
org.moe.natj.general.ptr.IntPtr outIdentifier)
@Deprecated
public static boolean ABMultiValueInsertValueAndLabelAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
org.moe.natj.general.ptr.ConstVoidPtr value,
CFStringRef label,
long index,
org.moe.natj.general.ptr.IntPtr outIdentifier)
@Deprecated
public static boolean ABMultiValueRemoveValueAndLabelAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
long index)
@Deprecated
public static boolean ABMultiValueReplaceValueAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
org.moe.natj.general.ptr.ConstVoidPtr value,
long index)
@Deprecated
public static boolean ABMultiValueReplaceLabelAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue,
CFStringRef label,
long index)
@Deprecated public static int kABGroupNameProperty()