|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.Record
public class Record
class Record
Field Summary | |
---|---|
static String |
ATTRIBUTE_ICON
|
static String |
ATTRIBUTE_TITLE
|
static String |
TAG_CREATION_DATE
|
static String |
TAG_LIST_RECORD_FIELD
|
static String |
TAG_MODIFICATION_DATE
|
static String |
TAG_RECORD_FIELD
|
static String |
TAG_RECORD_FIELD_VALUE
|
static String |
TAG_STATUS
|
static String |
WORKFLOW_RESOURCE_TYPE
|
Constructor Summary | |
---|---|
Record()
|
Method Summary | |
---|---|
List<DirectoryAction> |
getActions()
|
Timestamp |
getDateCreation()
return the date creation |
Timestamp |
getDateModification()
return the date Modification |
Directory |
getDirectory()
|
int |
getIdRecord()
return the id of the record |
List<RecordField> |
getListRecordField()
|
String |
getRoleKey()
Gets the record role |
String |
getWorkgroup()
|
StringBuffer |
getXml(fr.paris.lutece.portal.service.plugin.Plugin plugin,
Locale locale,
boolean bWithHtmlCode,
fr.paris.lutece.plugins.workflowcore.business.state.State state,
List<IEntry> listEntryResultSearch,
boolean bDisplayTitleEntryTypeSelect,
boolean bDisplayFront,
boolean bDisplayExport,
boolean bDisplayDateCreation)
The Xml of the record |
StringBuffer |
getXml(fr.paris.lutece.portal.service.plugin.Plugin plugin,
Locale locale,
boolean bWithHtmlCode,
fr.paris.lutece.plugins.workflowcore.business.state.State state,
List<IEntry> listEntryResultSearch,
boolean bDisplayTitleEntryTypeSelect,
boolean bDisplayFront,
boolean bDisplayExport,
boolean bDisplayDateCreation,
boolean bDisplayDateModification)
The Xml of the record |
StringBuffer |
getXmlForCsvExport(fr.paris.lutece.portal.service.plugin.Plugin plugin,
Locale locale,
boolean bWithHtmlCode,
fr.paris.lutece.plugins.workflowcore.business.state.State state,
List<IEntry> listEntryResultSearch,
boolean bDisplayTitleEntryTypeSelect,
boolean bDisplayFront,
boolean bDisplayExport,
boolean bDisplayDateCreation)
The Xml of the record |
StringBuffer |
getXmlForCsvExport(fr.paris.lutece.portal.service.plugin.Plugin plugin,
Locale locale,
boolean bWithHtmlCode,
fr.paris.lutece.plugins.workflowcore.business.state.State state,
List<IEntry> listEntryResultSearch,
boolean bDisplayTitleEntryTypeSelect,
boolean bDisplayFront,
boolean bDisplayExport,
boolean bDisplayDateCreation,
boolean bDisplayDateModification)
The Xml of the record |
boolean |
isEnabled()
|
void |
setActions(List<DirectoryAction> listAction)
set the list of record field associate to the record |
void |
setDateCreation(Timestamp dateCreation)
set the date creation |
void |
setDateModification(Timestamp dateModification)
set the date Modification |
void |
setDirectory(Directory directory)
set the directory associate to the record |
void |
setEnabled(boolean enable)
set true if the record is enabled |
void |
setIdRecord(int idRecord)
set the id of the record |
void |
setListRecordField(List<RecordField> listRecordField)
set the list of record field associate to the record |
void |
setRoleKey(String strRole)
Sets the directory's role |
void |
setWorkgroup(String workGroup)
set the work group associate to the record |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String WORKFLOW_RESOURCE_TYPE
public static final String ATTRIBUTE_TITLE
public static final String TAG_LIST_RECORD_FIELD
public static final String TAG_RECORD_FIELD
public static final String TAG_RECORD_FIELD_VALUE
public static final String TAG_CREATION_DATE
public static final String TAG_MODIFICATION_DATE
public static final String TAG_STATUS
public static final String ATTRIBUTE_ICON
Constructor Detail |
---|
public Record()
Method Detail |
---|
public Directory getDirectory()
public void setDirectory(Directory directory)
directory
- the directory associate to the recordpublic int getIdRecord()
public void setIdRecord(int idRecord)
idRecord
- the id of the recordpublic Timestamp getDateCreation()
public void setDateCreation(Timestamp dateCreation)
dateCreation
- date creationpublic Timestamp getDateModification()
public void setDateModification(Timestamp dateModification)
dateModification
- date Modificationpublic List<RecordField> getListRecordField()
public void setActions(List<DirectoryAction> listAction)
listRecordField
- the list of response associate to the form submitpublic List<DirectoryAction> getActions()
public void setListRecordField(List<RecordField> listRecordField)
listRecordField
- the list of response associate to the form submitpublic boolean isEnabled()
public void setEnabled(boolean enable)
enable
- true if the record is enabledpublic String getRoleKey()
public void setRoleKey(String strRole)
strRole
- The rolepublic String getWorkgroup()
getWorkgroup
in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
public void setWorkgroup(String workGroup)
workGroup
- the work group associate to the recordpublic StringBuffer getXml(fr.paris.lutece.portal.service.plugin.Plugin plugin, Locale locale, boolean bWithHtmlCode, fr.paris.lutece.plugins.workflowcore.business.state.State state, List<IEntry> listEntryResultSearch, boolean bDisplayTitleEntryTypeSelect, boolean bDisplayFront, boolean bDisplayExport, boolean bDisplayDateCreation)
record
- the recordplugin
- the pluginlocale
- the localebWithHtmlCode
- true if the xml must contain html code like state
- the state of the recordlistEntryResultSearch
- the list of entry to displaybDisplayTitleEntryTypeSelect
- true if template front or false if template backbDisplayFront
- true if template front or false if template backbDisplayExport
- true if it must be displayed in exportbDisplayDateCreation
- true if the date creation must be displayed
public StringBuffer getXml(fr.paris.lutece.portal.service.plugin.Plugin plugin, Locale locale, boolean bWithHtmlCode, fr.paris.lutece.plugins.workflowcore.business.state.State state, List<IEntry> listEntryResultSearch, boolean bDisplayTitleEntryTypeSelect, boolean bDisplayFront, boolean bDisplayExport, boolean bDisplayDateCreation, boolean bDisplayDateModification)
record
- the recordplugin
- the pluginlocale
- the localebWithHtmlCode
- true if the xml must contain html code like state
- the state of the recordlistEntryResultSearch
- the list of entry to displaybDisplayTitleEntryTypeSelect
- true if template front or false if template backbDisplayFront
- true if template front or false if template backbDisplayExport
- true if it must be displayed in exportbDisplayDateCreation
- true if the date creation must be displayedbDisplayDateModification
- true if the modification date must be displayed, false otherwise
public StringBuffer getXmlForCsvExport(fr.paris.lutece.portal.service.plugin.Plugin plugin, Locale locale, boolean bWithHtmlCode, fr.paris.lutece.plugins.workflowcore.business.state.State state, List<IEntry> listEntryResultSearch, boolean bDisplayTitleEntryTypeSelect, boolean bDisplayFront, boolean bDisplayExport, boolean bDisplayDateCreation)
plugin
- the pluginlocale
- the localebWithHtmlCode
- true if the xml must contain html code like state
- the state of the recordlistEntryResultSearch
- the list of entry to displaybDisplayTitleEntryTypeSelect
- true if the title must be display for entry type selectbDisplayFront
- true if template front or false if template backbDisplayExport
- true if it must be displayed in exportbDisplayDateCreation
- true if the date creation must be displayed
public StringBuffer getXmlForCsvExport(fr.paris.lutece.portal.service.plugin.Plugin plugin, Locale locale, boolean bWithHtmlCode, fr.paris.lutece.plugins.workflowcore.business.state.State state, List<IEntry> listEntryResultSearch, boolean bDisplayTitleEntryTypeSelect, boolean bDisplayFront, boolean bDisplayExport, boolean bDisplayDateCreation, boolean bDisplayDateModification)
plugin
- the pluginlocale
- the localebWithHtmlCode
- true if the xml must contain html code like state
- the state of the recordlistEntryResultSearch
- the list of entry to displaybDisplayTitleEntryTypeSelect
- true if the title must be display for entry type selectbDisplayFront
- true if template front or false if template backbDisplayExport
- true if it must be displayed in exportbDisplayDateCreation
- true if the date creation must be displayedbDisplayDateModification
- true if the modification date must be displayed, false otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |