Provides functionality for working with SmartDocs.
Method DetailSmartDoc createPalSmartDoc(String name, String description, String category) Creates a smart doc that is accessible to the Pal.
Parameters:
Returns: SmartDoc Since: 06-28-2012 SmartDoc createPrivateSmartDoc(String name, String description, String category) Creates a smart doc that is accessible to the Pal and the active user's profile.
Parameters:
Returns: SmartDoc Since: 06-28-2012 int deletePrivateSmartDocs(String profileId) Deletes all smart docs associated with the given profile.
Parameters:
Returns: int Since: 06-28-2012 deleteSmartDoc(String id) Deletes the specified smart doc.
Parameters:
Since: 06-28-2012 SystemDataView getPalSmartDocs() Returns a view of smart docs associated with this Pal with access level=Pal. Returns: SystemDataView DataList Name: PalSmartDocs
Since: 06-28-2012 SystemDataView getPrivateSmartDocs() Returns a view of smart docs associated with this Pal with access level=Private. Returns: SystemDataView DataList Name: PrivateSmartDocs
Since: 06-28-2012 SmartDoc getSmartDoc(String id) Returns the specified smart doc.
Parameters:
Returns: SmartDoc Since: 06-28-2012 SystemDataView getSmartDocs() Returns a view of smart docs associated with this Pal regardless of access level. Returns: SystemDataView DataList Name: SmartDocs
Since: 06-28-2012 String toString() Returns a description of this object. Returns: String Since: 06-28-2012 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |