|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsrp4j.producer.provider.driver.ConsumerPortletRegistrationImpl
public class ConsumerPortletRegistrationImpl
This class collects the porlet handles for a registered consumer and is used for persistence purpose.
Constructor Summary | |
---|---|
ConsumerPortletRegistrationImpl()
Default Constructor |
Method Summary | |
---|---|
void |
addPortletHandle(java.lang.String portletHandle)
Add a portlet handle to the current registration |
boolean |
containsPortletHandle(java.lang.String portletHandle)
Returns true, if the portletHandle is associated to the current registration. |
void |
deletePortletHandle(java.lang.String portletHandle)
Removes a portlet handle from the current registration |
java.util.Collection |
getPortletHandles()
Returns a collection of portlet handles for this registration |
java.lang.String |
getRegistrationHandle()
Returns the registration handle for a specific consumer |
boolean |
isEmpty()
|
void |
setPortletHandles(java.util.Collection collection)
Sets a collection of portlet handles for this registration |
void |
setRegistrationHandle(java.lang.String regHandle)
Sets the registration handle for a specific consumer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConsumerPortletRegistrationImpl()
Method Detail |
---|
public void setRegistrationHandle(java.lang.String regHandle)
regHandle,
- consumer registration handlepublic java.lang.String getRegistrationHandle()
public void addPortletHandle(java.lang.String portletHandle)
portletHandle
- public boolean containsPortletHandle(java.lang.String portletHandle)
public void deletePortletHandle(java.lang.String portletHandle)
portletHandle
- public void setPortletHandles(java.util.Collection collection)
collection
- public java.util.Collection getPortletHandles()
public boolean isEmpty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |