|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
fr.paris.lutece.plugins.pluginwizard.business.model | |
fr.paris.lutece.plugins.pluginwizard.service |
Uses of Attribute in fr.paris.lutece.plugins.pluginwizard.business.model |
---|
Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return types with arguments of type Attribute | |
---|---|
List<Attribute> |
BusinessClass.getAttributes()
Returns the collection of attributes |
Method parameters in fr.paris.lutece.plugins.pluginwizard.business.model with type arguments of type Attribute | |
---|---|
void |
BusinessClass.setAttributes(List<Attribute> listAttributes)
Sets the list of attributes associated to business class |
Uses of Attribute in fr.paris.lutece.plugins.pluginwizard.service |
---|
Methods in fr.paris.lutece.plugins.pluginwizard.service that return Attribute | |
---|---|
static Attribute |
ModelService.getAttribute(int nPluginId,
int nBusinessClassId,
int nAttributeId)
Get a given attribute |
Methods in fr.paris.lutece.plugins.pluginwizard.service with parameters of type Attribute | |
---|---|
static void |
ModelService.addAttribute(int nPluginId,
int nBusinessClassId,
Attribute attribute)
Add an attribute to a business class |
static void |
ModelService.updateAttribute(int nPluginId,
int nBusinessClassId,
Attribute attribute)
Update an attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |