Functions | |
| alp_status_t | alp_catmgr_dml_delete (AlpDmlH dmlH, AlpCatMgrDmlItemType itemType, AlpLuid itemLuid) |
| alp_status_t | alp_catmgr_dml_insert (AlpDmlH dmlH, AlpDmlItemH itemH, AlpLuid *itemLuid) |
| alp_status_t | alp_catmgr_dml_update (AlpDmlH dmlH, AlpDmlItemH itemH, AlpLuid itemLuid) |
|
||||||||||||||||
|
Deletes an item from the datamodel indicated by a luid that was created with alp_catmgr_dml_item_create.
|
|
||||||||||||||||
|
Inserts a given item into the datamodel. The itemH must have been created with alp_catmgr_dml_item_create with a valid AlpCatMgrDmlItemType. If the insert is successful, a new AlpLuid will be returned in the luid parameter. Note in the case that itemH is a MembershipItem, the luid parameter will be validated to make sure a corresponding category luid has already been inserted.
|
|
||||||||||||||||
|
Updates a given CategoryItem in the datamodel. The itemH must have been created with alp_catmgr_dml_item_create. categoryLuid must be a valid Luid for a CategoryItem that has already been inserted into the datamodel with alp_catmgr_dml_insert. If the Luid doesn't exist in the datamodel ALP_STATUS_CATMGR_DML_INVALID_LUID is returned. After updating, all fields in the old item are overwritten fields from the new item.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.