summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
Diffstat (limited to 'config-db')
-rw-r--r--config-db/OpenSLX/ConfigDB.pm18
1 files changed, 18 insertions, 0 deletions
diff --git a/config-db/OpenSLX/ConfigDB.pm b/config-db/OpenSLX/ConfigDB.pm
index 85ac7113..e9779747 100644
--- a/config-db/OpenSLX/ConfigDB.pm
+++ b/config-db/OpenSLX/ConfigDB.pm
@@ -273,6 +273,8 @@ sub rollbackTransaction
return;
}
+=back
+
=head2 Data Access Methods
=over
@@ -847,8 +849,12 @@ sub fetchGroupIDsOfClient
return $self->{'meta-db'}->fetchGroupIDsOfClient($clientID);
}
+=back
+
=head2 Data Manipulation Methods
+=over
+
=item C<addVendorOS(@$valRows)>
Adds one or more vendor-OS to the database.
@@ -2023,8 +2029,12 @@ sub emptyDatabase
return;
}
+=back
+
=head2 Data Aggregation Methods
+=over
+
=item C<mergeDefaultAttributesIntoSystem($system)>
merges default system attributes into the given system hash and pushes the default
@@ -2270,8 +2280,12 @@ sub aggregatedSystemFileInfoFor
return $info;
}
+=back
+
=head2 Support Functions
+=over
+
=item C<isAttribute($key)>
Returns whether or not the given key is an exportable attribute.
@@ -2603,3 +2617,7 @@ sub _unique
}
1;
+
+=back
+
+=cut