Package lumis.service.content.wizard
Class EditFieldsParams
- java.lang.Object
-
- lumis.service.content.wizard.EditFieldsParams
-
- All Implemented Interfaces:
ICreateParams
,IEditFieldParams
public class EditFieldsParams extends Object implements IEditFieldParams
IEditFieldParams
implementation for reading the parameters from aServletRequest
.- Since:
- 12.0.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface lumis.content.wizard.ICreateParams
ICreateParams.IField, ICreateParams.ITable
-
-
Constructor Summary
Constructors Constructor Description EditFieldsParams(ServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefinitionRootPath()
List<String>
getDeletedFields()
String
getDescription()
String
getInstallPath()
String
getModuleId()
String
getName()
String
getServiceId()
int
getServiceType()
ICreateParams.ITable
getTable()
boolean
isContentAssociation()
Returns if this content will have support for association.boolean
isContentCategorization()
boolean
isContentComments()
boolean
isContentEndDate()
boolean
isContentHighlight()
boolean
isContentHightlightEndDate()
boolean
isContentMultilanguage()
boolean
isContentPublishToPrincipals()
boolean
isContentPublishToServiceInstances()
boolean
isContentSeo()
boolean
isContentStartDate()
boolean
isContentTagging()
boolean
isContentVersioning()
boolean
isContentWorkflow()
boolean
isCreateInModule()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface lumis.content.wizard.ICreateParams
getDefinitionRootPath, getDescription, getInstallPath, getModuleId, getName, getServiceType, getTable, isContentAssociation, isContentCategorization, isContentComments, isContentEndDate, isContentHighlight, isContentHightlightEndDate, isContentMultilanguage, isContentPublishToPrincipals, isContentPublishToServiceInstances, isContentSeo, isContentStartDate, isContentTagging, isContentVersioning, isContentWorkflow, isCreateInModule
-
-
-
-
Constructor Detail
-
EditFieldsParams
public EditFieldsParams(ServletRequest request) throws PortalException
- Throws:
PortalException
-
-
Method Detail
-
getServiceId
public String getServiceId()
- Specified by:
getServiceId
in interfaceIEditFieldParams
-
getDeletedFields
public List<String> getDeletedFields()
- Specified by:
getDeletedFields
in interfaceIEditFieldParams
-
isCreateInModule
public boolean isCreateInModule()
- Specified by:
isCreateInModule
in interfaceICreateParams
-
getServiceType
public int getServiceType()
- Specified by:
getServiceType
in interfaceICreateParams
-
getModuleId
public String getModuleId()
- Specified by:
getModuleId
in interfaceICreateParams
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceICreateParams
-
getInstallPath
public String getInstallPath()
- Specified by:
getInstallPath
in interfaceICreateParams
-
getName
public String getName()
- Specified by:
getName
in interfaceICreateParams
-
getDefinitionRootPath
public String getDefinitionRootPath()
- Specified by:
getDefinitionRootPath
in interfaceICreateParams
-
getTable
public ICreateParams.ITable getTable()
- Specified by:
getTable
in interfaceICreateParams
-
isContentAssociation
public boolean isContentAssociation()
Description copied from interface:ICreateParams
Returns if this content will have support for association.- Specified by:
isContentAssociation
in interfaceICreateParams
- Returns:
- true if it has support for association.
-
isContentComments
public boolean isContentComments()
- Specified by:
isContentComments
in interfaceICreateParams
-
isContentWorkflow
public boolean isContentWorkflow()
- Specified by:
isContentWorkflow
in interfaceICreateParams
-
isContentEndDate
public boolean isContentEndDate()
- Specified by:
isContentEndDate
in interfaceICreateParams
-
isContentHighlight
public boolean isContentHighlight()
- Specified by:
isContentHighlight
in interfaceICreateParams
-
isContentHightlightEndDate
public boolean isContentHightlightEndDate()
- Specified by:
isContentHightlightEndDate
in interfaceICreateParams
-
isContentPublishToPrincipals
public boolean isContentPublishToPrincipals()
- Specified by:
isContentPublishToPrincipals
in interfaceICreateParams
-
isContentPublishToServiceInstances
public boolean isContentPublishToServiceInstances()
- Specified by:
isContentPublishToServiceInstances
in interfaceICreateParams
-
isContentStartDate
public boolean isContentStartDate()
- Specified by:
isContentStartDate
in interfaceICreateParams
-
isContentVersioning
public boolean isContentVersioning()
- Specified by:
isContentVersioning
in interfaceICreateParams
-
isContentMultilanguage
public boolean isContentMultilanguage()
- Specified by:
isContentMultilanguage
in interfaceICreateParams
-
isContentTagging
public boolean isContentTagging()
- Specified by:
isContentTagging
in interfaceICreateParams
-
isContentCategorization
public boolean isContentCategorization()
- Specified by:
isContentCategorization
in interfaceICreateParams
-
isContentSeo
public boolean isContentSeo()
- Specified by:
isContentSeo
in interfaceICreateParams
-
-