|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.Entry
fr.paris.lutece.plugins.directory.business.EntryTypeRemoteMyLuteceUser
public class EntryTypeRemoteMyLuteceUser
class EntryTypeRemoteMyLuteceUser
Field Summary |
---|
Constructor Summary | |
---|---|
EntryTypeRemoteMyLuteceUser()
|
Method Summary | |
---|---|
String |
convertRecordFieldTitleToString(RecordField recordField,
Locale locale,
boolean bDisplayFront)
|
String |
convertRecordFieldValueToString(RecordField recordField,
Locale locale,
boolean bDisplayFront,
boolean bExportDirectory)
convert the value contains in the record field to string |
String |
getEntryData(javax.servlet.http.HttpServletRequest request,
Locale locale)
Get the request data |
String |
getHtmlRecordFieldValue(Locale locale,
RecordField recordField,
boolean isDisplayFront)
Get the Html code used in display records |
void |
getRecordFieldData(Record record,
List<String> lstValue,
boolean bTestDirectoryError,
boolean bAddNewValue,
List<RecordField> listRecordField,
Locale locale)
save in the list of record field the record field associate to the entry |
String |
getTemplateCreate()
Get template create url |
String |
getTemplateHtmlFormEntry(boolean isDisplayFront)
Get the url of the template wich contains the Html code used in entry form |
String |
getTemplateHtmlFormSearchEntry(boolean isDisplayFront)
Get the url of the template wich contains the Html code used in search form |
String |
getTemplateHtmlRecordFieldValue(boolean isDisplayFront)
Get the url of the template wich contains the Html code used in display records |
String |
getTemplateModify()
Get the template modify url |
boolean |
isSortable()
Check if the entry is sortable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntryTypeRemoteMyLuteceUser()
Method Detail |
---|
public String getTemplateCreate()
getTemplateCreate
in interface IEntry
getTemplateCreate
in class Entry
public String getTemplateModify()
getTemplateModify
in interface IEntry
getTemplateModify
in class Entry
public String getTemplateHtmlFormEntry(boolean isDisplayFront)
getTemplateHtmlFormEntry
in class Entry
isDisplayFront
- true if display for front office or false if
display for back office
public String getTemplateHtmlRecordFieldValue(boolean isDisplayFront)
getTemplateHtmlRecordFieldValue
in class Entry
isDisplayFront
- true if display for front office or false if
display for back office
public String getTemplateHtmlFormSearchEntry(boolean isDisplayFront)
getTemplateHtmlFormSearchEntry
in class Entry
isDisplayFront
- true if display for front office or false if
display for back office
public String getEntryData(javax.servlet.http.HttpServletRequest request, Locale locale)
getEntryData
in interface IEntry
getEntryData
in class Entry
request
- HttpRequestlocale
- the locale
public void getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale) throws DirectoryErrorException
getRecordFieldData
in interface IEntry
getRecordFieldData
in class Entry
record
- the record associated to the record fieldlstValue
- the list which contains the string value of the record
fieldbTestDirectoryError
- true if the value contains in the request must
be testedlistRecordField
- the list of record field associate to the recordlocale
- the locale
DirectoryErrorException
- If an error occurspublic String getHtmlRecordFieldValue(Locale locale, RecordField recordField, boolean isDisplayFront)
getHtmlRecordFieldValue
in interface IEntry
getHtmlRecordFieldValue
in class Entry
locale
- the localerecordField
- the record field associate to the entryisDisplayFront
- true if the template front or false if the template
back
public String convertRecordFieldValueToString(RecordField recordField, Locale locale, boolean bDisplayFront, boolean bExportDirectory)
convertRecordFieldValueToString
in interface IEntry
convertRecordFieldValueToString
in class Entry
recordField
- the recordFieldlocale
- the localebDisplayFront
- true if display front or false if display backbExportDirectory
- true if display export
public String convertRecordFieldTitleToString(RecordField recordField, Locale locale, boolean bDisplayFront)
convertRecordFieldTitleToString
in interface IEntry
convertRecordFieldTitleToString
in class Entry
recordField
- the recordFieldlocale
- the localebDisplayFront
- true if display front or false if display back
public boolean isSortable()
isSortable
in interface IEntry
isSortable
in class Entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |