Category Manager API's
[Category Manager Data Model]


Modules

 Initializer
 Open and Close
 Create Item
 Write Item
 Read Item
 Membership Functions
 Utility API

Functions

alp_status_t alp_catmgr_dml_init (AlpDmlH dmlH)
alp_status_t alp_catmgr_dml_statement_get_luid (AlpDmlStatementH dmlStmtH, AlpLuid *entityLuid)


Function Documentation

alp_status_t alp_catmgr_dml_init AlpDmlH  dmlH  ) 
 

Initialize the Catagory Manager Datamodel inside of a given datamodel.

Parameters:
[in] dml Data model in which a new category datamodel should be created in. For example, this parameter would be an AlpContactsDmlH when creating a Category data model inside the Contacts Data Model.
Returns:
alp_status_t

alp_status_t alp_catmgr_dml_statement_get_luid AlpDmlStatementH  dmlStmtH,
AlpLuid entityLuid
 

Given a statement handle that has been stepped using alp_catmgr_dml_statement_next(), this routine fetches the luid of the item for the object at the statement's curent position:

CategoryItem: category LUID is fetched MembershipItem: Category Membership LUID is fetched

Parameters:
[in] dmlStmtH Statement handle that has been initialized using any alp_catmgr_dml_*_statement_init() API and stepped using alp_catmgr_dml_statement_next()
[out] luid AlpLuid of the object referenced by the statement handle is part of.
Returns:
ALP_STATUS_CATMGR_DML_* error


Generated on Wed Jul 30 07:06:41 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.