|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.helpdesk.business.Faq
public class Faq
This class represents a Faq object.
Field Summary | |
---|---|
static String |
RESOURCE_TYPE
|
static String |
ROLE_NONE
|
Constructor Summary | |
---|---|
Faq()
Creates a new Faq object. |
Method Summary | |
---|---|
String |
getDescription()
Get the Description |
int |
getId()
Get the Id |
String |
getName()
Get the name |
String |
getRoleKey()
Get the Lutece role key |
Collection<Subject> |
getSubjectsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of subjects directly linked to Faq (not sub-subjects) |
Collection<Theme> |
getThemesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of themes directly linked to Faq (not sub-themes) |
String |
getWorkgroup()
Get the workgroup key for Faq |
static void |
init()
Initialize the Faq |
void |
setDescription(String strDescription)
Set the Description |
void |
setId(int nId)
Set the Id |
void |
setName(String strName)
Set the name |
void |
setRoleKey(String strRoleKey)
Set the Lutece role key |
void |
setWorkgroup(String strWorkgroupKey)
Set the workgroup key for Faq |
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
public static final String ROLE_NONE
Constructor Detail |
---|
public Faq()
Method Detail |
---|
public static void init()
public int getId()
public void setId(int nId)
nId
- the _nId to setpublic String getName()
public void setName(String strName)
strName
- the _strName to setpublic String getDescription()
public void setDescription(String strDescription)
strDescription
- the _strDescription to setpublic String getRoleKey()
public void setRoleKey(String strRoleKey)
strRoleKey
- the _strRoleKey to setpublic Collection<Subject> getSubjectsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Faq
(not sub-subjects)
plugin
- The Plugin
Subject
public Collection<Theme> getThemesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Faq
(not sub-themes)
plugin
- The Plugin
Theme
public void setWorkgroup(String strWorkgroupKey)
Faq
strWorkgroupKey
- the _strWorkgroupKey to setpublic String getWorkgroup()
Faq
getWorkgroup
in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |