Restriction
[IMPS]


Detailed Description

Buddy APIs.


Functions

alp_status_t alp_postal_imps_restriction_entity_free (AlpPostalImpsEntity *iEntity)
 Free an Entity.
alp_status_t alp_postal_imps_restriction_entity_get_property (AlpPostalImpsEntity *iEntity, alp_postal_property_id_t iPropertyId, AlpPostalProperty **oEntityPropertyP)
 Retrieve a property from an Entity.
alp_status_t alp_postal_imps_restriction_list_add_groupid (AlpPostalImpsEntityList *iEntityList, char *iGroupId)
 Populate an EntityList.
alp_status_t alp_postal_imps_restriction_list_add_sname (AlpPostalImpsEntityList *iEntityList, char *iScreenName, char *iGroupId)
 Populate an EntityList.
alp_status_t alp_postal_imps_restriction_list_add_userid (AlpPostalImpsEntityList *iEntityList, char *iUsedId)
 Populate an EntityList.
alp_status_t alp_postal_imps_restriction_list_free (AlpPostalImpsEntityList *iEntityList)
 Free an EntityList.
alp_status_t alp_postal_imps_restriction_list_init (AlpPostalImpsEntityList *iEntityList)
 Init an EntityList.


Function Documentation

alp_status_t alp_postal_imps_restriction_entity_free AlpPostalImpsEntity iEntity  ) 
 

Free an Entity.

Parameters:
[in] iEntity the entity to free.
Returns:
Returns an error code.

alp_status_t alp_postal_imps_restriction_entity_get_property AlpPostalImpsEntity iEntity,
alp_postal_property_id_t  iPropertyId,
AlpPostalProperty **  oEntityPropertyP
 

Retrieve a property from an Entity.

Parameters:
[in] iEntity The Entity in which a property must be retrieved.
[in] iPropertyId an address property Id.
[out] oEntityPropertyP The Entity property to be retrieved.
Returns:
Returns an error code.

alp_status_t alp_postal_imps_restriction_list_add_groupid AlpPostalImpsEntityList iEntityList,
char *  iGroupId
 

Populate an EntityList.

Parameters:
[in] iEntityList the entity list where to add item.
[in] iGroupId the groupId to add.
Returns:
Returns an error code.

alp_status_t alp_postal_imps_restriction_list_add_sname AlpPostalImpsEntityList iEntityList,
char *  iScreenName,
char *  iGroupId
 

Populate an EntityList.

Parameters:
[in] iEntityList the entity list where to add item.
[in] iScreenName the ScreenName to add.
[in] iGroupId the groupId to add.
Returns:
Returns an error code.

alp_status_t alp_postal_imps_restriction_list_add_userid AlpPostalImpsEntityList iEntityList,
char *  iUsedId
 

Populate an EntityList.

Parameters:
[in] iEntityList the entity list where to add item.
[in] iUsedId the userId to add.
Returns:
Returns an error code.

alp_status_t alp_postal_imps_restriction_list_free AlpPostalImpsEntityList iEntityList  ) 
 

Free an EntityList.

Parameters:
[in] iEntityList the entity list to free.
Returns:
Returns an error code.

alp_status_t alp_postal_imps_restriction_list_init AlpPostalImpsEntityList iEntityList  ) 
 

Init an EntityList.

Parameters:
[in] iEntityList the entity list to Initialize.
Returns:
Returns an error code.


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.