fr.paris.lutece.plugins.pluginwizard.business.model.user
Class UserChoice

java.lang.Object
  extended by fr.paris.lutece.plugins.pluginwizard.business.model.user.UserChoice
All Implemented Interfaces:
java.io.Serializable

public class UserChoice
extends java.lang.Object
implements java.io.Serializable

The class will determine the choices of the user during the navigation process

See Also:
Serialized Form

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

UserChoice

public UserChoice()
Method Detail

getBusinessClasses

public boolean getBusinessClasses()
Returns boolean value whether to generate business classes

Returns:
if true business classes are generated

setBusinessClasses

public void setBusinessClasses(boolean bBusinessClasses)
Sets the business class choice

Parameters:
bBusinessClasses - The boolean value to generate business class

getJspBean

public boolean getJspBean()
Fetches the JspBean choice

Returns:
if true jspbean are generated

setJspBean

public void setJspBean(boolean bJspBeanChoice)
Sets the bJspBeanChoice

Parameters:
bJspBeanChoice - The boolean value to generate business class

getSqlFiles

public boolean getSqlFiles()
Fetches the sql choice

Returns:
if true sql files are generated

setSqlFiles

public void setSqlFiles(boolean bSqlFiles)
Sets the sql files generation

Parameters:
bSqlFiles - The boolean value to generate sql files

getBackOfficeTemplate

public boolean getBackOfficeTemplate()
Fetches the back office templates choice

Returns:
if true back office templates are generated

setBackOfficeTemplate

public void setBackOfficeTemplate(boolean bBackOfficeTemplate)
Sets the back office templates generation choice

Parameters:
bBackOfficeTemplate - The boolean value

getResourceFiles

public boolean getResourceFiles()
Fetches resource files choice

Returns:
if true resource files are generated

setResourceFiles

public void setResourceFiles(boolean bResourceFiles)
Sets the resource files generation choice

Parameters:
bResourceFiles - The boolean value

getBackOfficeJsp

public boolean getBackOfficeJsp()
Fetches back office jsp files choice

Returns:
if true back office jsp are generated

setBackOfficeJsp

public void setBackOfficeJsp(boolean bBackOfficeJsp)
Sets the back office jsp choice

Parameters:
bBackOfficeJsp - The boolean value

getPluginPropertiesFile

public boolean getPluginPropertiesFile()
Fetches plugin properties files choice

Returns:
if true plugin properties file are generated

setPluginPropertiesFile

public void setPluginPropertiesFile(boolean bPluginPropertiesFile)
Sets plugin properties choice

Parameters:
bPluginPropertiesFile - The boolean value

getPluginXmlDefinition

public boolean getPluginXmlDefinition()
Fetches xml describing the plugin choice

Returns:
if true the xml describing the plugin is generated

setPluginXmlDefinition

public void setPluginXmlDefinition(boolean bPluginXmlDefinition)
Sets the xml plugin choice

Parameters:
bPluginXmlDefinition - The boolean value

getMavenPomXml

public boolean getMavenPomXml()
Fetches pom.xml choice

Returns:
if true the pom.xml of the plugin is generated

setMavenPomXml

public void setMavenPomXml(boolean bMavenPomXml)
Sets the maven pom choice

Parameters:
bMavenPomXml - The boolean value

getSpringContextXml

public boolean getSpringContextXml()
Fetches spring context file choice

Returns:
if true the context file is generated

setSpringContextXml

public void setSpringContextXml(boolean bSpringContextXml)
Sets the context file used by spring choice

Parameters:
bSpringContextXml - The boolean value

getXpages

public boolean getXpages()
Fetches Xpagese choice

Returns:
if true the Xpages are generated

setXpages

public void setXpages(boolean bXpages)
Sets the XPages choice

Parameters:
bXpages - The boolean value


Copyright © 2012 Mairie de Paris. All Rights Reserved.