|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.pluginwizard.service.AttributeService
public class AttributeService
Attribute Service
Constructor Summary | |
---|---|
AttributeService()
|
Method Summary | |
---|---|
fr.paris.lutece.util.ReferenceList |
getAttributeTypes()
Returns a Reference list with all attribute types available |
AttributeType |
getType(int nAttributeTypeId)
Get the type object from its ID |
void |
setAttributeTypesList(List<AttributeType> list)
Sets the list of attribute types |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeService()
Method Detail |
---|
public void setAttributeTypesList(List<AttributeType> list)
list
- The listpublic fr.paris.lutece.util.ReferenceList getAttributeTypes()
public AttributeType getType(int nAttributeTypeId)
nAttributeTypeId
- The ID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |