Package | Description |
---|---|
fr.paris.lutece.plugins.unittree.business.assignment |
Modifier and Type | Method and Description |
---|---|
static UnitAssignment |
UnitAssignmentHome.create(UnitAssignment unitAssignment)
Creates a unit assignment
|
UnitAssignment |
UnitAssignmentDAO.loadCurrentAssignment(int nIdResource,
String strResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the current unit assignment for the specified couple {resource id, resource type}
|
UnitAssignment |
IUnitAssignmentDAO.loadCurrentAssignment(int nIdResource,
String strResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the current unit assignment for the specified couple {resource id, resource type}
|
Modifier and Type | Method and Description |
---|---|
static List<UnitAssignment> |
UnitAssignmentHome.findByResource(int nIdResource,
String strResourceType)
Finds the unit assignments associated to the specified couple {resource id, resource type}.
|
static List<UnitAssignment> |
UnitAssignmentHome.findByUnit(int nIdUnit)
Finds the unit assignments associated to the specified unit.
|
List<UnitAssignment> |
UnitAssignmentDAO.selectByResource(int nIdResource,
String strResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the unit assignments associated to the specified couple {resource id, resource type}
|
List<UnitAssignment> |
IUnitAssignmentDAO.selectByResource(int nIdResource,
String strResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the unit assignments associated to the specified couple {resource id, resource type}
|
List<UnitAssignment> |
UnitAssignmentDAO.selectByUnit(int nIdUnit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the unit assignments associated to the specified unit
|
List<UnitAssignment> |
IUnitAssignmentDAO.selectByUnit(int nIdUnit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the unit assignments associated to the specified unit
|
Modifier and Type | Method and Description |
---|---|
static UnitAssignment |
UnitAssignmentHome.create(UnitAssignment unitAssignment)
Creates a unit assignment
|
static void |
UnitAssignmentHome.deactivate(UnitAssignment unitAssignment)
Deactivates a unit assignment
|
void |
UnitAssignmentDAO.deactivate(UnitAssignment unitAssignment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Deactivates a unit assignment
|
void |
IUnitAssignmentDAO.deactivate(UnitAssignment unitAssignment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Deactivates a unit assignment
|
void |
UnitAssignmentDAO.insert(UnitAssignment unitAssignment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Inserts a new record in the table.
|
void |
IUnitAssignmentDAO.insert(UnitAssignment unitAssignment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Inserts a new record in the table.
|
Copyright © 2019 City of Paris. All rights reserved.