This commit was generated by cvs2svn to compensate for changes in r8690,
[freeside.git] / FS / FS / part_export.pm
index dce2d2a..16aad6d 100644 (file)
@@ -10,6 +10,9 @@ use FS::part_svc;
 use FS::part_export_option;
 use FS::export_svc;
 
+#for export modules, though they should probably just use it themselves
+use FS::queue;
+
 @ISA = qw( FS::option_Common );
 @EXPORT_OK = qw(export_info);
 
@@ -356,6 +359,14 @@ sub _export_unsuspend {
   $self->_export_replace( $svc_x, $old );
 }
 
+=item export_links SVC_OBJECT ARRAYREF
+
+Adds a list of web elements to ARRAYREF specific to this export and SVC_OBJECT.
+The elements are displayed in the UI to lead the the operator to external
+configuration, monitoring, and similar tools.
+
+=cut
+
 =back
 
 =head1 SUBROUTINES
@@ -400,6 +411,7 @@ sub export_info {
 #  '';
 #}
 
+#false laziness w/part_pkg & cdr
 foreach my $INC ( @INC ) {
   foreach my $file ( glob("$INC/FS/part_export/*.pm") ) {
     warn "attempting to load export info from $file\n" if $DEBUG;