git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8356
dcc99617-32d9-48b4-a31d-
7c20da2025e4
signature => q/
Creates a new picklist
@param authtoken
- @pararm picklist
+ @param picklist
/
);
signature => q/
Updates a picklist
@param authtoken
- @pararm picklist
+ @param picklist
/
);
signature => q/
Retrieves a picklist
@param authtoken
- @pararm picklist_id
+ @param picklist_id
@param flesh Causes the linked picklist_entry objects
to be appended to the object
/
signature => q/
Deletes a picklist
@param authtoken
- @pararm picklist_id
+ @param picklist_id
/
);
Creates a new picklist entry. This method extracts the bib
data from the provided MARC XML.
@param authtoken
- @pararm picklist_id
- @pararm marc_xml
- @pararm bibid ID of the existing bibliio.record_entry if appropriate
+ @param picklist_id
+ @param marc_xml
+ @param bibid ID of the existing bibliio.record_entry if appropriate
/
);