|
||||||||||
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 java.lang.String |
TAG_CREATION_DATE
|
static java.lang.String |
TAG_LIST_RECORD_FIELD
|
static java.lang.String |
TAG_RECORD_FIELD
|
static java.lang.String |
TAG_RECORD_FIELD_VALUE
|
static java.lang.String |
TAG_STATUS
|
static java.lang.String |
WORKFLOW_RESOURCE_TYPE
|
Constructor Summary | |
---|---|
Record()
|
Method Summary | |
---|---|
java.util.List<DirectoryAction> |
getActions()
|
java.sql.Timestamp |
getDateCreation()
return the date creation |
Directory |
getDirectory()
|
int |
getIdRecord()
return the id of the record |
java.util.List<RecordField> |
getListRecordField()
|
java.lang.String |
getRoleKey()
Gets the record role |
java.lang.String |
getWorkgroup()
|
java.lang.Double |
getX()
Returns the X |
java.lang.StringBuffer |
getXml(fr.paris.lutece.portal.service.plugin.Plugin plugin,
java.util.Locale locale,
boolean bWithHtmlCode,
fr.paris.lutece.portal.business.workflow.State state,
java.util.List<IEntry> listEntryResultSearch,
boolean bDisplayTitleEntryTypeSelect,
boolean bDisplayFront,
boolean bDisplayExport)
The Xml of the record |
java.lang.Double |
getY()
Returns the Y (lattitude) |
boolean |
isEnabled()
|
void |
setActions(java.util.List<DirectoryAction> listAction)
set the list of record field associate to the record |
void |
setDateCreation(java.sql.Timestamp dateCreation)
set the date creation |
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(java.util.List<RecordField> listRecordField)
set the list of record field associate to the record |
void |
setRoleKey(java.lang.String strRole)
Sets the directory's role |
void |
setWorkgroup(java.lang.String workGroup)
set the work group associate to the record |
void |
setX(java.lang.Double fltX)
Sets the X |
void |
setY(java.lang.Double fltY)
Sets the Y (lattitude) |
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 WORKFLOW_RESOURCE_TYPE
public static final java.lang.String TAG_LIST_RECORD_FIELD
public static final java.lang.String TAG_RECORD_FIELD
public static final java.lang.String TAG_RECORD_FIELD_VALUE
public static final java.lang.String TAG_CREATION_DATE
public static final java.lang.String TAG_STATUS
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 java.sql.Timestamp getDateCreation()
public void setDateCreation(java.sql.Timestamp dateCreation)
dateCreation
- date creationpublic java.util.List<RecordField> getListRecordField()
public void setActions(java.util.List<DirectoryAction> listAction)
listRecordField
- the list of response associate to the form submitpublic java.util.List<DirectoryAction> getActions()
public void setListRecordField(java.util.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 java.lang.String getRoleKey()
public void setRoleKey(java.lang.String strRole)
strRole
- The rolepublic java.lang.String getWorkgroup()
getWorkgroup
in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
public void setWorkgroup(java.lang.String workGroup)
workGroup
- the work group associate to the recordpublic java.lang.StringBuffer getXml(fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale, boolean bWithHtmlCode, fr.paris.lutece.portal.business.workflow.State state, java.util.List<IEntry> listEntryResultSearch, boolean bDisplayTitleEntryTypeSelect, boolean bDisplayFront, boolean bDisplayExport)
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 displaytrue
- if template front or false if template back
public java.lang.Double getX()
public void setX(java.lang.Double fltX)
fltX
- the _fltX to setpublic java.lang.Double getY()
public void setY(java.lang.Double fltY)
fltY
- the _fltY to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |