public abstract class PortalPropertyBean extends PropertyBean
Portal
Portal API type. Instances of PortalPropertyBean
are used to create and to get and set properties on instances of Portal
.Portal
, PortalObjectRepository
PropertyBean.SimpleValueHolder<T>
Constructor and Description |
---|
PortalPropertyBean()
Instantiates a new portal property bean.
|
Modifier and Type | Method and Description |
---|---|
void |
expandLoginFailedPage(PagePropertyBean loginFailedPage)
Used by REST to expand reference
|
void |
expandLoginPage(PagePropertyBean loginPage)
Used by REST to expand reference
|
void |
expandNavigationRootNode(NavigationNodePropertyBean rootNode)
Used by REST to expand reference
|
void |
expandOfflinePage(PagePropertyBean offlinePage)
Used by REST to expand reference
|
void |
expandPageCreationStyle(PageStylePropertyBean pageStyle)
Used by REST to expand reference
|
void |
expandResourceCatalogForGroupSpaceSiteTemplates(ResourceCatalogPropertyBean rc)
Used by REST to expand reference
|
void |
expandSkin(SkinPropertyBean skin)
Used by REST to expand reference
|
java.lang.String |
getAcronym()
Gets the acronym.
|
java.lang.String |
getAdminMailingList()
Gets the admin mailing list.
|
java.lang.String |
getAllMailingList()
Gets the all mailing list.
|
java.lang.String |
getAncestorPath()
Gets the ancestor path.
|
java.lang.String |
getApplicationID()
Gets the application id.
|
java.lang.String |
getCopyrightMessage()
Gets the copyright message.
|
java.lang.String |
getCreationStatus()
Gets the creation status.
|
java.lang.String |
getDefaultLanguage()
Gets the default language.
|
java.lang.String |
getDisplayName()
Gets the display name.
|
java.lang.String |
getEnabledTools()
Gets the enabled tools.
|
java.lang.String |
getHelpPage()
Gets the help page.
|
java.lang.String |
getIcon()
Get the Portal icon.
|
java.lang.String |
getIconScaled()
Get the Portal icon scaled.
|
java.lang.String |
getInviteWebCenterUsersEnabled()
Checks if invite members is enabled.
|
boolean |
getIsBlockAllAccess()
Checks if is block all access.
|
boolean |
getIsClosed()
Checks if is closed.
|
boolean |
getIsDiscoverable()
Checks if is discoverable.
|
boolean |
getIsFooterHidden()
Checks if is footer hidden.
|
boolean |
getIsOnline()
Checks if is online.
|
boolean |
getIsPageCreationSettingInstantCreate()
Checks if is page creation setting instant create.
|
boolean |
getIsPublic()
Checks if is public
|
boolean |
getIsPublishRSS()
Checks if is publish rss.
|
boolean |
getIsSeeded()
Checks if portal is Seeded.
|
boolean |
getIsSelfRegistration()
Checks if is self registration.
|
boolean |
getIsWorkflowApprovalSubscriptionApprovalRequired()
Checks if is workflow approval subscription approval required.
|
boolean |
getIsWorkflowApprovalSubscriptionEnableAllRoles()
Checks if is workflow approval subscription enable all roles.
|
boolean |
getIsWorkflowApprovalUnsubscriptionApprovalRequired()
Checks if is workflow approval unsubscription approval required.
|
boolean |
getIsWorkflowApprovalUnsubscriptionEnableAllRoles()
Checks if is workflow approval unsubscription enable all roles.
|
java.lang.String |
getJavaFormatId()
Get the Portal Id in Java identifier format.
|
java.lang.String |
getKeywords()
Get the Portal keywords.
|
oracle.webcenter.jaxrs.framework.model.Linked |
getLoginFailedPage()
Gets the login failed page.
|
oracle.webcenter.jaxrs.framework.model.Linked |
getLoginPage()
Gets the login page.
|
java.lang.String |
getLogo()
Gets the logo.
|
java.lang.String |
getLogoScaled()
Gets the logo scaled.
|
int |
getMemberCount()
Gets the member count.
|
oracle.webcenter.jaxrs.framework.model.Linked |
getNavigationRootNode()
Gets the navigation root node.
|
oracle.webcenter.jaxrs.framework.model.Linked |
getOfflinePage()
Gets the offline page.
|
java.lang.String |
getPageCreationSettingScheme()
Gets the page creation setting scheme.
|
oracle.webcenter.jaxrs.framework.model.Linked |
getPageCreationStyle()
Gets the page creation style.
|
java.lang.String |
getPortalColor()
Gets the portalColor.
|
java.lang.String |
getPortalLifecycleStateLastChangedBy()
Gets the portal lifecycle state last changed by.
|
java.util.Date |
getPortalLifecycleStateLastChangedDate()
Gets the portal lifecycle state last changed date.
|
java.lang.String |
getPortalLifecycleStateMode()
Gets the portal lifecycle state mode.
|
java.lang.String |
getPreview()
Gets the preview.
|
java.lang.String |
getPreviewScaled()
Gets the preview scaled.
|
java.lang.String |
getPrivacyPolicyURL()
Gets the privacy policy url.
|
boolean |
getReorderDeviceGroups()
Gets the Reorder Device Groups.
|
oracle.webcenter.jaxrs.framework.model.Linked |
getResourceCatalogForGroupSpaceSiteTemplates()
Gets the resource catalog for group space site templates.
|
java.lang.String |
getSecuritySeededRoles()
Gets the security seeded roles.
|
java.lang.String |
getSecuritySeededUsers()
Gets the security seeded users.
|
java.lang.String |
getSecuritySubscriptionMessagesAddMember()
Gets the security subscription messages add member.
|
java.lang.String |
getSecuritySubscriptionMessagesInviteMember()
Gets the security subscription messages invite member.
|
java.lang.String |
getSecuritySubscriptionMessagesInviteNonMember()
Gets the security subscription messages invite non member.
|
java.lang.String |
getSelfRegistrationDefaultRole()
Gets the self registration default role.
|
java.lang.String |
getSelfRegistrationPage()
Gets the self registration page.
|
java.lang.String |
getServiceDataCopied()
Gets the service data copied.
|
oracle.webcenter.jaxrs.framework.model.Linked |
getSkin()
Gets the skin.
|
int |
getSubGSCount()
Gets the sub gs count.
|
java.lang.String |
getSupportedLanguages()
Gets the supported languages.
|
java.lang.String |
getWorkflowApprovalSubscriptionRoleWorkflows()
Gets the workflow approval subscription role workflows.
|
java.lang.String |
getWorkflowApprovalUnsubscriptionRoleWorkflows()
Gets the workflow approval unsubscription role workflows.
|
void |
populateLinks(oracle.webcenter.jaxrs.framework.uri.UriService service)
Used By REST API to pass in UriService to create auxiliary links
|
void |
setAcronym(java.lang.String acronym)
Sets the acronym.
|
void |
setAdminMailingList(java.lang.String adminMailingList)
Sets the admin mailing list.
|
void |
setAllMailingList(java.lang.String allMailingList)
Sets the all mailing list.
|
void |
setAncestorPath(java.lang.String ancestorPath)
Sets the ancestor path.
|
void |
setApplicationID(java.lang.String applicationID)
Sets the application id.
|
void |
setCopyrightMessage(java.lang.String copyrightMessage)
Sets the copyright message.
|
void |
setCreationStatus(java.lang.String creationStatus)
Sets the creation status.
|
void |
setDefaultLanguage(java.lang.String defaultLanguage)
Sets the default language.
|
void |
setDisplayName(java.lang.String displayName)
Set the display name of the portal.
|
void |
setEnabledTools(java.lang.String enabledTools)
Sets the enabled tools.
|
void |
setHelpPage(java.lang.String helpPage)
Sets the help page.
|
void |
setIcon(java.lang.String icon)
Set the Portal icon.
|
void |
setIconScaled(java.lang.String icon)
Set the Portal icon scaled.
|
void |
setInviteWebCenterUsersEnabled(java.lang.String inviteWebCenterUsersEnabled)
Sets the invite members enabled flag.
|
void |
setIsBlockAllAccess(boolean blockAllAccess)
Sets the block all access.
|
void |
setIsClosed(boolean closed)
Sets the closed.
|
void |
setIsDiscoverable(boolean discoverable)
Sets the discoverable.
|
void |
setIsFooterHidden(boolean footerHidden)
Sets the footer hidden.
|
void |
setIsOnline(boolean online)
Sets the online.
|
void |
setIsPageCreationSettingInstantCreate(boolean pageCreationSettingInstantCreate)
Sets the page creation setting instant create.
|
void |
setIsPublic(boolean isPublic)
Sets if public
|
void |
setIsPublishRSS(boolean publishRSS)
Sets the publish rss.
|
void |
setIsSeeded(boolean isSeeded)
Sets the isSeeded.
|
void |
setIsSelfRegistration(boolean selfRegistration)
Sets the self registration.
|
void |
setIsWorkflowApprovalSubscriptionApprovalRequired(boolean workflowApprovalSubscriptionApprovalRequired)
Sets the workflow approval subscription approval required.
|
void |
setIsWorkflowApprovalSubscriptionEnableAllRoles(boolean workflowApprovalSubscriptionEnableAllRoles)
Sets the workflow approval subscription enable all roles.
|
void |
setIsWorkflowApprovalUnsubscriptionApprovalRequired(boolean workflowApprovalUnsubscriptionApprovalRequired)
Sets the workflow approval unsubscription approval required.
|
void |
setIsWorkflowApprovalUnsubscriptionEnableAllRoles(boolean workflowApprovalUnsubscriptionEnableAllRoles)
Sets the workflow approval unsubscription enable all roles.
|
void |
setJavaFormatId(java.lang.String id)
No-op for JAXB
|
void |
setKeywords(java.lang.String keywords)
Set the Portal keywords.
|
void |
setLoginFailedPage(PortalReferenceBean loginFailedPage)
Sets the login failed page.
|
void |
setLoginPage(PortalReferenceBean loginPage)
Sets the login page.
|
void |
setLogo(java.lang.String logo)
Sets the logo.
|
void |
setLogoScaled(java.lang.String logo)
Sets the logo scaled.
|
void |
setMemberCount(int memberCount)
Sets the member count.
|
void |
setNavigationRootNode(PortalReferenceBean rootNode)
Sets the navigation root node.
|
void |
setOfflinePage(PortalReferenceBean offlinePage)
Sets the offline page.
|
void |
setPageCreationSettingScheme(java.lang.String pageCreationSettingScheme)
Sets the page creation setting scheme.
|
void |
setPageCreationStyle(PortalReferenceBean pageStyle)
Sets the page creation style.
|
void |
setPortalColor(java.lang.String portalColor)
Sets the portalColor.
|
void |
setPortalLifecycleStateLastChangedBy(java.lang.String portalLifecycleStateLastChangedBy)
Sets the portal lifecycle state last changed by.
|
void |
setPortalLifecycleStateLastChangedDate(java.util.Date portalLifecycleStateLastChangedDate)
Sets the portal lifecycle state last changed date.
|
void |
setPortalLifecycleStateMode(java.lang.String portalLifecycleStateMode)
Sets the portal lifecycle state mode.
|
void |
setPreview(java.lang.String preview)
Sets the preview.
|
void |
setPreviewScaled(java.lang.String preview)
Sets the preview scaled.
|
void |
setPrivacyPolicyURL(java.lang.String privacyPolicyURL)
Sets the privacy policy url.
|
void |
setReorderDeviceGroups(boolean reorderDeviceGroups)
Sets the Reorder Device Groups.
|
void |
setResourceCatalogForGroupSpaceSiteTemplates(PortalReferenceBean rc)
Sets the resource catalog for group space site templates.
|
void |
setSecuritySeededRoles(java.lang.String securitySeededRoles)
Sets the security seeded roles.
|
void |
setSecuritySeededUsers(java.lang.String securitySeededUsers)
Sets the security seeded users.
|
void |
setSecuritySubscriptionMessagesAddMember(java.lang.String securitySubscriptionMessagesAddMember)
Sets the security subscription messages add member.
|
void |
setSecuritySubscriptionMessagesInviteMember(java.lang.String securitySubscriptionMessagesInviteMember)
Sets the security subscription messages invite member.
|
void |
setSecuritySubscriptionMessagesInviteNonMember(java.lang.String securitySubscriptionMessagesInviteNonMember)
Sets the security subscription messages invite non member.
|
void |
setSelfRegistrationDefaultRole(java.lang.String selfRegistrationDefaultRole)
Sets the self registration default role.
|
void |
setSelfRegistrationPage(java.lang.String selfRegistrationPage)
Sets the self registration page.
|
void |
setServiceDataCopied(java.lang.String serviceDataCopied)
Sets the service data copied.
|
void |
setSkin(PortalReferenceBean skin)
Sets the skin.
|
void |
setSubGSCount(int subGSCount)
Sets the sub gs count.
|
void |
setSupportedLanguages(java.lang.String supportedLanguages)
Sets the supported languages.
|
void |
setWorkflowApprovalSubscriptionRoleWorkflows(java.lang.String workflowApprovalSubscriptionRoleWorkflows)
Sets the workflow approval subscription role workflows.
|
void |
setWorkflowApprovalUnsubscriptionRoleWorkflows(java.lang.String workflowApprovalUnsubscriptionRoleWorkflows)
Sets the workflow approval unsubscription role workflows.
|
getCreated, getCreator, getCreatorGuid, getCurrentVersionId, getDescription, getDocumentRef, getId, getLocale, getModified, getModifier, getModifierGuid, getName, getNamespace, getNewVersionId, getPortalShortId, getReference, getSecurityId, getShortId, populateSubLinks, resourceType, setCreated, setCreator, setCurrentVersionId, setDescription, setDocumentRef, setId, setLocale, setModified, setModifier, setName, setNamespace, setNewVersionId, setPortalShortId, setReference, setSecurityId, setShortId
public PortalPropertyBean()
public void populateLinks(oracle.webcenter.jaxrs.framework.uri.UriService service)
populateLinks
in class PropertyBean
service
- UriServicepublic final void setKeywords(java.lang.String keywords)
keywords
- the new keywordspublic final java.lang.String getKeywords()
public final void setDisplayName(java.lang.String displayName)
displayName
- the new display name@NotNull public final java.lang.String getDisplayName()
public final void setDefaultLanguage(java.lang.String defaultLanguage)
defaultLanguage
- the new default languagepublic final java.lang.String getDefaultLanguage()
public final void setIcon(java.lang.String icon)
icon
- the icon to set.public final java.lang.String getIcon()
public final void setIconScaled(java.lang.String icon)
icon
- the icon scaled to set.public final java.lang.String getIconScaled()
public final void setLogo(java.lang.String logo)
logo
- the new logopublic final java.lang.String getLogo()
public final void setLogoScaled(java.lang.String logo)
logo
- the new logo scaledpublic final java.lang.String getLogoScaled()
public final void setPreview(java.lang.String preview)
preview
- the new previewpublic final java.lang.String getPreview()
public final void setPreviewScaled(java.lang.String preview)
preview
- the new preview scaledpublic final java.lang.String getPreviewScaled()
public final void setCreationStatus(java.lang.String creationStatus)
creationStatus
- the new creation statuspublic final java.lang.String getCreationStatus()
public final void setSupportedLanguages(java.lang.String supportedLanguages)
supportedLanguages
- the new supported languagespublic final java.lang.String getSupportedLanguages()
public final void setAllMailingList(java.lang.String allMailingList)
allMailingList
- the new all mailing listpublic final java.lang.String getAllMailingList()
public final void setAdminMailingList(java.lang.String adminMailingList)
adminMailingList
- the new admin mailing listpublic final java.lang.String getAdminMailingList()
public final void setCopyrightMessage(java.lang.String copyrightMessage)
copyrightMessage
- the new copyright messagepublic final java.lang.String getCopyrightMessage()
public final void setPrivacyPolicyURL(java.lang.String privacyPolicyURL)
privacyPolicyURL
- the new privacy policy urlpublic final java.lang.String getPrivacyPolicyURL()
public final void setHelpPage(java.lang.String helpPage)
helpPage
- the new help pagepublic final java.lang.String getHelpPage()
public final void setSelfRegistrationPage(java.lang.String selfRegistrationPage)
selfRegistrationPage
- the new self registration pagepublic final java.lang.String getSelfRegistrationPage()
public final void setSelfRegistrationDefaultRole(java.lang.String selfRegistrationDefaultRole)
selfRegistrationDefaultRole
- the new self registration default rolepublic final java.lang.String getSelfRegistrationDefaultRole()
public final void setServiceDataCopied(java.lang.String serviceDataCopied)
serviceDataCopied
- the new service data copiedpublic final java.lang.String getServiceDataCopied()
public final void setSecuritySeededUsers(java.lang.String securitySeededUsers)
securitySeededUsers
- the new security seeded userspublic final java.lang.String getSecuritySeededUsers()
public final void setSecuritySeededRoles(java.lang.String securitySeededRoles)
securitySeededRoles
- the new security seeded rolespublic final java.lang.String getSecuritySeededRoles()
public final void setSecuritySubscriptionMessagesAddMember(java.lang.String securitySubscriptionMessagesAddMember)
securitySubscriptionMessagesAddMember
- the new security subscription messages add memberpublic final java.lang.String getSecuritySubscriptionMessagesAddMember()
public final void setSecuritySubscriptionMessagesInviteMember(java.lang.String securitySubscriptionMessagesInviteMember)
securitySubscriptionMessagesInviteMember
- the new security subscription messages invite memberpublic final java.lang.String getSecuritySubscriptionMessagesInviteMember()
public final void setSecuritySubscriptionMessagesInviteNonMember(java.lang.String securitySubscriptionMessagesInviteNonMember)
securitySubscriptionMessagesInviteNonMember
- the new security subscription messages invite non memberpublic final java.lang.String getSecuritySubscriptionMessagesInviteNonMember()
public final void setEnabledTools(java.lang.String enabledTools)
enabledTools
- the new enabled toolspublic final java.lang.String getEnabledTools()
public final void setWorkflowApprovalSubscriptionRoleWorkflows(java.lang.String workflowApprovalSubscriptionRoleWorkflows)
workflowApprovalSubscriptionRoleWorkflows
- the new workflow approval subscription role workflowspublic final java.lang.String getWorkflowApprovalSubscriptionRoleWorkflows()
public final void setWorkflowApprovalUnsubscriptionRoleWorkflows(java.lang.String workflowApprovalUnsubscriptionRoleWorkflows)
workflowApprovalUnsubscriptionRoleWorkflows
- the new workflow approval unsubscription role workflowspublic final java.lang.String getWorkflowApprovalUnsubscriptionRoleWorkflows()
public final void setPageCreationSettingScheme(java.lang.String pageCreationSettingScheme)
pageCreationSettingScheme
- the new page creation setting schemepublic final java.lang.String getPageCreationSettingScheme()
public final void setPortalLifecycleStateMode(java.lang.String portalLifecycleStateMode)
portalLifecycleStateMode
- the new portal lifecycle state modepublic final java.lang.String getPortalLifecycleStateMode()
public final void setPortalLifecycleStateLastChangedBy(java.lang.String portalLifecycleStateLastChangedBy)
portalLifecycleStateLastChangedBy
- the new portal lifecycle state last changed bypublic final java.lang.String getPortalLifecycleStateLastChangedBy()
public final void setPortalLifecycleStateLastChangedDate(java.util.Date portalLifecycleStateLastChangedDate)
portalLifecycleStateLastChangedDate
- the new portal lifecycle state last changed datepublic void setAncestorPath(java.lang.String ancestorPath)
ancestorPath
- the new ancestor pathpublic java.lang.String getAncestorPath()
public void setApplicationID(java.lang.String applicationID)
applicationID
- the new application idpublic java.lang.String getApplicationID()
public void setAcronym(java.lang.String acronym)
acronym
- the acronymnpublic java.lang.String getAcronym()
public void setPortalColor(java.lang.String portalColor)
portalColor
- the portalColorpublic java.lang.String getPortalColor()
public void setSubGSCount(int subGSCount)
subGSCount
- the new sub gs count@ReadOnly public int getSubGSCount()
public final java.util.Date getPortalLifecycleStateLastChangedDate()
public final void setIsOnline(boolean online)
online
- the new onlinepublic final boolean getIsOnline()
public final void setIsPublic(boolean isPublic)
isPublic
- boolean true if public.public final boolean getIsPublic()
public final void setIsDiscoverable(boolean discoverable)
discoverable
- the new discoverablepublic final boolean getIsDiscoverable()
public final void setIsPublishRSS(boolean publishRSS)
publishRSS
- the new publish rsspublic final boolean getIsPublishRSS()
public final void setIsSelfRegistration(boolean selfRegistration)
selfRegistration
- the new self registrationpublic final boolean getIsSelfRegistration()
public final void setInviteWebCenterUsersEnabled(java.lang.String inviteWebCenterUsersEnabled)
inviteWebCenterUsersEnabled
- the invite members enabled flagpublic final java.lang.String getInviteWebCenterUsersEnabled()
public final void setIsFooterHidden(boolean footerHidden)
footerHidden
- the new footer hiddenpublic final boolean getIsFooterHidden()
public final void setIsWorkflowApprovalSubscriptionApprovalRequired(boolean workflowApprovalSubscriptionApprovalRequired)
workflowApprovalSubscriptionApprovalRequired
- the new workflow approval subscription approval requiredpublic final boolean getIsWorkflowApprovalSubscriptionApprovalRequired()
public final void setIsWorkflowApprovalSubscriptionEnableAllRoles(boolean workflowApprovalSubscriptionEnableAllRoles)
workflowApprovalSubscriptionEnableAllRoles
- the new workflow approval subscription enable all rolespublic final boolean getIsWorkflowApprovalSubscriptionEnableAllRoles()
public final void setIsWorkflowApprovalUnsubscriptionApprovalRequired(boolean workflowApprovalUnsubscriptionApprovalRequired)
workflowApprovalUnsubscriptionApprovalRequired
- the new workflow approval unsubscription approval requiredpublic final boolean getIsWorkflowApprovalUnsubscriptionApprovalRequired()
public final void setIsWorkflowApprovalUnsubscriptionEnableAllRoles(boolean workflowApprovalUnsubscriptionEnableAllRoles)
workflowApprovalUnsubscriptionEnableAllRoles
- the new workflow approval unsubscription enable all rolespublic final boolean getIsWorkflowApprovalUnsubscriptionEnableAllRoles()
public final void setIsPageCreationSettingInstantCreate(boolean pageCreationSettingInstantCreate)
pageCreationSettingInstantCreate
- the new page creation setting instant createpublic final boolean getIsPageCreationSettingInstantCreate()
public final void setIsClosed(boolean closed)
closed
- the new closedpublic final boolean getIsClosed()
public final void setIsBlockAllAccess(boolean blockAllAccess)
blockAllAccess
- the new block all accesspublic final boolean getIsBlockAllAccess()
public void setMemberCount(int memberCount)
memberCount
- the new member count@ReadOnly public int getMemberCount()
public final void setIsSeeded(boolean isSeeded)
isSeeded
- the new checks if is seeded@Immutable public final boolean getIsSeeded()
public final java.lang.String getJavaFormatId()
public void setJavaFormatId(java.lang.String id)
id
- The original idpublic oracle.webcenter.jaxrs.framework.model.Linked getNavigationRootNode()
public void setNavigationRootNode(PortalReferenceBean rootNode)
rootNode
- the new navigation root nodepublic void expandNavigationRootNode(NavigationNodePropertyBean rootNode)
public oracle.webcenter.jaxrs.framework.model.Linked getLoginPage()
public void setLoginPage(PortalReferenceBean loginPage)
loginPage
- the new login pagepublic void expandLoginPage(PagePropertyBean loginPage)
public oracle.webcenter.jaxrs.framework.model.Linked getLoginFailedPage()
public void setLoginFailedPage(PortalReferenceBean loginFailedPage)
loginFailedPage
- the new login failed pagepublic void expandLoginFailedPage(PagePropertyBean loginFailedPage)
public oracle.webcenter.jaxrs.framework.model.Linked getOfflinePage()
public void setOfflinePage(PortalReferenceBean offlinePage)
offlinePage
- the new offline pagepublic void expandOfflinePage(PagePropertyBean offlinePage)
public oracle.webcenter.jaxrs.framework.model.Linked getResourceCatalogForGroupSpaceSiteTemplates()
public void setResourceCatalogForGroupSpaceSiteTemplates(PortalReferenceBean rc)
rc
- the new resource catalog for group space site templatespublic void expandResourceCatalogForGroupSpaceSiteTemplates(ResourceCatalogPropertyBean rc)
public oracle.webcenter.jaxrs.framework.model.Linked getPageCreationStyle()
public void setPageCreationStyle(PortalReferenceBean pageStyle)
pageStyle
- the new page creation stylepublic void expandPageCreationStyle(PageStylePropertyBean pageStyle)
public oracle.webcenter.jaxrs.framework.model.Linked getSkin()
public void setSkin(PortalReferenceBean skin)
skin
- the new skinpublic void expandSkin(SkinPropertyBean skin)
public boolean getReorderDeviceGroups()
public void setReorderDeviceGroups(boolean reorderDeviceGroups)
reorderDeviceGroups
- the Reorder Device Groups