📄 musiclibrary.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Fri Dec 05 15:19:25 PST 2003 -->
<TITLE>
MusicLibrary (WebLogic Server 8.1 Examples)
</TITLE>
<META NAME="keywords" CONTENT="examples.ejb20.relationships.bands.MusicLibrary,MusicLibrary interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="MusicLibrary (WebLogic Server 8.1 Examples)";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</td><td valign=bottom align=right><b>WebLogic Server 8.1 Code Examples</b>, BEA Systems, Inc.</td></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../examples/ejb20/relationships/bands/FanClubHome.html"><B>PREV CLASS</B></A>
<A HREF="../../../../examples/ejb20/relationships/bands/MusicLibraryHome.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="MusicLibrary.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT>
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
examples.ejb20.relationships.bands</FONT>
<BR>
Interface MusicLibrary</H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD>javax.ejb.EJBObject, java.rmi.Remote</DD>
</DL>
<HR>
<DL>
<DT>public interface <B>MusicLibrary</B><DT>extends javax.ejb.EJBObject</DL>
<P>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#addBand(examples.ejb20.relationships.bands.BandInfo)">addBand</A></B>(<A HREF="../../../../examples/ejb20/relationships/bands/BandInfo.html">BandInfo</A> bandInfo)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#addBands(java.util.Collection)">addBands</A></B>(java.util.Collection bandInfos)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#addRecording(examples.ejb20.relationships.bands.RecordingInfo)">addRecording</A></B>(<A HREF="../../../../examples/ejb20/relationships/bands/RecordingInfo.html">RecordingInfo</A> recInfo)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#addRecordings(java.util.Collection)">addRecordings</A></B>(java.util.Collection recInfos)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Set</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#getAfterDateExcludeBand(java.sql.Date, examples.ejb20.relationships.bands.BandPK)">getAfterDateExcludeBand</A></B>(java.sql.Date date,
<A HREF="../../../../examples/ejb20/relationships/bands/BandPK.html">BandPK</A> badBandPK)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Collection</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#getBands()">getBands</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Collection</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#getRecordings(examples.ejb20.relationships.bands.BandPK)">getRecordings</A></B>(<A HREF="../../../../examples/ejb20/relationships/bands/BandPK.html">BandPK</A> band)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Collection</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#getRecordingsNotByBand(examples.ejb20.relationships.bands.BandPK)">getRecordingsNotByBand</A></B>(<A HREF="../../../../examples/ejb20/relationships/bands/BandPK.html">BandPK</A> badBand)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#getWriteUpForBand(examples.ejb20.relationships.bands.BandInfo)">getWriteUpForBand</A></B>(<A HREF="../../../../examples/ejb20/relationships/bands/BandInfo.html">BandInfo</A> bandInfo)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#removeBand(examples.ejb20.relationships.bands.BandInfo)">removeBand</A></B>(<A HREF="../../../../examples/ejb20/relationships/bands/BandInfo.html">BandInfo</A> bandInfo)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#removeBand(examples.ejb20.relationships.bands.BandPK)">removeBand</A></B>(<A HREF="../../../../examples/ejb20/relationships/bands/BandPK.html">BandPK</A> bandPK)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#removeBands(java.util.Collection)">removeBands</A></B>(java.util.Collection bandInfos)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#removeBandsByPK(java.util.Collection)">removeBandsByPK</A></B>(java.util.Collection bandPKs)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#removeBandsThatExist(java.util.Collection)">removeBandsThatExist</A></B>(java.util.Collection bandInfos)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#removeRecording(examples.ejb20.relationships.bands.RecordingInfo)">removeRecording</A></B>(<A HREF="../../../../examples/ejb20/relationships/bands/RecordingInfo.html">RecordingInfo</A> recInfo)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#removeRecording(examples.ejb20.relationships.bands.RecordingPK)">removeRecording</A></B>(<A HREF="../../../../examples/ejb20/relationships/bands/RecordingPK.html">RecordingPK</A> recPK)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#removeRecordings(java.util.Collection)">removeRecordings</A></B>(java.util.Collection recInfos)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#removeRecordingsByPK(java.util.Collection)">removeRecordingsByPK</A></B>(java.util.Collection recPKs)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../examples/ejb20/relationships/bands/MusicLibrary.html#removeRecordingsThatExist(java.util.Collection)">removeRecordingsThatExist</A></B>(java.util.Collection recInfos)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_javax.ejb.EJBObject"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from interface javax.ejb.EJBObject</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>getEJBHome, getHandle, getPrimaryKey, isIdentical, remove</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="addBand(examples.ejb20.relationships.bands.BandInfo)"><!-- --></A><H3>
addBand</H3>
<PRE>
public void <B>addBand</B>(<A HREF="../../../../examples/ejb20/relationships/bands/BandInfo.html">BandInfo</A> bandInfo)
throws java.rmi.RemoteException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DD><CODE>java.rmi.RemoteException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="addBands(java.util.Collection)"><!-- --></A><H3>
addBands</H3>
<PRE>
public void <B>addBands</B>(java.util.Collection bandInfos)
throws java.rmi.RemoteException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DD><CODE>java.rmi.RemoteException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="addRecording(examples.ejb20.relationships.bands.RecordingInfo)"><!-- --></A><H3>
addRecording</H3>
<PRE>
public void <B>addRecording</B>(<A HREF="../../../../examples/ejb20/relationships/bands/RecordingInfo.html">RecordingInfo</A> recInfo)
throws java.rmi.RemoteException</PRE>
<DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -