|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.insert.InsertService
public class InsertService
The insert Service
Field Summary | |
---|---|
static java.lang.String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
InsertService()
|
Method Summary | |
---|---|
java.lang.String |
getActionBeanString()
Returns the ActionBean |
java.lang.String |
getId()
Returns the insert service Id |
java.lang.String |
getLabel()
Returns the insert service label |
java.lang.String |
getLabelKey()
Returns the insert service label |
java.lang.String |
getName()
Returns the insert service name |
java.lang.String |
getNameKey()
Returns the insert service name |
java.lang.String |
getPluginName()
Return the name of the plugin |
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 |
InsertServiceSelectionBean |
getSelectionActionBean()
Returns the name of the Bean to select an object |
java.lang.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(java.lang.String strSelectionBean)
Register the name of the Action Bean associated with the service |
void |
setActionBeanString(java.lang.String strActionBean)
Set the ActionBean of the insert service |
void |
setId(java.lang.String strId)
Set the Id of the insert service |
void |
setLabelKey(java.lang.String strLabelKey)
Set the name of the insert service |
void |
setLocale(java.util.Locale locale)
Implements Localizable |
void |
setNameKey(java.lang.String strNameKey)
Set the name of the insert service |
void |
setPluginName(java.lang.String strPluginName)
Set the plugin name of the insert service |
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 InsertService()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String strId)
strId
- the idpublic java.lang.String getNameKey()
public java.lang.String getName()
public void setNameKey(java.lang.String strNameKey)
strNameKey
- the labelpublic java.lang.String getLabelKey()
public java.lang.String getLabel()
public void setLabelKey(java.lang.String strLabelKey)
strLabelKey
- the labelpublic java.lang.String getActionBeanString()
public void setActionBeanString(java.lang.String strActionBean)
strActionBean
- the ActionBeanpublic void setActionBeanClassName(java.lang.String strSelectionBean)
strSelectionBean
- The ActionBean to usepublic java.lang.String getPluginName()
public void setPluginName(java.lang.String strPluginName)
strPluginName
- the plugin namepublic InsertServiceSelectionBean getSelectionActionBean()
fr.paris.lutece.portal.service.LinkService#getActionBean()
public java.lang.String getSelectorUI(javax.servlet.http.HttpServletRequest request)
request
- The Http request.
public boolean isEnabled()
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 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 |