|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.unittree.service.unit.UnitAttributeManager
public final class UnitAttributeManager
UnitAttributeManager
Method Summary | |
---|---|
static boolean |
canCreateSubUnit(int nIdUnit)
Check if the given id unit can creabe sub units |
static void |
doCreateUnit(Unit unit,
javax.servlet.http.HttpServletRequest request)
Do create the additional attributes of the given unit |
static void |
doModifyUnit(Unit unit,
javax.servlet.http.HttpServletRequest request)
Do modify the additional attributes of the given unit |
static void |
doRemoveUnit(int nIdUnit,
javax.servlet.http.HttpServletRequest request)
Do remove the additional attributes |
static void |
fillModel(javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.business.user.AdminUser adminUser,
Map<String,Object> model,
String strMark)
Fill the model for the unit user attribute component |
static List<IUnitAttributeComponent> |
getListUnitAttributeComponents()
Get the list of unit attribute components |
static List<IUnitAttributeService> |
getListUnitAttributeService()
Get the list of unit attribute services |
static void |
moveSubTree(Unit unitToMove,
Unit newUnitParent)
Update attributes to change the parent of a unit. |
static void |
populate(Unit unit)
Populate an unit additionnal attributes with the data of the database |
static void |
populate(Unit unit,
javax.servlet.http.HttpServletRequest request)
Populate an unit with the data of the request |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static List<IUnitAttributeComponent> getListUnitAttributeComponents()
IUnitAttributeComponent
public static void fillModel(javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.business.user.AdminUser adminUser, Map<String,Object> model, String strMark)
request
- the HTTP requestadminUser
- the current usermodel
- the modelstrMark
- the markerpublic static List<IUnitAttributeService> getListUnitAttributeService()
IUnitUserAttributeService
public static void populate(Unit unit, javax.servlet.http.HttpServletRequest request) throws UnitErrorException
unit
- the unit to populaterequest
- the HTTP request
UnitErrorException
- exception if there is an error (ex: mandatory field)public static void populate(Unit unit)
unit
- the unit to populatepublic static void doCreateUnit(Unit unit, javax.servlet.http.HttpServletRequest request)
unit
- the unitrequest
- the HTTP requestpublic static void doModifyUnit(Unit unit, javax.servlet.http.HttpServletRequest request)
unit
- the unitrequest
- the HTTP requestpublic static void doRemoveUnit(int nIdUnit, javax.servlet.http.HttpServletRequest request)
nIdUnit
- the id unitrequest
- the HTTP requestpublic static boolean canCreateSubUnit(int nIdUnit)
nIdUnit
- the id unit
public static void moveSubTree(Unit unitToMove, Unit newUnitParent)
unitToMove
- The unit to change the parent of.newUnitParent
- The new parent of the unit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |