public class PortalTemplateCreationOptions
extends java.lang.Object
Constructor and Description |
---|
PortalTemplateCreationOptions() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getIncludedServices()
Gets list of services which should be copied into the portal template
|
boolean |
isIncludeMembers()
Gets whether the membership data should be copied into the portal template.
|
boolean |
isIncludeRoles()
Gets whether the role data should be copied into the portal template.
|
PortalTemplateCreationOptions |
setIncludedServices(java.util.List<java.lang.String> includedServices)
Sets which services should be copied into the portal template.
|
PortalTemplateCreationOptions |
setIncludeMembers(boolean includeMembers)
Sets whether the membership data should be copied into the portal template.
|
PortalTemplateCreationOptions |
setIncludeRoles(boolean includeRoles)
Sets whether the role data should be copied into the portal template.
|
public PortalTemplateCreationOptions setIncludeMembers(boolean includeMembers)
includeMembers
- true if membership data should be copied, otherwise falsepublic boolean isIncludeMembers()
public PortalTemplateCreationOptions setIncludeRoles(boolean includeRoles)
includeRoles
- true if role data should be copied, otherwise falsepublic boolean isIncludeRoles()
public PortalTemplateCreationOptions setIncludedServices(java.util.List<java.lang.String> includedServices)
includedServices
- List of services to be included.public java.util.List<java.lang.String> getIncludedServices()