|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttributeFieldDAO
IAttributeFieldDAO
Method Summary | |
---|---|
void |
delete(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete an attribute field |
void |
deleteAttributeFieldsFromIdAttribute(int nIdAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete all attribute field from an attribute id |
int |
insert(AttributeField attributeField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new attribute field |
AttributeField |
load(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load attribute field |
IAttribute |
selectAttributeByIdField(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select attribute by id field |
List<AttributeField> |
selectAttributeFieldsByIdAttribute(int nIdAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the lists of attribute field associated to an attribute |
void |
store(AttributeField attributeField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an attribute field |
Method Detail |
---|
AttributeField load(int nIdField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdField
- ID Fieldplugin
- The plugin
IAttribute selectAttributeByIdField(int nIdField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdField
- id fieldplugin
- The plugin
List<AttributeField> selectAttributeFieldsByIdAttribute(int nIdAttribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdAttribute
- the ID attributeplugin
- The plugin
int insert(AttributeField attributeField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
attributeField
- the attribute fieldplugin
- The plugin
void store(AttributeField attributeField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
attributeField
- the attribute fieldplugin
- The pluginvoid delete(int nIdField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdField
- the attribute field idplugin
- The pluginvoid deleteAttributeFieldsFromIdAttribute(int nIdAttribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdAttribute
- the ID attributeplugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |