?? binderportletserviceibm.html
字號:
<TD><CODE><B><A HREF="../../../../../com/ibm/content/binder/service/BinderPortletServiceIBM.html#doesBinderExist(org.apache.jetspeed.portlet.PortletRequest, java.lang.String)">doesBinderExist</A></B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A> request, java.lang.String binderId)</CODE><BR> <B>Deprecated.</B> Checks if a <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> with the given ID exists.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model">Binder</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/ibm/content/binder/service/BinderPortletServiceIBM.html#getBinder(org.apache.jetspeed.portlet.PortletRequest, java.lang.String)">getBinder</A></B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A> request, java.lang.String binderId)</CODE><BR> <B>Deprecated.</B> Retrieves an existing <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> given its ID.</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="../../../../../com/ibm/content/binder/service/BinderPortletServiceIBM.html#grantAccess(org.apache.jetspeed.portlet.PortletRequest, java.lang.String, com.ibm.content.binder.model.BinderAccessLevel.Level, java.lang.String[])">grantAccess</A></B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A> request, java.lang.String binderId, <A HREF="../../../../../com/ibm/content/binder/model/BinderAccessLevel.Level.html" title="class in com.ibm.content.binder.model">BinderAccessLevel.Level</A> accessLevel, java.lang.String[] wmmIds)</CODE><BR> <B>Deprecated.</B> Grant a level of access to a <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> to users whose WMM IDs are provided.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/ibm/content/binder/service/BinderPortletServiceIBM.html#hasAccess(org.apache.jetspeed.portlet.PortletRequest, java.lang.String, com.ibm.content.binder.model.BinderAccessLevel.Level)">hasAccess</A></B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A> request, java.lang.String binderId, <A HREF="../../../../../com/ibm/content/binder/model/BinderAccessLevel.Level.html" title="class in com.ibm.content.binder.model">BinderAccessLevel.Level</A> accessLevel)</CODE><BR> <B>Deprecated.</B> Tells if the current user has a given access on the <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> whose ID is provided.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/ibm/content/binder/service/BinderPortletServiceIBM.html#hasAccess(org.apache.jetspeed.portlet.PortletRequest, java.lang.String, com.ibm.content.binder.model.BinderAccessLevel.Level, java.lang.String)">hasAccess</A></B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A> request, java.lang.String binderId, <A HREF="../../../../../com/ibm/content/binder/model/BinderAccessLevel.Level.html" title="class in com.ibm.content.binder.model">BinderAccessLevel.Level</A> accessLevel, java.lang.String wmmId)</CODE><BR> <B>Deprecated.</B> Tells if a given user has a given access on the <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> whose ID is provided.</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="../../../../../com/ibm/content/binder/service/BinderPortletServiceIBM.html#revokeAccess(org.apache.jetspeed.portlet.PortletRequest, java.lang.String, com.ibm.content.binder.model.BinderAccessLevel.Level, java.lang.String[])">revokeAccess</A></B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A> request, java.lang.String binderId, <A HREF="../../../../../com/ibm/content/binder/model/BinderAccessLevel.Level.html" title="class in com.ibm.content.binder.model">BinderAccessLevel.Level</A> accessLevel, java.lang.String[] wmmIds)</CODE><BR> <B>Deprecated.</B> Revoke a granted level of access to a <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> to users whose WMM IDs are provided.</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="../../../../../com/ibm/content/binder/service/BinderPortletServiceIBM.html#storeBinder(org.apache.jetspeed.portlet.PortletRequest, com.ibm.content.binder.model.Binder)">storeBinder</A></B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A> request, <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model">Binder</A> binder)</CODE><BR> <B>Deprecated.</B> Persists a <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> instance in the data store, or update the persisted version of an existing <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A>.</TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="doesBinderExist(org.apache.jetspeed.portlet.PortletRequest, java.lang.String)"><!-- --></A><H3>doesBinderExist</H3><PRE>public boolean <B>doesBinderExist</B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A> request, java.lang.String binderId) throws <A HREF="../../../../../com/ibm/content/binder/exception/BinderException.html" title="class in com.ibm.content.binder.exception">BinderException</A></PRE><DL><DD><B>Deprecated.</B> <DD>Checks if a <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> with the given ID exists.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>binderId</CODE> - the ID of the <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> whose existence is checked<DT><B>Returns:</B><DD><code>true</code> if the Binder exists, <code>false</code> otherwise.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/ibm/content/binder/exception/BinderException.html" title="class in com.ibm.content.binder.exception">BinderException</A></CODE></DL></DD></DL><HR><A NAME="getBinder(org.apache.jetspeed.portlet.PortletRequest, java.lang.String)"><!-- --></A><H3>getBinder</H3><PRE>public <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model">Binder</A> <B>getBinder</B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A> request, java.lang.String binderId) throws <A HREF="../../../../../com/ibm/content/binder/exception/BinderException.html" title="class in com.ibm.content.binder.exception">BinderException</A></PRE><DL><DD><B>Deprecated.</B> <DD>Retrieves an existing <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> given its ID.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - the current portlet request<DD><CODE>binderId</CODE> - the ID of the <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> to retrieve<DT><B>Returns:</B><DD>the <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> instance whose ID is provided<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/ibm/content/binder/exception/BinderException.html" title="class in com.ibm.content.binder.exception">BinderException</A></CODE></DL></DD></DL><HR><A NAME="storeBinder(org.apache.jetspeed.portlet.PortletRequest, com.ibm.content.binder.model.Binder)"><!-- --></A><H3>storeBinder</H3><PRE>public java.lang.String <B>storeBinder</B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A> request, <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model">Binder</A> binder) throws <A HREF="../../../../../com/ibm/content/binder/exception/BinderException.html" title="class in com.ibm.content.binder.exception">BinderException</A></PRE><DL><DD><B>Deprecated.</B> <DD>Persists a <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> instance in the data store, or update the persisted version of an existing <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A>.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - the current portlet request<DD><CODE>binder</CODE> - the <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> instance to persist<DT><B>Returns:</B><DD>the <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> ID, as a String<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/ibm/content/binder/exception/BinderException.html" title="class in com.ibm.content.binder.exception">BinderException</A></CODE><DD><CODE><A HREF="../../../../../com/ibm/content/binder/exception/BinderNotFoundException.html" title="class in com.ibm.content.binder.exception">BinderNotFoundException</A></CODE> - if no <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> with ID binderId exists</DL></DD></DL><HR><A NAME="deleteBinder(org.apache.jetspeed.portlet.PortletRequest, java.lang.String)"><!-- --></A><H3>deleteBinder</H3><PRE>public void <B>deleteBinder</B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A> request, java.lang.String binderId) throws <A HREF="../../../../../com/ibm/content/binder/exception/BinderException.html" title="class in com.ibm.content.binder.exception">BinderException</A></PRE><DL><DD><B>Deprecated.</B> <DD>Remove a <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> from the data store, effectively destroying it.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - the current portlet request<DD><CODE>binderId</CODE> - the ID of the <A HREF="../../../../../com/ibm/content/binder/model/Binder.html" title="interface in com.ibm.content.binder.model"><CODE>Binder</CODE></A> to delete.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/ibm/content/binder/exception/BinderException.html" title="class in com.ibm.content.binder.exception">BinderException</A></CODE></DL></DD>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -