|
||||||||||
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 java.lang.String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
PortletType()
|
Method Summary | |
---|---|
java.lang.String |
getCreateScriptTemplate()
Return a script to include in the create form |
java.lang.String |
getCreateSpecificFormTemplate()
Return html code to add another form to the create page |
java.lang.String |
getCreateSpecificTemplate()
Return html code to include in the create form |
java.lang.String |
getDoCreateUrl()
Return the DoCreate Url |
java.lang.String |
getDoModifyUrl()
Return the Modify Url |
java.lang.String |
getHomeClass()
Returns the path of the home class which manages the update of this portlet type |
java.lang.String |
getId()
Returns the identifier of the Portlet type |
java.lang.String |
getModifyScriptTemplate()
Return a script to include in the modify form |
java.lang.String |
getModifySpecificFormTemplate()
Return html code to add another form to the modify page |
java.lang.String |
getModifySpecificTemplate()
Return html code to include in the modify form |
java.lang.String |
getName()
Returns the name of the Portlet Type |
java.lang.String |
getNameKey()
Returns the name key of the Portlet Type |
java.lang.String |
getPluginName()
Returns the plugin name of the Portlet Type |
java.lang.String |
getResourceId()
Returns the resource Id of the current object |
java.lang.String |
getResourceTypeCode()
Returns the Resource Type Code that identify the resource type |
java.lang.String |
getUrlCreation()
Returns the url of the program which manages the creation of this portlet type |
java.lang.String |
getUrlUpdate()
Returns the url of the program which manages the update of this portlet type |
void |
setCreateScriptTemplate(java.lang.String strCreateScript)
Sets the CreateScript |
void |
setCreateSpecificFormTemplate(java.lang.String strCreateSpecificForm)
Sets the CreateSpecificForm |
void |
setCreateSpecificTemplate(java.lang.String strCreateSpecific)
Sets the CreateSpecific |
void |
setDoCreateUrl(java.lang.String strDoCreateUrl)
Sets the DoCreate Url |
void |
setDoModifyUrl(java.lang.String strDoModifyUrl)
Sets the DoModify Url |
void |
setHomeClass(java.lang.String strHomeClass)
Sets the home class path of the program which manages the update of this portlet type |
void |
setId(java.lang.String strId)
Sets the identifier of the portlet type |
void |
setLocale(java.util.Locale locale)
Implements Localizable |
void |
setModifyScriptTemplate(java.lang.String strModifyScript)
Sets the ModifyScript |
void |
setModifySpecificFormTemplate(java.lang.String strModifySpecificForm)
Sets the ModifySpecificForm |
void |
setModifySpecificTemplate(java.lang.String strModifySpecific)
Sets the ModifySpecific |
void |
setNameKey(java.lang.String strNameKey)
Sets the name key of the Portlet Type |
void |
setPluginName(java.lang.String strPluginName)
Sets the plugin name of the Portlet Type |
void |
setUrlCreation(java.lang.String strUrlCreation)
Sets the url of the program which manages the creation of this portlet type |
void |
setUrlUpdate(java.lang.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 java.lang.String RESOURCE_TYPE
Constructor Detail |
---|
public PortletType()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String strId)
strId
- the Portlet Type identifierpublic void setNameKey(java.lang.String strNameKey)
strNameKey
- the Portlet type Name keypublic java.lang.String getNameKey()
public java.lang.String getName()
public void setUrlCreation(java.lang.String strUrlCreation)
strUrlCreation
- the url to create the current portlet typepublic java.lang.String getUrlCreation()
public void setUrlUpdate(java.lang.String strUrlUpdate)
strUrlUpdate
- the url to update the current portlet typepublic java.lang.String getUrlUpdate()
public void setHomeClass(java.lang.String strHomeClass)
strHomeClass
- the path to update the current portlet typepublic java.lang.String getHomeClass()
public void setPluginName(java.lang.String strPluginName)
strPluginName
- the Portlet type Plugin Namepublic java.lang.String getPluginName()
public java.lang.String getResourceTypeCode()
getResourceTypeCode
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public java.lang.String getResourceId()
getResourceId
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public java.lang.String getDoCreateUrl()
public void setDoCreateUrl(java.lang.String strDoCreateUrl)
strDoCreateUrl
- The DoCreate Urlpublic void setCreateScriptTemplate(java.lang.String strCreateScript)
strCreateScript
- The CreateScriptpublic void setCreateSpecificTemplate(java.lang.String strCreateSpecific)
strCreateSpecific
- The CreateSpecificpublic void setCreateSpecificFormTemplate(java.lang.String strCreateSpecificForm)
strCreateSpecificForm
- The CreateSpecificFormpublic java.lang.String getCreateScriptTemplate()
public java.lang.String getCreateSpecificTemplate()
public java.lang.String getCreateSpecificFormTemplate()
public java.lang.String getDoModifyUrl()
public java.lang.String getModifyScriptTemplate()
public java.lang.String getModifySpecificTemplate()
public java.lang.String getModifySpecificFormTemplate()
public void setDoModifyUrl(java.lang.String strDoModifyUrl)
strDoModifyUrl
- The DoModify Urlpublic void setModifyScriptTemplate(java.lang.String strModifyScript)
strModifyScript
- The ModifyScriptpublic void setModifySpecificTemplate(java.lang.String strModifySpecific)
strModifySpecific
- The ModifySpecificpublic void setModifySpecificFormTemplate(java.lang.String strModifySpecificForm)
strModifySpecificForm
- The ModifySpecificFormpublic void setLocale(java.util.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 |