|
||||||||||
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 String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
InsertService()
|
Method Summary | |
---|---|
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 name of 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 |
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 InsertService()
Method Detail |
---|
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()
fr.paris.lutece.portal.service.LinkService#getActionBean()
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 locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |