|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.registration.impl.ConsumerCapabilitiesImpl
public class ConsumerCapabilitiesImpl
Constructor Summary | |
---|---|
ConsumerCapabilitiesImpl()
|
Method Summary | |
---|---|
java.util.List |
getSupportedModes()
Returns the list of supported Mode s |
java.util.List |
getSupportedUserProfileData()
Returns the list of names of UserProfile extensions the associated Consumer supports. |
java.util.List |
getSupportedUserScopes()
Returns the list of user scopes (e.g. |
java.util.List |
getSupportedWindowStates()
Returns the list of supported WindowState s |
void |
setSupportedModes(java.util.List supportedModes)
|
void |
setSupportedUserProfileData(java.util.List supportedUserProfileData)
|
void |
setSupportedUserScopes(java.util.List supportedUserScopes)
|
void |
setSupportedWindowStates(java.util.List supportedWindowStates)
|
void |
setSupportsGetMethod(boolean supportsGetMethod)
|
boolean |
supportsGetMethod()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConsumerCapabilitiesImpl()
Method Detail |
---|
public boolean supportsGetMethod()
supportsGetMethod
in interface ConsumerCapabilities
public java.util.List getSupportedModes()
ConsumerCapabilities
Mode
s
getSupportedModes
in interface ConsumerCapabilities
public java.util.List getSupportedWindowStates()
ConsumerCapabilities
WindowState
s
getSupportedWindowStates
in interface ConsumerCapabilities
public java.util.List getSupportedUserScopes()
ConsumerCapabilities
getSupportedUserScopes
in interface ConsumerCapabilities
public java.util.List getSupportedUserProfileData()
ConsumerCapabilities
getSupportedUserProfileData
in interface ConsumerCapabilities
public void setSupportsGetMethod(boolean supportsGetMethod)
setSupportsGetMethod
in interface ConsumerCapabilities
public void setSupportedModes(java.util.List supportedModes)
setSupportedModes
in interface ConsumerCapabilities
public void setSupportedWindowStates(java.util.List supportedWindowStates)
setSupportedWindowStates
in interface ConsumerCapabilities
public void setSupportedUserScopes(java.util.List supportedUserScopes)
setSupportedUserScopes
in interface ConsumerCapabilities
public void setSupportedUserProfileData(java.util.List supportedUserProfileData)
setSupportedUserProfileData
in interface ConsumerCapabilities
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |