|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.mylutece.business.attribute.AttributeFieldHome
public class AttributeFieldHome
AttributeFieldHome
Constructor Summary | |
---|---|
AttributeFieldHome()
|
Method Summary | |
---|---|
static int |
create(AttributeField attributeField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert an new attribute field |
static AttributeField |
findByPrimaryKey(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load attribute field |
static void |
remove(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete an attribute field |
static void |
removeAttributeFieldsFromIdAttribute(int nIdAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete all attribute field from an attribute id |
static IAttribute |
selectAttributeByIdField(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the attribute associated to the id field |
static java.util.List<AttributeField> |
selectAttributeFieldsByIdAttribute(int nIdAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the lists of attribute field associated to an attribute |
static void |
update(AttributeField attributeField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an attribute field |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeFieldHome()
Method Detail |
---|
public static AttributeField findByPrimaryKey(int nIdField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdField
- ID Field
public static java.util.List<AttributeField> selectAttributeFieldsByIdAttribute(int nIdAttribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdAttribute
- the ID attribute
public static IAttribute selectAttributeByIdField(int nIdField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdField
- the id field
public static int create(AttributeField attributeField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
attributeField
- the attribute field
public static void update(AttributeField attributeField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
attributeField
- the attribute fieldpublic static void remove(int nIdField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdField
- the attribute field idpublic static void removeAttributeFieldsFromIdAttribute(int nIdAttribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdAttribute
- the ID attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |