|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.netuix.application.communities.CommunityInfo
public class CommunityInfo
A structure to pass information to the CommunityDefinition constructor. <p/>The overview of community functionality contains a description of the community framework.
| Field Summary | |
|---|---|
boolean |
_publicFlag to denote if a community is public. |
boolean |
accessTrackingEnabledFlag to denote if member access tracking is enabled for this community. |
boolean |
activeFlag to denote if this community is active. |
String |
communityCallbackClassName of the class to send a callback to on community events |
CommunityDesktop |
communityDesktopThe desktop to be associated with the community. |
DesktopPath |
desktopPathDesktop path for the new desktop to be created. |
String |
errorUriUri to the page to be displayed when the community cannot be viewed by a user, such as when the community is dactivated or the membership is deactivated. |
Date |
expirationDateThe expiration date for this community. |
boolean |
globalFlag to denote whether a community template is global. |
LocalizationIntersectionId |
intersectionIdLocalizationIntersectionId for community localized title and description. |
LocalizationResource |
localizationResourceThe localized title and description for this community. |
CommunityDefinitionId |
parentIdAn optional link to a parent community. |
boolean |
personalPagesEnabledFlag to denote if this community allows members to add personal pages to the community. |
PortalPath |
portalPathPortal path for the new desktop to be created. |
Map<String,CommunityProperty> |
propertiesMap of CommuityProperty objects associated with this community keyed by property name. |
boolean |
publicRegistrationEnabledFlag to denote if this community allows members to self-register without having been invited. |
String |
registrationPageUriUri to the registration page. |
boolean |
templateFlag to denote if a community is a template. |
TimeZone |
timeZoneTimeZone applicable to this community. |
| Constructor Summary | |
|---|---|
CommunityInfo()Ctor |
|
| Method Summary | |
|---|---|
String |
toString()toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public LocalizationResource localizationResource
public LocalizationIntersectionId intersectionId
LocalizationIntersectionId for community localized title and description.public CommunityDesktop communityDesktop
public PortalPath portalPath
DesktopDefinitionId will be used. Will be ignored if CommunityDesktop specifies a new desktop definition.public DesktopPath desktopPath
DesktopDefinitionId will be used. Will be ignored if CommunityDesktop specifies a new desktop definition.public Date expirationDate
null, the community never expires.public TimeZone timeZone
TimeZone applicable to this community. May be used to adjust display of the expiration date.public boolean active
public boolean _public
public boolean template
ICommunityManager.createCommunity(com.bea.netuix.application.manager.CustomizationContext, com.bea.netuix.application.definition.CommunityDefinition), ICommunityManager.createCommunityTemplate(com.bea.netuix.application.manager.CustomizationContext, com.bea.netuix.application.definition.CommunityDefinition)public boolean global
public boolean personalPagesEnabled
public boolean publicRegistrationEnabled
public String registrationPageUri
public String errorUri
public boolean accessTrackingEnabled
public String communityCallbackClass
public CommunityDefinitionId parentId
public Map<String,CommunityProperty> properties
CommuityProperty objects associated with this community keyed by property name. Property values may be multi-valued.| Constructor Detail |
|---|
public CommunityInfo()
| Method Detail |
|---|
public String toString()
toString in class Object
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.