|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.pluginwizard.business.model.user.UserChoice
public class UserChoice
The class will determine the choices of the user during the navigation process
Constructor Summary | |
---|---|
UserChoice()
|
Method Summary | |
---|---|
boolean |
getBackOfficeJsp()
Fetches back office jsp files choice |
boolean |
getBackOfficeTemplate()
Fetches the back office templates choice |
boolean |
getBusinessClasses()
Returns boolean value whether to generate business classes |
boolean |
getJspBean()
Fetches the JspBean choice |
boolean |
getMavenPomXml()
Fetches pom.xml choice |
boolean |
getPluginPropertiesFile()
Fetches plugin properties files choice |
boolean |
getPluginXmlDefinition()
Fetches xml describing the plugin choice |
boolean |
getResourceFiles()
Fetches resource files choice |
boolean |
getSpringContextXml()
Fetches spring context file choice |
boolean |
getSqlFiles()
Fetches the sql choice |
boolean |
getXpages()
Fetches Xpagese choice |
void |
setBackOfficeJsp(boolean bBackOfficeJsp)
Sets the back office jsp choice |
void |
setBackOfficeTemplate(boolean bBackOfficeTemplate)
Sets the back office templates generation choice |
void |
setBusinessClasses(boolean bBusinessClasses)
Sets the business class choice |
void |
setJspBean(boolean bJspBeanChoice)
Sets the bJspBeanChoice |
void |
setMavenPomXml(boolean bMavenPomXml)
Sets the maven pom choice |
void |
setPluginPropertiesFile(boolean bPluginPropertiesFile)
Sets plugin properties choice |
void |
setPluginXmlDefinition(boolean bPluginXmlDefinition)
Sets the xml plugin choice |
void |
setResourceFiles(boolean bResourceFiles)
Sets the resource files generation choice |
void |
setSpringContextXml(boolean bSpringContextXml)
Sets the context file used by spring choice |
void |
setSqlFiles(boolean bSqlFiles)
Sets the sql files generation |
void |
setXpages(boolean bXpages)
Sets the XPages choice |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserChoice()
Method Detail |
---|
public boolean getBusinessClasses()
public void setBusinessClasses(boolean bBusinessClasses)
bBusinessClasses
- The boolean value to generate business classpublic boolean getJspBean()
public void setJspBean(boolean bJspBeanChoice)
bJspBeanChoice
- The boolean value to generate business classpublic boolean getSqlFiles()
public void setSqlFiles(boolean bSqlFiles)
bSqlFiles
- The boolean value to generate sql filespublic boolean getBackOfficeTemplate()
public void setBackOfficeTemplate(boolean bBackOfficeTemplate)
bBackOfficeTemplate
- The boolean valuepublic boolean getResourceFiles()
public void setResourceFiles(boolean bResourceFiles)
bResourceFiles
- The boolean valuepublic boolean getBackOfficeJsp()
public void setBackOfficeJsp(boolean bBackOfficeJsp)
bBackOfficeJsp
- The boolean valuepublic boolean getPluginPropertiesFile()
public void setPluginPropertiesFile(boolean bPluginPropertiesFile)
bPluginPropertiesFile
- The boolean valuepublic boolean getPluginXmlDefinition()
public void setPluginXmlDefinition(boolean bPluginXmlDefinition)
bPluginXmlDefinition
- The boolean valuepublic boolean getMavenPomXml()
public void setMavenPomXml(boolean bMavenPomXml)
bMavenPomXml
- The boolean valuepublic boolean getSpringContextXml()
public void setSpringContextXml(boolean bSpringContextXml)
bSpringContextXml
- The boolean valuepublic boolean getXpages()
public void setXpages(boolean bXpages)
bXpages
- The boolean value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |