|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttribute
IAttribute
Method Summary | |
---|---|
AttributeType |
getAttributeType()
Get attribute type |
java.lang.String |
getHelpMessage()
Get help Message |
int |
getIdAttribute()
Get ID Attribute |
java.util.List<AttributeField> |
getListAttributeFields()
Get list fields |
Plugin |
getPlugin()
Get plugin |
int |
getPosition()
Get position |
java.lang.String |
getPropertyCreatePageTitle()
Get page title for create page |
java.lang.String |
getPropertyModifyPageTitle()
Get page title for modify page |
java.lang.String |
getTemplateCreateAttribute()
Get the template create an attribute |
java.lang.String |
getTemplateHtmlFormAttribute()
Get the template html form attribute |
java.lang.String |
getTemplateHtmlFormSearchAttribute()
Get the template html form search attribute |
java.lang.String |
getTemplateModifyAttribute()
Get the template modify an attribute |
java.lang.String |
getTitle()
Get title |
java.util.List<AdminUserField> |
getUserFieldsData(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Get the data of the user fields |
boolean |
isMandatory()
Get Mandatory |
boolean |
isShownInSearch()
Check if the attribute is shown in search |
java.lang.String |
setAttributeData(javax.servlet.http.HttpServletRequest request)
Set the data of the attribute |
void |
setAttributeType(AttributeType attributeType)
Set attribute Type |
void |
setAttributeType(java.util.Locale locale)
Set attribute type |
void |
setHelpMessage(java.lang.String strHelpMessage)
Set help message |
void |
setIdAttribute(int nIdAttribute)
Set ID Attribute |
void |
setListAttributeFields(java.util.List<AttributeField> listAttributeFields)
Set list fields |
void |
setMandatory(boolean bMandatory)
Set mandatory |
void |
setPlugin(Plugin plugin)
Set plugin |
void |
setPosition(int nPosition)
Set position |
void |
setShownInSearch(boolean bIsShownInSearch)
Set isShownInSearch |
void |
setTitle(java.lang.String strTitle)
Set title |
Method Detail |
---|
int getIdAttribute()
void setIdAttribute(int nIdAttribute)
nIdAttribute
- ID Attributeboolean isMandatory()
void setMandatory(boolean bMandatory)
mandatory
- true if it's mandatory, false otherwisejava.util.List<AttributeField> getListAttributeFields()
void setListAttributeFields(java.util.List<AttributeField> listAttributeFields)
listAttributeField
- list fieldsjava.lang.String getTitle()
void setTitle(java.lang.String strTitle)
strTitle
- titlejava.lang.String getHelpMessage()
void setHelpMessage(java.lang.String strHelpMessage)
strHelpMessage
- help messageint getPosition()
void setPosition(int nPosition)
nPosition
- positionAttributeType getAttributeType()
void setAttributeType(AttributeType attributeType)
attributeType
- attribute typePlugin getPlugin()
void setPlugin(Plugin plugin)
plugin
- pluginboolean isShownInSearch()
void setShownInSearch(boolean bIsShownInSearch)
bIsShownInSearch
- shown in searchjava.util.List<AdminUserField> getUserFieldsData(javax.servlet.http.HttpServletRequest request, AdminUser user)
request
- HttpServletRequestuser
- user
void setAttributeType(java.util.Locale locale)
locale
- localejava.lang.String getPropertyCreatePageTitle()
java.lang.String getPropertyModifyPageTitle()
java.lang.String getTemplateCreateAttribute()
java.lang.String getTemplateModifyAttribute()
java.lang.String getTemplateHtmlFormAttribute()
java.lang.String getTemplateHtmlFormSearchAttribute()
java.lang.String setAttributeData(javax.servlet.http.HttpServletRequest request)
request
- HttpServletRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |