|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BusinessClass | |
---|---|
fr.paris.lutece.plugins.pluginwizard.business.model | |
fr.paris.lutece.plugins.pluginwizard.service |
Uses of BusinessClass in fr.paris.lutece.plugins.pluginwizard.business.model |
---|
Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return types with arguments of type BusinessClass | |
---|---|
List<BusinessClass> |
PluginModel.getBusinessClasses()
Returns the list of business classes attached to the generated plugin |
Uses of BusinessClass in fr.paris.lutece.plugins.pluginwizard.service |
---|
Methods in fr.paris.lutece.plugins.pluginwizard.service that return BusinessClass | |
---|---|
static BusinessClass |
ModelService.addBusinessClass(int nPluginId,
BusinessClassFormBean bc)
Add an bc to the model |
static BusinessClass |
ModelService.getBusinessClass(int nPluginId,
int nBusinessClassId)
Get a given business class |
Methods in fr.paris.lutece.plugins.pluginwizard.service that return types with arguments of type BusinessClass | |
---|---|
static List<BusinessClass> |
ModelService.getBusinessClassesByFeature(PluginModel pm,
int nFeatureId)
Gets all business classes for a given Feature |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |