Package apple.addressbook.c
Class AddressBook
- java.lang.Object
-
- apple.addressbook.c.AddressBook
-
public final class AddressBook extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAddressBook.Block_ABAddressBookRequestAccessWithCompletionstatic interfaceAddressBook.Function_ABAddressBookRegisterExternalChangeCallbackstatic interfaceAddressBook.Function_ABAddressBookUnregisterExternalChangeCallback
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleanABAddressBookAddRecord(org.moe.natj.general.ptr.ConstVoidPtr addressBook, org.moe.natj.general.ptr.ConstVoidPtr record, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)Deprecated.static CFArrayRefABAddressBookCopyArrayOfAllGroups(org.moe.natj.general.ptr.ConstVoidPtr addressBook)Deprecated.static CFArrayRefABAddressBookCopyArrayOfAllGroupsInSource(org.moe.natj.general.ptr.ConstVoidPtr addressBook, org.moe.natj.general.ptr.ConstVoidPtr source)Deprecated.static CFArrayRefABAddressBookCopyArrayOfAllPeople(org.moe.natj.general.ptr.ConstVoidPtr addressBook)Deprecated.static CFArrayRefABAddressBookCopyArrayOfAllPeopleInSource(org.moe.natj.general.ptr.ConstVoidPtr addressBook, org.moe.natj.general.ptr.ConstVoidPtr source)Deprecated.static CFArrayRefABAddressBookCopyArrayOfAllPeopleInSourceWithSortOrdering(org.moe.natj.general.ptr.ConstVoidPtr addressBook, org.moe.natj.general.ptr.ConstVoidPtr source, int sortOrdering)Deprecated.static CFArrayRefABAddressBookCopyArrayOfAllSources(org.moe.natj.general.ptr.ConstVoidPtr addressBook)Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABAddressBookCopyDefaultSource(org.moe.natj.general.ptr.ConstVoidPtr addressBook)Deprecated.static CFStringRefABAddressBookCopyLocalizedLabel(CFStringRef label)Deprecated.static CFArrayRefABAddressBookCopyPeopleWithName(org.moe.natj.general.ptr.ConstVoidPtr addressBook, CFStringRef name)Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABAddressBookCreate()Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABAddressBookCreateWithOptions(CFDictionaryRef options, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)Deprecated.static CFStringRefABAddressBookErrorDomain()static longABAddressBookGetAuthorizationStatus()Deprecated.static longABAddressBookGetGroupCount(org.moe.natj.general.ptr.ConstVoidPtr addressBook)Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABAddressBookGetGroupWithRecordID(org.moe.natj.general.ptr.ConstVoidPtr addressBook, int recordID)Deprecated.static longABAddressBookGetPersonCount(org.moe.natj.general.ptr.ConstVoidPtr addressBook)Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABAddressBookGetPersonWithRecordID(org.moe.natj.general.ptr.ConstVoidPtr addressBook, int recordID)Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABAddressBookGetSourceWithRecordID(org.moe.natj.general.ptr.ConstVoidPtr addressBook, int sourceID)Deprecated.static booleanABAddressBookHasUnsavedChanges(org.moe.natj.general.ptr.ConstVoidPtr addressBook)Deprecated.static voidABAddressBookRegisterExternalChangeCallback(org.moe.natj.general.ptr.ConstVoidPtr addressBook, AddressBook.Function_ABAddressBookRegisterExternalChangeCallback callback, org.moe.natj.general.ptr.VoidPtr context)Deprecated.static booleanABAddressBookRemoveRecord(org.moe.natj.general.ptr.ConstVoidPtr addressBook, org.moe.natj.general.ptr.ConstVoidPtr record, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)Deprecated.static voidABAddressBookRequestAccessWithCompletion(org.moe.natj.general.ptr.ConstVoidPtr addressBook, AddressBook.Block_ABAddressBookRequestAccessWithCompletion completion)Deprecated.static voidABAddressBookRevert(org.moe.natj.general.ptr.ConstVoidPtr addressBook)Deprecated.static booleanABAddressBookSave(org.moe.natj.general.ptr.ConstVoidPtr addressBook, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)Deprecated.static voidABAddressBookUnregisterExternalChangeCallback(org.moe.natj.general.ptr.ConstVoidPtr addressBook, AddressBook.Function_ABAddressBookUnregisterExternalChangeCallback callback, org.moe.natj.general.ptr.VoidPtr context)Deprecated.static booleanABGroupAddMember(org.moe.natj.general.ptr.ConstVoidPtr group, org.moe.natj.general.ptr.ConstVoidPtr person, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)Deprecated.static CFArrayRefABGroupCopyArrayOfAllMembers(org.moe.natj.general.ptr.ConstVoidPtr group)Deprecated.static CFArrayRefABGroupCopyArrayOfAllMembersWithSortOrdering(org.moe.natj.general.ptr.ConstVoidPtr group, int sortOrdering)Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABGroupCopySource(org.moe.natj.general.ptr.ConstVoidPtr group)Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABGroupCreate()Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABGroupCreateInSource(org.moe.natj.general.ptr.ConstVoidPtr source)Deprecated.static booleanABGroupRemoveMember(org.moe.natj.general.ptr.ConstVoidPtr group, org.moe.natj.general.ptr.ConstVoidPtr member, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)Deprecated.static booleanABMultiValueAddValueAndLabel(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 CFArrayRefABMultiValueCopyArrayOfAllValues(org.moe.natj.general.ptr.ConstVoidPtr multiValue)Deprecated.static CFStringRefABMultiValueCopyLabelAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue, long index)Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABMultiValueCopyValueAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue, long index)Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABMultiValueCreateMutable(int type)Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABMultiValueCreateMutableCopy(org.moe.natj.general.ptr.ConstVoidPtr multiValue)Deprecated.static longABMultiValueGetCount(org.moe.natj.general.ptr.ConstVoidPtr multiValue)Deprecated.static longABMultiValueGetFirstIndexOfValue(org.moe.natj.general.ptr.ConstVoidPtr multiValue, org.moe.natj.general.ptr.ConstVoidPtr value)Deprecated.static intABMultiValueGetIdentifierAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue, long index)Deprecated.static longABMultiValueGetIndexForIdentifier(org.moe.natj.general.ptr.ConstVoidPtr multiValue, int identifier)Deprecated.static intABMultiValueGetPropertyType(org.moe.natj.general.ptr.ConstVoidPtr multiValue)Deprecated.static booleanABMultiValueInsertValueAndLabelAtIndex(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 booleanABMultiValueRemoveValueAndLabelAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue, long index)Deprecated.static booleanABMultiValueReplaceLabelAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue, CFStringRef label, long index)Deprecated.static booleanABMultiValueReplaceValueAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue, org.moe.natj.general.ptr.ConstVoidPtr value, long index)Deprecated.static longABPersonComparePeopleByName(org.moe.natj.general.ptr.ConstVoidPtr person1, org.moe.natj.general.ptr.ConstVoidPtr person2, int ordering)Deprecated.static CFArrayRefABPersonCopyArrayOfAllLinkedPeople(org.moe.natj.general.ptr.ConstVoidPtr person)Deprecated.static CFStringRefABPersonCopyCompositeNameDelimiterForRecord(org.moe.natj.general.ptr.ConstVoidPtr record)Deprecated.static CFDataRefABPersonCopyImageData(org.moe.natj.general.ptr.ConstVoidPtr person)Deprecated.static CFDataRefABPersonCopyImageDataWithFormat(org.moe.natj.general.ptr.ConstVoidPtr person, int format)Deprecated.static CFStringRefABPersonCopyLocalizedPropertyName(int property)Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABPersonCopySource(org.moe.natj.general.ptr.ConstVoidPtr person)Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABPersonCreate()Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABPersonCreateInSource(org.moe.natj.general.ptr.ConstVoidPtr source)Deprecated.static CFArrayRefABPersonCreatePeopleInSourceWithVCardRepresentation(org.moe.natj.general.ptr.ConstVoidPtr source, CFDataRef vCardData)Deprecated.static CFDataRefABPersonCreateVCardRepresentationWithPeople(CFArrayRef people)Deprecated.static intABPersonGetCompositeNameFormat()Deprecated.static intABPersonGetCompositeNameFormatForRecord(org.moe.natj.general.ptr.ConstVoidPtr record)Deprecated.static intABPersonGetSortOrdering()Deprecated.static intABPersonGetTypeOfProperty(int property)Deprecated.static booleanABPersonHasImageData(org.moe.natj.general.ptr.ConstVoidPtr person)Deprecated.static booleanABPersonRemoveImageData(org.moe.natj.general.ptr.ConstVoidPtr person, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)Deprecated.static booleanABPersonSetImageData(org.moe.natj.general.ptr.ConstVoidPtr person, CFDataRef imageData, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)Deprecated.static CFStringRefABRecordCopyCompositeName(org.moe.natj.general.ptr.ConstVoidPtr record)Deprecated.static org.moe.natj.general.ptr.ConstVoidPtrABRecordCopyValue(org.moe.natj.general.ptr.ConstVoidPtr record, int property)Deprecated.static intABRecordGetRecordID(org.moe.natj.general.ptr.ConstVoidPtr record)Deprecated.static intABRecordGetRecordType(org.moe.natj.general.ptr.ConstVoidPtr record)Deprecated.static booleanABRecordRemoveValue(org.moe.natj.general.ptr.ConstVoidPtr record, int property, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)Deprecated.static booleanABRecordSetValue(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 intkABGroupNameProperty()static CFStringRefkABHomeLabel()static CFStringRefkABOtherLabel()static CFStringRefkABPersonAddressCityKey()static CFStringRefkABPersonAddressCountryCodeKey()static CFStringRefkABPersonAddressCountryKey()static intkABPersonAddressProperty()Street address - kABMultiDictionaryPropertyTypestatic CFStringRefkABPersonAddressStateKey()static CFStringRefkABPersonAddressStreetKey()static CFStringRefkABPersonAddressZIPKey()static CFStringRefkABPersonAlternateBirthdayCalendarIdentifierKey()string representing the calendar identifier for CFCalendarRefstatic CFStringRefkABPersonAlternateBirthdayDayKey()CFNumberRef - kCFNumberNSIntegerTypestatic CFStringRefkABPersonAlternateBirthdayEraKey()CFNumberRef - kCFNumberNSIntegerTypestatic CFStringRefkABPersonAlternateBirthdayIsLeapMonthKey()CFNumberRef - kCFNumberCharType (aka NSNumber Bool type)static CFStringRefkABPersonAlternateBirthdayMonthKey()CFNumberRef - kCFNumberNSIntegerTypestatic intkABPersonAlternateBirthdayProperty()kABDictionaryPropertyTypestatic CFStringRefkABPersonAlternateBirthdayYearKey()CFNumberRef - kCFNumberNSIntegerTypestatic CFStringRefkABPersonAnniversaryLabel()static CFStringRefkABPersonAssistantLabel()Assistantstatic intkABPersonBirthdayProperty()Birthday associated with this person - kABDateTimePropertyTypestatic CFStringRefkABPersonBrotherLabel()Brotherstatic CFStringRefkABPersonChildLabel()Childstatic intkABPersonCreationDateProperty()Creation Date (when first saved)static intkABPersonDateProperty()Dates associated with this person - kABMultiDatePropertyTypestatic intkABPersonDepartmentProperty()Department name - kABStringPropertyTypestatic intkABPersonEmailProperty()Email(s) - kABMultiStringPropertyTypestatic CFStringRefkABPersonFatherLabel()Fatherstatic intkABPersonFirstNamePhoneticProperty()First name Phonetic - kABStringPropertyTypestatic intkABPersonFirstNameProperty()First name - kABStringPropertyTypestatic CFStringRefkABPersonFriendLabel()Friendstatic CFStringRefkABPersonHomePageLabel()Home Pagestatic intkABPersonInstantMessageProperty()Instant Messaging - kABMultiDictionaryPropertyTypestatic CFStringRefkABPersonInstantMessageServiceAIM()static CFStringRefkABPersonInstantMessageServiceFacebook()static CFStringRefkABPersonInstantMessageServiceGaduGadu()static CFStringRefkABPersonInstantMessageServiceGoogleTalk()static CFStringRefkABPersonInstantMessageServiceICQ()static CFStringRefkABPersonInstantMessageServiceJabber()static CFStringRefkABPersonInstantMessageServiceKey()Service ("Yahoo", "Jabber", etc.)static CFStringRefkABPersonInstantMessageServiceMSN()static CFStringRefkABPersonInstantMessageServiceQQ()static CFStringRefkABPersonInstantMessageServiceSkype()static CFStringRefkABPersonInstantMessageServiceYahoo()static CFStringRefkABPersonInstantMessageUsernameKey()Usernamestatic intkABPersonJobTitleProperty()Job Title - kABStringPropertyTypestatic CFNumberRefkABPersonKindOrganization()static CFNumberRefkABPersonKindPerson()static intkABPersonKindProperty()Person/Organization - kABIntegerPropertyTypestatic intkABPersonLastNamePhoneticProperty()Last name Phonetic - kABStringPropertyTypestatic intkABPersonLastNameProperty()Last name - kABStringPropertyTypestatic CFStringRefkABPersonManagerLabel()Managerstatic intkABPersonMiddleNamePhoneticProperty()Middle name Phonetic - kABStringPropertyTypestatic intkABPersonMiddleNameProperty()Middle name - kABStringPropertyTypestatic intkABPersonModificationDateProperty()Last saved datestatic CFStringRefkABPersonMotherLabel()Motherstatic intkABPersonNicknameProperty()Nickname - kABStringPropertyTypestatic intkABPersonNoteProperty()Note - kABStringPropertyTypestatic intkABPersonOrganizationProperty()Company name - kABStringPropertyTypestatic CFStringRefkABPersonParentLabel()Parentstatic CFStringRefkABPersonPartnerLabel()Partnerstatic CFStringRefkABPersonPhoneHomeFAXLabel()static CFStringRefkABPersonPhoneIPhoneLabel()static CFStringRefkABPersonPhoneMainLabel()static CFStringRefkABPersonPhoneMobileLabel()static CFStringRefkABPersonPhoneOtherFAXLabel()static CFStringRefkABPersonPhonePagerLabel()static intkABPersonPhoneProperty()Generic phone number - kABMultiStringPropertyTypestatic CFStringRefkABPersonPhoneWorkFAXLabel()static intkABPersonPrefixProperty()Prefix ("Sir" "Duke" "General") - kABStringPropertyTypestatic intkABPersonRelatedNamesProperty()Names - kABMultiStringPropertyTypestatic CFStringRefkABPersonSisterLabel()Sisterstatic intkABPersonSocialProfileProperty()kABMultiDictionaryPropertyTypestatic CFStringRefkABPersonSocialProfileServiceFacebook()static CFStringRefkABPersonSocialProfileServiceFlickr()static CFStringRefkABPersonSocialProfileServiceGameCenter()static CFStringRefkABPersonSocialProfileServiceKey()string representing the name of the service (Twitter, Facebook, LinkedIn, etc.)static CFStringRefkABPersonSocialProfileServiceLinkedIn()static CFStringRefkABPersonSocialProfileServiceMyspace()static CFStringRefkABPersonSocialProfileServiceSinaWeibo()static CFStringRefkABPersonSocialProfileServiceTwitter()static CFStringRefkABPersonSocialProfileURLKey()string representation of a url for the social profilestatic CFStringRefkABPersonSocialProfileUserIdentifierKey()string representing the service specific identifier (optional)static CFStringRefkABPersonSocialProfileUsernameKey()string representing the user visible namestatic CFStringRefkABPersonSpouseLabel()Spousestatic intkABPersonSuffixProperty()Suffix ("Jr."static intkABPersonURLProperty()URL - kABMultiStringPropertyTypestatic intkABSourceNameProperty()stringstatic intkABSourceTypeProperty()CFNumberRef of ABSourceType (int)static CFStringRefkABWorkLabel()Generic labels
-
-
-
Method Detail
-
ABRecordGetRecordID
@Deprecated public static int ABRecordGetRecordID(org.moe.natj.general.ptr.ConstVoidPtr record)
Deprecated.
-
ABRecordGetRecordType
@Deprecated public static int ABRecordGetRecordType(org.moe.natj.general.ptr.ConstVoidPtr record)
Deprecated.
-
ABRecordCopyValue
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABRecordCopyValue(org.moe.natj.general.ptr.ConstVoidPtr record, int property)Deprecated.
-
ABRecordSetValue
@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.
-
ABRecordRemoveValue
@Deprecated public static boolean ABRecordRemoveValue(org.moe.natj.general.ptr.ConstVoidPtr record, int property, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)Deprecated.
-
ABRecordCopyCompositeName
@Deprecated public static CFStringRef ABRecordCopyCompositeName(org.moe.natj.general.ptr.ConstVoidPtr record)
Deprecated.
-
ABAddressBookGetAuthorizationStatus
@Deprecated public static long ABAddressBookGetAuthorizationStatus()
Deprecated.
-
ABAddressBookCreateWithOptions
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookCreateWithOptions(CFDictionaryRef options, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)
Deprecated.Call ABAddressBookCreateWithOptions to create an instance of AddressBook. The ABAddressBookRef will initially not have access to contact data. The app must then call ABAddressBookRequestAccessWithCompletion to request this access. The options argument is reserved for future use. Currently it will always be NULL. If access to contact data is already restricted or denied, this will fail returning a NULL ABAddressBookRef with error kABOperationNotPermittedByUserError.
-
ABAddressBookCreate
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookCreate()
Deprecated.
-
ABAddressBookRequestAccessWithCompletion
@Deprecated public static void ABAddressBookRequestAccessWithCompletion(org.moe.natj.general.ptr.ConstVoidPtr addressBook, AddressBook.Block_ABAddressBookRequestAccessWithCompletion completion)Deprecated.
-
ABAddressBookSave
@Deprecated public static boolean ABAddressBookSave(org.moe.natj.general.ptr.ConstVoidPtr addressBook, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)Deprecated.
-
ABAddressBookHasUnsavedChanges
@Deprecated public static boolean ABAddressBookHasUnsavedChanges(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.
-
ABAddressBookAddRecord
@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.
-
ABAddressBookRemoveRecord
@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.
-
ABAddressBookCopyLocalizedLabel
@Deprecated public static CFStringRef ABAddressBookCopyLocalizedLabel(CFStringRef label)
Deprecated.Some labels are special keys representing generic labels. Use this function to obtain a localized string for a label to display to a user.
-
ABAddressBookRegisterExternalChangeCallback
@Deprecated public static void ABAddressBookRegisterExternalChangeCallback(org.moe.natj.general.ptr.ConstVoidPtr addressBook, AddressBook.Function_ABAddressBookRegisterExternalChangeCallback callback, org.moe.natj.general.ptr.VoidPtr context)Deprecated.
-
ABAddressBookUnregisterExternalChangeCallback
@Deprecated public static void ABAddressBookUnregisterExternalChangeCallback(org.moe.natj.general.ptr.ConstVoidPtr addressBook, AddressBook.Function_ABAddressBookUnregisterExternalChangeCallback callback, org.moe.natj.general.ptr.VoidPtr context)Deprecated.When unregistering a callback both the callback and the context need to match the ones that were registered.
-
ABAddressBookRevert
@Deprecated public static void ABAddressBookRevert(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.ABAddressBookRevert() discards all cached properties and any unsaved changes so that records and properties retrieved subsequently will reflect any changes made by external ABAddressBook instances. If records were deleted externally, the corresponding ABRecord instances will return NULL for all properties. If necessary you can identify these deleted records by checking whether the class accessor (eg. ABPersonGetPersonWithRecordID()) returns the record.
-
ABAddressBookCopyDefaultSource
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookCopyDefaultSource(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.
-
ABAddressBookGetSourceWithRecordID
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookGetSourceWithRecordID(org.moe.natj.general.ptr.ConstVoidPtr addressBook, int sourceID)Deprecated.
-
ABAddressBookCopyArrayOfAllSources
@Deprecated public static CFArrayRef ABAddressBookCopyArrayOfAllSources(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.
-
ABPersonCreate
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABPersonCreate()
Deprecated.ABPersonCreate creates a new person in the default source
-
ABPersonCreateInSource
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABPersonCreateInSource(org.moe.natj.general.ptr.ConstVoidPtr source)
Deprecated.
-
ABPersonCopySource
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABPersonCopySource(org.moe.natj.general.ptr.ConstVoidPtr person)
Deprecated.
-
ABPersonCopyArrayOfAllLinkedPeople
@Deprecated public static CFArrayRef ABPersonCopyArrayOfAllLinkedPeople(org.moe.natj.general.ptr.ConstVoidPtr person)
Deprecated.Returns an array of all the linked people, including the person passed in. If the person is not linked, returns an array with the person passed in.
-
ABPersonGetTypeOfProperty
@Deprecated public static int ABPersonGetTypeOfProperty(int property)
Deprecated.
-
ABPersonCopyLocalizedPropertyName
@Deprecated public static CFStringRef ABPersonCopyLocalizedPropertyName(int property)
Deprecated.
-
ABPersonGetSortOrdering
@Deprecated public static int ABPersonGetSortOrdering()
Deprecated.
-
ABPersonGetCompositeNameFormat
@Deprecated public static int ABPersonGetCompositeNameFormat()
Deprecated.Composite Names
-
ABPersonGetCompositeNameFormatForRecord
@Deprecated public static int ABPersonGetCompositeNameFormatForRecord(org.moe.natj.general.ptr.ConstVoidPtr record)
Deprecated.
-
ABPersonCopyCompositeNameDelimiterForRecord
@Deprecated public static CFStringRef ABPersonCopyCompositeNameDelimiterForRecord(org.moe.natj.general.ptr.ConstVoidPtr record)
Deprecated.
-
ABPersonSetImageData
@Deprecated public static boolean ABPersonSetImageData(org.moe.natj.general.ptr.ConstVoidPtr person, CFDataRef imageData, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)Deprecated.
-
ABPersonCopyImageData
@Deprecated public static CFDataRef ABPersonCopyImageData(org.moe.natj.general.ptr.ConstVoidPtr person)
Deprecated.
-
ABPersonCopyImageDataWithFormat
@Deprecated public static CFDataRef ABPersonCopyImageDataWithFormat(org.moe.natj.general.ptr.ConstVoidPtr person, int format)
Deprecated.
-
ABPersonHasImageData
@Deprecated public static boolean ABPersonHasImageData(org.moe.natj.general.ptr.ConstVoidPtr person)
Deprecated.
-
ABPersonRemoveImageData
@Deprecated public static boolean ABPersonRemoveImageData(org.moe.natj.general.ptr.ConstVoidPtr person, org.moe.natj.general.ptr.Ptr<CFErrorRef> error)Deprecated.
-
ABPersonComparePeopleByName
@Deprecated public static long ABPersonComparePeopleByName(org.moe.natj.general.ptr.ConstVoidPtr person1, org.moe.natj.general.ptr.ConstVoidPtr person2, int ordering)Deprecated.Sorting
-
ABAddressBookGetPersonCount
@Deprecated public static long ABAddressBookGetPersonCount(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.Finding people
-
ABAddressBookGetPersonWithRecordID
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookGetPersonWithRecordID(org.moe.natj.general.ptr.ConstVoidPtr addressBook, int recordID)Deprecated.
-
ABAddressBookCopyArrayOfAllPeople
@Deprecated public static CFArrayRef ABAddressBookCopyArrayOfAllPeople(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.
-
ABAddressBookCopyArrayOfAllPeopleInSource
@Deprecated public static CFArrayRef ABAddressBookCopyArrayOfAllPeopleInSource(org.moe.natj.general.ptr.ConstVoidPtr addressBook, org.moe.natj.general.ptr.ConstVoidPtr source)
Deprecated.
-
ABAddressBookCopyArrayOfAllPeopleInSourceWithSortOrdering
@Deprecated public static CFArrayRef ABAddressBookCopyArrayOfAllPeopleInSourceWithSortOrdering(org.moe.natj.general.ptr.ConstVoidPtr addressBook, org.moe.natj.general.ptr.ConstVoidPtr source, int sortOrdering)
Deprecated.
-
ABAddressBookCopyPeopleWithName
@Deprecated public static CFArrayRef ABAddressBookCopyPeopleWithName(org.moe.natj.general.ptr.ConstVoidPtr addressBook, CFStringRef name)
Deprecated.
-
ABPersonCreatePeopleInSourceWithVCardRepresentation
@Deprecated public static CFArrayRef ABPersonCreatePeopleInSourceWithVCardRepresentation(org.moe.natj.general.ptr.ConstVoidPtr source, CFDataRef vCardData)
Deprecated.VCard Creates an array of people from a vcard representation. Source is optional. The people will be created in the source given as the first argument, or the default source if NULL.
-
ABPersonCreateVCardRepresentationWithPeople
@Deprecated public static CFDataRef ABPersonCreateVCardRepresentationWithPeople(CFArrayRef people)
Deprecated.Creates a vCard representation of the people passed in.
-
ABAddressBookErrorDomain
public static CFStringRef ABAddressBookErrorDomain()
-
kABSourceNameProperty
public static int kABSourceNameProperty()
string
-
kABSourceTypeProperty
public static int kABSourceTypeProperty()
CFNumberRef of ABSourceType (int)
-
kABWorkLabel
public static CFStringRef kABWorkLabel()
Generic labels
-
kABHomeLabel
public static CFStringRef kABHomeLabel()
-
kABOtherLabel
public static CFStringRef kABOtherLabel()
-
kABPersonFirstNameProperty
public static int kABPersonFirstNameProperty()
First name - kABStringPropertyType
-
kABPersonLastNameProperty
public static int kABPersonLastNameProperty()
Last name - kABStringPropertyType
-
kABPersonMiddleNameProperty
public static int kABPersonMiddleNameProperty()
Middle name - kABStringPropertyType
-
kABPersonPrefixProperty
public static int kABPersonPrefixProperty()
Prefix ("Sir" "Duke" "General") - kABStringPropertyType
-
kABPersonSuffixProperty
public static int kABPersonSuffixProperty()
Suffix ("Jr." "Sr." "III") - kABStringPropertyType
-
kABPersonNicknameProperty
public static int kABPersonNicknameProperty()
Nickname - kABStringPropertyType
-
kABPersonFirstNamePhoneticProperty
public static int kABPersonFirstNamePhoneticProperty()
First name Phonetic - kABStringPropertyType
-
kABPersonLastNamePhoneticProperty
public static int kABPersonLastNamePhoneticProperty()
Last name Phonetic - kABStringPropertyType
-
kABPersonMiddleNamePhoneticProperty
public static int kABPersonMiddleNamePhoneticProperty()
Middle name Phonetic - kABStringPropertyType
-
kABPersonOrganizationProperty
public static int kABPersonOrganizationProperty()
Company name - kABStringPropertyType
-
kABPersonDepartmentProperty
public static int kABPersonDepartmentProperty()
Department name - kABStringPropertyType
-
kABPersonJobTitleProperty
public static int kABPersonJobTitleProperty()
Job Title - kABStringPropertyType
-
kABPersonEmailProperty
public static int kABPersonEmailProperty()
Email(s) - kABMultiStringPropertyType
-
kABPersonBirthdayProperty
public static int kABPersonBirthdayProperty()
Birthday associated with this person - kABDateTimePropertyType
-
kABPersonNoteProperty
public static int kABPersonNoteProperty()
Note - kABStringPropertyType
-
kABPersonCreationDateProperty
public static int kABPersonCreationDateProperty()
Creation Date (when first saved)
-
kABPersonModificationDateProperty
public static int kABPersonModificationDateProperty()
Last saved date
-
kABPersonAddressProperty
public static int kABPersonAddressProperty()
Street address - kABMultiDictionaryPropertyType
-
kABPersonAddressStreetKey
public static CFStringRef kABPersonAddressStreetKey()
-
kABPersonAddressCityKey
public static CFStringRef kABPersonAddressCityKey()
-
kABPersonAddressStateKey
public static CFStringRef kABPersonAddressStateKey()
-
kABPersonAddressZIPKey
public static CFStringRef kABPersonAddressZIPKey()
-
kABPersonAddressCountryKey
public static CFStringRef kABPersonAddressCountryKey()
-
kABPersonAddressCountryCodeKey
public static CFStringRef kABPersonAddressCountryCodeKey()
-
kABPersonDateProperty
public static int kABPersonDateProperty()
Dates associated with this person - kABMultiDatePropertyType
-
kABPersonAnniversaryLabel
public static CFStringRef kABPersonAnniversaryLabel()
-
kABPersonKindProperty
public static int kABPersonKindProperty()
Person/Organization - kABIntegerPropertyType
-
kABPersonKindPerson
public static CFNumberRef kABPersonKindPerson()
-
kABPersonKindOrganization
public static CFNumberRef kABPersonKindOrganization()
-
kABPersonPhoneProperty
public static int kABPersonPhoneProperty()
Generic phone number - kABMultiStringPropertyType
-
kABPersonPhoneMobileLabel
public static CFStringRef kABPersonPhoneMobileLabel()
-
kABPersonPhoneIPhoneLabel
public static CFStringRef kABPersonPhoneIPhoneLabel()
-
kABPersonPhoneMainLabel
public static CFStringRef kABPersonPhoneMainLabel()
-
kABPersonPhoneHomeFAXLabel
public static CFStringRef kABPersonPhoneHomeFAXLabel()
-
kABPersonPhoneWorkFAXLabel
public static CFStringRef kABPersonPhoneWorkFAXLabel()
-
kABPersonPhoneOtherFAXLabel
public static CFStringRef kABPersonPhoneOtherFAXLabel()
-
kABPersonPhonePagerLabel
public static CFStringRef kABPersonPhonePagerLabel()
-
kABPersonInstantMessageProperty
public static int kABPersonInstantMessageProperty()
Instant Messaging - kABMultiDictionaryPropertyType
-
kABPersonInstantMessageServiceKey
public static CFStringRef kABPersonInstantMessageServiceKey()
Service ("Yahoo", "Jabber", etc.)
-
kABPersonInstantMessageServiceYahoo
public static CFStringRef kABPersonInstantMessageServiceYahoo()
-
kABPersonInstantMessageServiceJabber
public static CFStringRef kABPersonInstantMessageServiceJabber()
-
kABPersonInstantMessageServiceMSN
public static CFStringRef kABPersonInstantMessageServiceMSN()
-
kABPersonInstantMessageServiceICQ
public static CFStringRef kABPersonInstantMessageServiceICQ()
-
kABPersonInstantMessageServiceAIM
public static CFStringRef kABPersonInstantMessageServiceAIM()
-
kABPersonInstantMessageServiceQQ
public static CFStringRef kABPersonInstantMessageServiceQQ()
-
kABPersonInstantMessageServiceGoogleTalk
public static CFStringRef kABPersonInstantMessageServiceGoogleTalk()
-
kABPersonInstantMessageServiceSkype
public static CFStringRef kABPersonInstantMessageServiceSkype()
-
kABPersonInstantMessageServiceFacebook
public static CFStringRef kABPersonInstantMessageServiceFacebook()
-
kABPersonInstantMessageServiceGaduGadu
public static CFStringRef kABPersonInstantMessageServiceGaduGadu()
-
kABPersonInstantMessageUsernameKey
public static CFStringRef kABPersonInstantMessageUsernameKey()
Username
-
kABPersonURLProperty
public static int kABPersonURLProperty()
URL - kABMultiStringPropertyType
-
kABPersonHomePageLabel
public static CFStringRef kABPersonHomePageLabel()
Home Page
-
kABPersonRelatedNamesProperty
public static int kABPersonRelatedNamesProperty()
Names - kABMultiStringPropertyType
-
kABPersonFatherLabel
public static CFStringRef kABPersonFatherLabel()
Father
-
kABPersonMotherLabel
public static CFStringRef kABPersonMotherLabel()
Mother
-
kABPersonParentLabel
public static CFStringRef kABPersonParentLabel()
Parent
-
kABPersonBrotherLabel
public static CFStringRef kABPersonBrotherLabel()
Brother
-
kABPersonSisterLabel
public static CFStringRef kABPersonSisterLabel()
Sister
-
kABPersonChildLabel
public static CFStringRef kABPersonChildLabel()
Child
-
kABPersonFriendLabel
public static CFStringRef kABPersonFriendLabel()
Friend
-
kABPersonSpouseLabel
public static CFStringRef kABPersonSpouseLabel()
Spouse
-
kABPersonPartnerLabel
public static CFStringRef kABPersonPartnerLabel()
Partner
-
kABPersonAssistantLabel
public static CFStringRef kABPersonAssistantLabel()
Assistant
-
kABPersonManagerLabel
public static CFStringRef kABPersonManagerLabel()
Manager
-
kABPersonSocialProfileProperty
public static int kABPersonSocialProfileProperty()
kABMultiDictionaryPropertyType
-
kABPersonSocialProfileURLKey
public static CFStringRef kABPersonSocialProfileURLKey()
string representation of a url for the social profile
-
kABPersonSocialProfileServiceKey
public static CFStringRef kABPersonSocialProfileServiceKey()
string representing the name of the service (Twitter, Facebook, LinkedIn, etc.)
-
kABPersonSocialProfileUsernameKey
public static CFStringRef kABPersonSocialProfileUsernameKey()
string representing the user visible name
-
kABPersonSocialProfileUserIdentifierKey
public static CFStringRef kABPersonSocialProfileUserIdentifierKey()
string representing the service specific identifier (optional)
-
kABPersonSocialProfileServiceTwitter
public static CFStringRef kABPersonSocialProfileServiceTwitter()
-
kABPersonSocialProfileServiceSinaWeibo
public static CFStringRef kABPersonSocialProfileServiceSinaWeibo()
-
kABPersonSocialProfileServiceGameCenter
public static CFStringRef kABPersonSocialProfileServiceGameCenter()
-
kABPersonSocialProfileServiceFacebook
public static CFStringRef kABPersonSocialProfileServiceFacebook()
-
kABPersonSocialProfileServiceMyspace
public static CFStringRef kABPersonSocialProfileServiceMyspace()
-
kABPersonSocialProfileServiceLinkedIn
public static CFStringRef kABPersonSocialProfileServiceLinkedIn()
-
kABPersonSocialProfileServiceFlickr
public static CFStringRef kABPersonSocialProfileServiceFlickr()
-
kABPersonAlternateBirthdayProperty
public static int kABPersonAlternateBirthdayProperty()
kABDictionaryPropertyType
-
kABPersonAlternateBirthdayCalendarIdentifierKey
public static CFStringRef kABPersonAlternateBirthdayCalendarIdentifierKey()
string representing the calendar identifier for CFCalendarRef
-
kABPersonAlternateBirthdayEraKey
public static CFStringRef kABPersonAlternateBirthdayEraKey()
CFNumberRef - kCFNumberNSIntegerType
-
kABPersonAlternateBirthdayYearKey
public static CFStringRef kABPersonAlternateBirthdayYearKey()
CFNumberRef - kCFNumberNSIntegerType
-
kABPersonAlternateBirthdayMonthKey
public static CFStringRef kABPersonAlternateBirthdayMonthKey()
CFNumberRef - kCFNumberNSIntegerType
-
kABPersonAlternateBirthdayIsLeapMonthKey
public static CFStringRef kABPersonAlternateBirthdayIsLeapMonthKey()
CFNumberRef - kCFNumberCharType (aka NSNumber Bool type)
-
kABPersonAlternateBirthdayDayKey
public static CFStringRef kABPersonAlternateBirthdayDayKey()
CFNumberRef - kCFNumberNSIntegerType
-
ABGroupCreate
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABGroupCreate()
Deprecated.ABGroupCreate creates a new group in the default source
-
ABGroupCreateInSource
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABGroupCreateInSource(org.moe.natj.general.ptr.ConstVoidPtr source)
Deprecated.
-
ABGroupCopySource
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABGroupCopySource(org.moe.natj.general.ptr.ConstVoidPtr group)
Deprecated.
-
ABGroupCopyArrayOfAllMembers
@Deprecated public static CFArrayRef ABGroupCopyArrayOfAllMembers(org.moe.natj.general.ptr.ConstVoidPtr group)
Deprecated.
-
ABGroupCopyArrayOfAllMembersWithSortOrdering
@Deprecated public static CFArrayRef ABGroupCopyArrayOfAllMembersWithSortOrdering(org.moe.natj.general.ptr.ConstVoidPtr group, int sortOrdering)
Deprecated.
-
ABGroupAddMember
@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.
-
ABGroupRemoveMember
@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.
-
ABAddressBookGetGroupWithRecordID
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABAddressBookGetGroupWithRecordID(org.moe.natj.general.ptr.ConstVoidPtr addressBook, int recordID)Deprecated.Finding groups
-
ABAddressBookGetGroupCount
@Deprecated public static long ABAddressBookGetGroupCount(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.
-
ABAddressBookCopyArrayOfAllGroups
@Deprecated public static CFArrayRef ABAddressBookCopyArrayOfAllGroups(org.moe.natj.general.ptr.ConstVoidPtr addressBook)
Deprecated.
-
ABAddressBookCopyArrayOfAllGroupsInSource
@Deprecated public static CFArrayRef ABAddressBookCopyArrayOfAllGroupsInSource(org.moe.natj.general.ptr.ConstVoidPtr addressBook, org.moe.natj.general.ptr.ConstVoidPtr source)
Deprecated.
-
ABMultiValueGetPropertyType
@Deprecated public static int ABMultiValueGetPropertyType(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
Deprecated.Type of the contained values
-
ABMultiValueGetCount
@Deprecated public static long ABMultiValueGetCount(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
Deprecated.
-
ABMultiValueCopyValueAtIndex
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABMultiValueCopyValueAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue, long index)Deprecated.
-
ABMultiValueCopyArrayOfAllValues
@Deprecated public static CFArrayRef ABMultiValueCopyArrayOfAllValues(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
Deprecated.
-
ABMultiValueCopyLabelAtIndex
@Deprecated public static CFStringRef ABMultiValueCopyLabelAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue, long index)
Deprecated.
-
ABMultiValueGetIndexForIdentifier
@Deprecated public static long ABMultiValueGetIndexForIdentifier(org.moe.natj.general.ptr.ConstVoidPtr multiValue, int identifier)Deprecated.
-
ABMultiValueGetIdentifierAtIndex
@Deprecated public static int ABMultiValueGetIdentifierAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue, long index)Deprecated.
-
ABMultiValueGetFirstIndexOfValue
@Deprecated public static long ABMultiValueGetFirstIndexOfValue(org.moe.natj.general.ptr.ConstVoidPtr multiValue, org.moe.natj.general.ptr.ConstVoidPtr value)Deprecated.
-
ABMultiValueCreateMutable
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABMultiValueCreateMutable(int type)
Deprecated.
-
ABMultiValueCreateMutableCopy
@Deprecated public static org.moe.natj.general.ptr.ConstVoidPtr ABMultiValueCreateMutableCopy(org.moe.natj.general.ptr.ConstVoidPtr multiValue)
Deprecated.
-
ABMultiValueAddValueAndLabel
@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.
-
ABMultiValueInsertValueAndLabelAtIndex
@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.
-
ABMultiValueRemoveValueAndLabelAtIndex
@Deprecated public static boolean ABMultiValueRemoveValueAndLabelAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue, long index)Deprecated.
-
ABMultiValueReplaceValueAtIndex
@Deprecated public static boolean ABMultiValueReplaceValueAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue, org.moe.natj.general.ptr.ConstVoidPtr value, long index)Deprecated.
-
ABMultiValueReplaceLabelAtIndex
@Deprecated public static boolean ABMultiValueReplaceLabelAtIndex(org.moe.natj.general.ptr.ConstVoidPtr multiValue, CFStringRef label, long index)Deprecated.
-
kABGroupNameProperty
public static int kABGroupNameProperty()
-
-