changed POD formatting

This commit is contained in:
JT Smith 2004-09-14 02:22:38 +00:00
parent bf5a0145ae
commit 2b6eb201a9
55 changed files with 1188 additions and 3220 deletions

View file

@ -70,14 +70,10 @@ sub getFieldTypes {
Deletes a field from the metadata system.
=over
=item fieldId
=head3 fieldId
The fieldId to be deleted.
=back
=cut
sub deleteField {
@ -94,19 +90,15 @@ sub deleteField {
Returns a hash reference containing metadata field properties
for a single field.
=over
=item fieldId
=head3 fieldId
The fieldId for which you want to retrieve field properties.
=item wobjectId
=head3 wobjectId
If specified, the method will not only get the field properties,
but the value for this wobjectId as well.
=back
=cut
sub getField {
@ -129,19 +121,15 @@ If a wobjectId is specified, the metadata values for that wobject
are included as well. You can limit the output to a certain
field by specifying a fieldId.
=over
=item wobjectId
=head3 wobjectId
If specified, the hashRef will contain the metadata values for
this wobject.
=item fieldId
=head3 fieldId
If specified, the hashRef will contain only this field.
=back
=cut
sub getMetaDataFields {
@ -176,14 +164,10 @@ sub getMetaDataFields {
Saves posted metadata for requested wobjectId
=over
=item wobjectId
=head3 wobjectId
The Id from the wobject you want to save metadata for.
=back
=cut
sub metaDataSave {
@ -217,14 +201,10 @@ sub metaDataSave {
Deletes the metadata for requested wobjectId
=over
=item wobjectId
=head3 wobjectId
The Id from the wobject you want to delete metadata for.
=back
=cut
sub metaDataDelete {
@ -238,18 +218,14 @@ sub metaDataDelete {
Duplicates Metadata
=over
=item fromWobjectId
=head3 fromWobjectId
The original wobject Id
=item toWobjectId
=head3 toWobjectId
The new wobject Id
=back
=cut
sub MetaDataDuplicate {
@ -271,9 +247,7 @@ sub MetaDataDuplicate {
This function will search for a wobject that match a metadata criteria set.
If no wobject is found, undef will be returned.
=over
=item hashRef
=head3 hashRef
A typical hashRef for this function will look like:
@ -287,8 +261,6 @@ Most of the time this will be a:
WebGUI::SQL->quickHashRef("select * from WobjectProxy where wobjectId=$proxiedId");
=back
=cut
sub getWobjectByCriteria {