|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.business.attributes.AttributeTypeHome
public final class AttributeTypeHome
This class provides instances management methods (create, find, ...) for DocumentAttributeType objects
Method Summary | |
---|---|
static AttributeType |
create(AttributeType documentAttributeType)
Creation of an instance of documentAttributeType |
static java.util.Collection<AttributeType> |
findAll()
Returns a collection of documentAttributeTypes objects |
static AttributeType |
findByPrimaryKey(int nKey)
Returns an instance of a documentAttributeType whose identifier is specified in parameter |
static fr.paris.lutece.util.ReferenceList |
getAttributeManagersList()
Gets managers list |
static java.util.List<AttributeTypeParameter> |
getAttributeTypeParameterList(java.lang.String strAttributeTypeCode,
java.util.Locale locale)
Get Attribute type parameters list |
static fr.paris.lutece.util.ReferenceList |
getAttributeTypesList(java.util.Locale locale)
Returns a ReferenceList of AttributeTypes objects |
static void |
remove(AttributeType documentAttributeType)
Remove the DocumentAttributeType whose identifier is specified in parameter |
static AttributeType |
update(AttributeType documentAttributeType)
Update of the documentAttributeType which is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AttributeType create(AttributeType documentAttributeType)
documentAttributeType
- The instance of the documentAttributeType which contains the informations to store
public static AttributeType update(AttributeType documentAttributeType)
documentAttributeType
- The instance of the documentAttributeType which contains the data to store
public static void remove(AttributeType documentAttributeType)
documentAttributeType
- The DocumentAttributeType object to removepublic static AttributeType findByPrimaryKey(int nKey)
nKey
- The Primary key of the documentAttributeType
public static java.util.Collection<AttributeType> findAll()
public static fr.paris.lutece.util.ReferenceList getAttributeTypesList(java.util.Locale locale)
locale
- The locale
public static fr.paris.lutece.util.ReferenceList getAttributeManagersList()
public static java.util.List<AttributeTypeParameter> getAttributeTypeParameterList(java.lang.String strAttributeTypeCode, java.util.Locale locale)
strAttributeTypeCode
- The attribute type codelocale
- The locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |