public class InsertService extends Object implements fr.paris.lutece.portal.service.rbac.RBACResource, Localizable
Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_TYPE |
Constructor and Description |
---|
InsertService() |
Modifier and Type | Method and Description |
---|---|
String |
getActionBeanString()
Returns the ActionBean
|
String |
getId()
Returns the insert service Id
|
String |
getLabel()
Returns the insert service label
|
String |
getLabelKey()
Returns the insert service label
|
String |
getName()
Returns the insert service name
|
String |
getNameKey()
Returns the insert service name
|
String |
getPluginName()
Return the name of the plugin
|
String |
getResourceId()
Returns the resource Id of the current object
|
String |
getResourceTypeCode()
Returns the Resource Type Code that identify the resource type
|
InsertServiceSelectionBean |
getSelectionActionBean()
Returns the Bean to select an object
|
String |
getSelectorUI(javax.servlet.http.HttpServletRequest request)
Get the UI to select an object
|
boolean |
isEnabled()
Tells if the insertservice is enable (plugin activated).
|
void |
setActionBeanClassName(String strSelectionBean)
Register the name of the Action Bean associated with the service
|
void |
setActionBeanString(String strActionBean)
Set the ActionBean of the insert service
|
void |
setId(String strId)
Set the Id of the insert service
|
void |
setLabelKey(String strLabelKey)
Set the name of the insert service
|
void |
setLocale(Locale locale)
Implements Localizable
|
void |
setNameKey(String strNameKey)
Set the name of the insert service
|
void |
setPluginName(String strPluginName)
Set the plugin name of the insert service
|
public static final String RESOURCE_TYPE
public String getId()
public void setId(String strId)
strId
- the idpublic String getNameKey()
public String getName()
public void setNameKey(String strNameKey)
strNameKey
- the labelpublic String getLabelKey()
public String getLabel()
public void setLabelKey(String strLabelKey)
strLabelKey
- the labelpublic String getActionBeanString()
public void setActionBeanString(String strActionBean)
strActionBean
- the ActionBeanpublic void setActionBeanClassName(String strSelectionBean)
strSelectionBean
- The ActionBean to usepublic String getPluginName()
public void setPluginName(String strPluginName)
strPluginName
- the plugin namepublic InsertServiceSelectionBean getSelectionActionBean()
getActionBeanString()
public String getSelectorUI(javax.servlet.http.HttpServletRequest request)
request
- The Http request.public boolean isEnabled()
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 void setLocale(Locale locale)
setLocale
in interface Localizable
locale
- The current localeCopyright © 2020 City of Paris. All rights reserved.