Java Doc for NewConfiguredProducerBean.java in  » Portal » Open-Portal » com » sun » portal » admin » console » wsrp » consumer » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » Open Portal » com.sun.portal.admin.console.wsrp.consumer 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.portal.admin.console.wsrp.consumer.ConsumerBaseBean
   com.sun.portal.admin.console.wsrp.consumer.NewConfiguredProducerBean

NewConfiguredProducerBean
public class NewConfiguredProducerBean extends ConsumerBaseBean implements WizardEventListener(Code)


Field Summary
final public static  StringIN_BAND
    
final public static  StringNO_IDENTITY_PROPAGATION
    
final public static  StringOASIS_WSS_USERNAME_ONLY_PROPAGATION
    
final public static  StringOASIS_WSS_USERNAME_PASSWORD_DIGEST_PROPAGATION
    
final public static  StringOASIS_WSS_USERNAME_PASSWORD_PLAINTEXT_PROPAGATION
    
final public static  StringOUT_OF_BAND
    
final public static  StringPORTLET
    
final public static  StringPRODUCER
    
final public static  StringREGISTRY_SEARCH
    
final public static  StringREGISTRY_SEARCH_TYPE
    
final public static  StringSSOTOKEN_IDENTITY_PROPAGATION
    


Method Summary
public  voidclearData()
    
public  Option[]getAllRoles()
    
public  StringgetChooseBand()
    
public  Option[]getChooseBandOptions()
    
public  StringgetHandle()
    
public  booleangetHasUserCategories()
    
public  StringgetIdentityPropagationType()
    
public  StringgetIdentityPropagationTypeDisplayName()
    
public  Option[]getIdentityPropagationTypes()
    
public  intgetListBoxRows()
    
public  StringgetName()
    
public  StringgetPortlet()
    
public  StringgetPortletDesc()
    
public  StringgetPortletHandle()
    
public  StringgetProducer()
    
public  StringgetProducerDesc()
    
public  StringgetProducerName()
    
public  StringgetRegistrationInstruction()
    
public  ObjectListDataProvidergetRegistrationProperties()
    
public  ObjectListDataProvidergetSearchResults()
    
public  ObjectListDataProvidergetUserCategoryMapping()
    
public  StringgetWSDLURL()
    
public  booleanhandleEvent(WizardEvent event)
    
public  booleanisInbandSupported()
    
public  booleanisRegistrationRequired()
    
public  booleanisTransient()
    
public  voidportletDescChanged(ValueChangeEvent event)
    
public  voidportletHandleChanged(ValueChangeEvent event)
    
public  voidportletSelected(ValueChangeEvent event)
    
public  voidproducerDescChanged(ValueChangeEvent event)
    
public  voidproducerNameChanged(ValueChangeEvent event)
    
public  voidproducerSelected(ValueChangeEvent event)
    
public  voidrestoreState(FacesContext context, Object state)
    
public  ObjectsaveState(FacesContext context)
    
public  voidsearch()
    
public  voidsetChooseBand(String chooseBand)
    
public  voidsetHandle(String handle)
    
public  voidsetIdentityPropagationType(String identityPropagationType)
    
public  voidsetName(String name)
    
public  voidsetPortlet(String selected)
    
public  voidsetPortletDesc(String portletDesc)
    
public  voidsetPortletHandle(String portletHandle)
    
public  voidsetProducer(String selected)
    
public  voidsetProducerDesc(String producerDesc)
    
public  voidsetProducerName(String producerName)
    
public  voidsetRegistrationProperties(ObjectListDataProvider registrationProperties)
    
public  voidsetSearchResults(ObjectListDataProvider searchResults)
    
public  voidsetTransient(boolean flag)
    
public  voidsetUserCategoryMapping(ObjectListDataProvider userCategoryMapping)
    
public  voidsetWSDLURL(String wsdlURL)
    
public  voidvalidate(FacesContext context, UIComponent component, Object value)
    

Field Detail
IN_BAND
final public static String IN_BAND(Code)



NO_IDENTITY_PROPAGATION
final public static String NO_IDENTITY_PROPAGATION(Code)



OASIS_WSS_USERNAME_ONLY_PROPAGATION
final public static String OASIS_WSS_USERNAME_ONLY_PROPAGATION(Code)



OASIS_WSS_USERNAME_PASSWORD_DIGEST_PROPAGATION
final public static String OASIS_WSS_USERNAME_PASSWORD_DIGEST_PROPAGATION(Code)



OASIS_WSS_USERNAME_PASSWORD_PLAINTEXT_PROPAGATION
final public static String OASIS_WSS_USERNAME_PASSWORD_PLAINTEXT_PROPAGATION(Code)



OUT_OF_BAND
final public static String OUT_OF_BAND(Code)



PORTLET
final public static String PORTLET(Code)



PRODUCER
final public static String PRODUCER(Code)



REGISTRY_SEARCH
final public static String REGISTRY_SEARCH(Code)



REGISTRY_SEARCH_TYPE
final public static String REGISTRY_SEARCH_TYPE(Code)



SSOTOKEN_IDENTITY_PROPAGATION
final public static String SSOTOKEN_IDENTITY_PROPAGATION(Code)





Method Detail
clearData
public void clearData()(Code)



getAllRoles
public Option[] getAllRoles()(Code)



getChooseBand
public String getChooseBand()(Code)



getChooseBandOptions
public Option[] getChooseBandOptions()(Code)



getHandle
public String getHandle()(Code)



getHasUserCategories
public boolean getHasUserCategories()(Code)



getIdentityPropagationType
public String getIdentityPropagationType()(Code)



getIdentityPropagationTypeDisplayName
public String getIdentityPropagationTypeDisplayName()(Code)



getIdentityPropagationTypes
public Option[] getIdentityPropagationTypes()(Code)



getListBoxRows
public int getListBoxRows()(Code)



getName
public String getName()(Code)



getPortlet
public String getPortlet()(Code)



getPortletDesc
public String getPortletDesc()(Code)



getPortletHandle
public String getPortletHandle()(Code)



getProducer
public String getProducer()(Code)



getProducerDesc
public String getProducerDesc()(Code)



getProducerName
public String getProducerName()(Code)



getRegistrationInstruction
public String getRegistrationInstruction()(Code)



getRegistrationProperties
public ObjectListDataProvider getRegistrationProperties()(Code)



getSearchResults
public ObjectListDataProvider getSearchResults()(Code)



getUserCategoryMapping
public ObjectListDataProvider getUserCategoryMapping()(Code)



getWSDLURL
public String getWSDLURL()(Code)



handleEvent
public boolean handleEvent(WizardEvent event)(Code)



isInbandSupported
public boolean isInbandSupported()(Code)



isRegistrationRequired
public boolean isRegistrationRequired()(Code)



isTransient
public boolean isTransient()(Code)



portletDescChanged
public void portletDescChanged(ValueChangeEvent event)(Code)



portletHandleChanged
public void portletHandleChanged(ValueChangeEvent event)(Code)



portletSelected
public void portletSelected(ValueChangeEvent event)(Code)



producerDescChanged
public void producerDescChanged(ValueChangeEvent event)(Code)



producerNameChanged
public void producerNameChanged(ValueChangeEvent event)(Code)



producerSelected
public void producerSelected(ValueChangeEvent event)(Code)



restoreState
public void restoreState(FacesContext context, Object state)(Code)



saveState
public Object saveState(FacesContext context)(Code)



search
public void search()(Code)



setChooseBand
public void setChooseBand(String chooseBand)(Code)



setHandle
public void setHandle(String handle)(Code)



setIdentityPropagationType
public void setIdentityPropagationType(String identityPropagationType)(Code)



setName
public void setName(String name)(Code)



setPortlet
public void setPortlet(String selected)(Code)



setPortletDesc
public void setPortletDesc(String portletDesc)(Code)



setPortletHandle
public void setPortletHandle(String portletHandle)(Code)



setProducer
public void setProducer(String selected)(Code)



setProducerDesc
public void setProducerDesc(String producerDesc)(Code)



setProducerName
public void setProducerName(String producerName)(Code)



setRegistrationProperties
public void setRegistrationProperties(ObjectListDataProvider registrationProperties)(Code)



setSearchResults
public void setSearchResults(ObjectListDataProvider searchResults)(Code)



setTransient
public void setTransient(boolean flag)(Code)



setUserCategoryMapping
public void setUserCategoryMapping(ObjectListDataProvider userCategoryMapping)(Code)



setWSDLURL
public void setWSDLURL(String wsdlURL)(Code)



validate
public void validate(FacesContext context, UIComponent component, Object value) throws ValidatorException(Code)



Fields inherited from com.sun.portal.admin.console.wsrp.consumer.ConsumerBaseBean
final public static String COMPONENT(Code)(Java Doc)
final public static String CONFIGURED_PRODUCER(Code)(Java Doc)
final public static String CONFIGURED_PRODUCER_TYPE(Code)(Java Doc)
final public static String CONSUMER(Code)(Java Doc)
final public static String CONSUMER_TYPE(Code)(Java Doc)
final public static String ERROR(Code)(Java Doc)
final public static String INFORMATION(Code)(Java Doc)
final public static String WARNING(Code)(Java Doc)
protected String portalID(Code)(Java Doc)
protected ResourceBundle rb(Code)(Java Doc)

Methods inherited from com.sun.portal.admin.console.wsrp.consumer.ConsumerBaseBean
protected List getConfiguredProducerPath()(Code)(Java Doc)
protected List getConsumerPath()(Code)(Java Doc)
protected HttpServletRequest getRequest()(Code)(Java Doc)
protected RowKey getTableRow(String row)(Code)(Java Doc)
protected void setRequestAttributeInSession(String attrName)(Code)(Java Doc)

w__w__w_.__j___av__a2___s_.__c___o_m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.