Functions | |
| alp_status_t | alp_contacts_dml_add_memberships (AlpDmlH dmlH, AlpLuid personLuid, const AlpLuid *categoryLuids, AlpLuid membershipLuid, int32_t numCategoryLuids) |
| Adds the given personLuid to the given categories. | |
| alp_status_t | alp_contacts_dml_memberships_add (AlpDmlH dmlH, AlpLuid personLuid, const AlpLuid *categoryIDs, AlpLuid membershipLuid, int32_t numCategoryIDs) __attribute((deprecated)) |
| Deprecated. Use alp_contacts_dml_add_memberships instead. | |
| alp_status_t | alp_contacts_dml_memberships_remove (AlpDmlH dmlH, AlpLuid personLuid, const AlpLuid *categoryIDs, AlpLuid membershipLuid, int32_t numCategoryIDs) __attribute((deprecated)) |
| Deprecated. Use alp_contacts_dml_remove_memberships instead. | |
| alp_status_t | alp_contacts_dml_remove_memberships (AlpDmlH dmlH, AlpLuid personLuid, const AlpLuid *categoryLuids, AlpLuid membershipLuid, int32_t numCategoryLuids) |
| Removes a given personLuid's membership from a set of categories. | |
|
||||||||||||||||||||||||
|
Adds the given personLuid to the given categories. Note, this routine validates that the personLuid represents a valid person entity in the datamodel, and returns ALP_STATUS_CONTACTS_DML_BAD_PARAM if it does not.
|
|
||||||||||||||||||||||||
|
Deprecated. Use alp_contacts_dml_add_memberships instead.
|
|
||||||||||||||||||||||||
|
Deprecated. Use alp_contacts_dml_remove_memberships instead.
|
|
||||||||||||||||||||||||
|
Removes a given personLuid's membership from a set of categories. If categoryLuids is NULL, then the personLuid's membership is removed from ALL categories (this is useful when deleting a person from the datamodel). Note, this routine validates that the personLuid represents a valid person entity in the datamodel, and returns ALP_STATUS_CONTACTS_DML_BAD_PARAM if it does not.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.