Diff for /nsdl/lib/perl/Apache/NSDL/FromTheGateway.pm between versions 1.2 and 1.7

version 1.2, 2002/05/06 03:56:35 version 1.7, 2002/07/14 07:43:22
Line 19 Line 19
 # module.  # module.
 #  #
 # NSDL ---------> Gateway --------> LON-CAPA  # NSDL ---------> Gateway --------> LON-CAPA
 # LON-CAPA =====> Gateway --------> NSDL  # LON-CAPA -----> Gateway ========> NSDL
 #  #
 # SUBROUTINES:  # SUBROUTINES:
 # NSDL->view_LONCAPAgateway_results  # NSDL->view_LONCAPAgateway_results
Line 45  my $VERSION = sprintf("%d.%02d", q$Revis Line 45  my $VERSION = sprintf("%d.%02d", q$Revis
   
 # ------------------------------------------- NSDL->view_LONCAPAgateway_results  # ------------------------------------------- NSDL->view_LONCAPAgateway_results
 sub view_LONCAPAgateway_results {  sub view_LONCAPAgateway_results {
 # Not yet implemented      my ($eref)=@_;
 # Need to specifically characterize INPUT arguments and OUTPUT data      return Apache::GATEWAY::ToNSDL::view_LONCAPAnetwork_results($eref);
 }  }
   
 # ----------------------------------- NSDL->view_LONCAPAgateway_metadata_record  # ----------------------------------- NSDL->view_LONCAPAgateway_metadata_record
 sub view_LONCAPAgateway_metadata_record {  sub view_LONCAPAgateway_metadata_record {
 # Not yet implemented      my ($eref)=@_;
 # Need to specifically characterize INPUT arguments and OUTPUT data      return Apache::GATEWAY::ToNSDL::view_LONCAPAnetwork_metadata_record($eref);
 }  }
   
 # ---------------------------------------- NSDL->access_LONCAPAgateway_resource  # ---------------------------------------- NSDL->access_LONCAPAgateway_resource
 sub access_LONCAPAgateway_resource {  sub access_LONCAPAgateway_resource {
 # Not yet implemented      my ($eref)=@_;
 # Need to specifically characterize INPUT arguments and OUTPUT data      return Apache::GATEWAY::ToNSDL::access_LONCAPAnetwork_resource($eref);
 }  }
   
 # ----------------------------------------- NSDL->search_against_LONCAPAgateway  # ----------------------------------------- NSDL->search_against_LONCAPAgateway
 sub search_against_LONCAPAgateway {  sub search_against_LONCAPAgateway {
 # Not yet implemented      my ($eref)=@_;
 # Need to specifically characterize INPUT arguments and OUTPUT data      return Apache::GATEWAY::ToNSDL::search_against_LONCAPAnetwork($eref);
 }  }
   
 1;  1;
Line 167  This facilitates the viewing of LON-CAPA Line 167  This facilitates the viewing of LON-CAPA
 B<This relates to information that has passed  B<This relates to information that has passed
 to NSDL I<from the> GATEWAY>.  to NSDL I<from the> GATEWAY>.
   
   =item B<Status of Implementation>
   
   n/a
   
 =back  =back
   
 =item B<Apache::NSDL::view_LONCAPAgateway_metadata_record>  =item B<Apache::NSDL::view_LONCAPAgateway_metadata_record>
Line 188  A pointer to the metadata. Line 192  A pointer to the metadata.
 This provides the content of the resource matching a given request.  This provides the content of the resource matching a given request.
 B<The information has passed to NSDL I<from the> GATEWAY>.  B<The information has passed to NSDL I<from the> GATEWAY>.
   
   =item B<Status of Implementation>
   
   n/a
   
 =back  =back
   
 =item B<Apache::NSDL::access_LONCAPAgateway_resource>  =item B<Apache::NSDL::access_LONCAPAgateway_resource>
Line 198  B<The information has passed to NSDL I<f Line 206  B<The information has passed to NSDL I<f
   
 Identifier for LON-CAPA resource.  Identifier for LON-CAPA resource.
   
 =item B<Output> - Scalar string, Scalar string  =item B<Output> - Scalar string, Scalar string reference.
   
 An exit code is returned as a scalar string.  An exit code is returned as a scalar string.
   
 A list of records returned via an array reference.  Pointer to information about accessing LON-CAPA resource.
   
 =item B<Description>  =item B<Description>
   
 This accepts access to a LON-CAPA resource.  This accepts access to a LON-CAPA resource.
 B<The information has passed to NSDL I<from the> GATEWAY>.  B<The information has passed to NSDL I<from the> GATEWAY>.
   
   =item B<Status of Implementation>
   
   n/a
   
 =back  =back
   
 =item B<Apache::NSDL::search_against_LONCAPAgateway>  =item B<Apache::NSDL::search_against_LONCAPAgateway>
Line 233  request to the NSDL-LONCAPA Gateway Serv Line 245  request to the NSDL-LONCAPA Gateway Serv
 This launches the search request and receives a pointer as to  This launches the search request and receives a pointer as to
 where the results will be.  where the results will be.
   
   =item B<Status of Implementation>
   
   n/a
   
 =back  =back
   
 =back  =back

Removed from v.1.2  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>