|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.portlet.PortletType
public class PortletType
This class represents business objects PortletType
Field Summary | |
---|---|
static String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
PortletType()
|
Method Summary | |
---|---|
String |
getCreateScriptTemplate()
Return a script to include in the create form |
String |
getCreateSpecificFormTemplate()
Return html code to add another form to the create page |
String |
getCreateSpecificTemplate()
Return html code to include in the create form |
String |
getDoCreateUrl()
Return the DoCreate Url |
String |
getDoModifyUrl()
Return the Modify Url |
String |
getHomeClass()
Returns the path of the home class which manages the update of this portlet type |
String |
getId()
Returns the identifier of the Portlet type |
String |
getModifyScriptTemplate()
Return a script to include in the modify form |
String |
getModifySpecificFormTemplate()
Return html code to add another form to the modify page |
String |
getModifySpecificTemplate()
Return html code to include in the modify form |
String |
getName()
Returns the name of the Portlet Type |
String |
getNameKey()
Returns the name key of the Portlet Type |
String |
getPluginName()
Returns the plugin name of the Portlet Type |
String |
getResourceId()
Returns the resource Id of the current object |
String |
getResourceTypeCode()
Returns the Resource Type Code that identify the resource type |
String |
getUrlCreation()
Returns the url of the program which manages the creation of this portlet type |
String |
getUrlUpdate()
Returns the url of the program which manages the update of this portlet type |
void |
setCreateScriptTemplate(String strCreateScript)
Sets the CreateScript |
void |
setCreateSpecificFormTemplate(String strCreateSpecificForm)
Sets the CreateSpecificForm |
void |
setCreateSpecificTemplate(String strCreateSpecific)
Sets the CreateSpecific |
void |
setDoCreateUrl(String strDoCreateUrl)
Sets the DoCreate Url |
void |
setDoModifyUrl(String strDoModifyUrl)
Sets the DoModify Url |
void |
setHomeClass(String strHomeClass)
Sets the home class path of the program which manages the update of this portlet type |
void |
setId(String strId)
Sets the identifier of the portlet type |
void |
setLocale(Locale locale)
Implements Localizable |
void |
setModifyScriptTemplate(String strModifyScript)
Sets the ModifyScript |
void |
setModifySpecificFormTemplate(String strModifySpecificForm)
Sets the ModifySpecificForm |
void |
setModifySpecificTemplate(String strModifySpecific)
Sets the ModifySpecific |
void |
setNameKey(String strNameKey)
Sets the name key of the Portlet Type |
void |
setPluginName(String strPluginName)
Sets the plugin name of the Portlet Type |
void |
setUrlCreation(String strUrlCreation)
Sets the url of the program which manages the creation of this portlet type |
void |
setUrlUpdate(String strUrlUpdate)
Sets the url of the program which manages the update of this portlet type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RESOURCE_TYPE
Constructor Detail |
---|
public PortletType()
Method Detail |
---|
public String getId()
public void setId(String strId)
strId
- the Portlet Type identifierpublic void setNameKey(String strNameKey)
strNameKey
- the Portlet type Name keypublic String getNameKey()
public String getName()
public void setUrlCreation(String strUrlCreation)
strUrlCreation
- the url to create the current portlet typepublic String getUrlCreation()
public void setUrlUpdate(String strUrlUpdate)
strUrlUpdate
- the url to update the current portlet typepublic String getUrlUpdate()
public void setHomeClass(String strHomeClass)
strHomeClass
- the path to update the current portlet typepublic String getHomeClass()
public void setPluginName(String strPluginName)
strPluginName
- the Portlet type Plugin Namepublic String getPluginName()
public String getResourceTypeCode()
getResourceTypeCode
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public String getResourceId()
getResourceId
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public String getDoCreateUrl()
public void setDoCreateUrl(String strDoCreateUrl)
strDoCreateUrl
- The DoCreate Urlpublic void setCreateScriptTemplate(String strCreateScript)
strCreateScript
- The CreateScriptpublic void setCreateSpecificTemplate(String strCreateSpecific)
strCreateSpecific
- The CreateSpecificpublic void setCreateSpecificFormTemplate(String strCreateSpecificForm)
strCreateSpecificForm
- The CreateSpecificFormpublic String getCreateScriptTemplate()
public String getCreateSpecificTemplate()
public String getCreateSpecificFormTemplate()
public String getDoModifyUrl()
public String getModifyScriptTemplate()
public String getModifySpecificTemplate()
public String getModifySpecificFormTemplate()
public void setDoModifyUrl(String strDoModifyUrl)
strDoModifyUrl
- The DoModify Urlpublic void setModifyScriptTemplate(String strModifyScript)
strModifyScript
- The ModifyScriptpublic void setModifySpecificTemplate(String strModifySpecific)
strModifySpecific
- The ModifySpecificpublic void setModifySpecificFormTemplate(String strModifySpecificForm)
strModifySpecificForm
- The ModifySpecificFormpublic void setLocale(Locale locale)
setLocale
in interface Localizable
locale
- The current locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |