fr.paris.lutece.plugins.unittree.web.unit
Interface IUnitAttributeComponent


public interface IUnitAttributeComponent

IUnitUserAttributeComponent


Method Summary
 void fillModel(javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.business.user.AdminUser user, Map<String,Object> model)
          Fill the model of the unit user attribute component
 String getName()
          Get the name
 String getTemplate()
          Get the template
 boolean isDisplayedInUnitForm()
          Check if the component is displayed in the creation/modification unit form
 

Method Detail

fillModel

void fillModel(javax.servlet.http.HttpServletRequest request,
               fr.paris.lutece.portal.business.user.AdminUser user,
               Map<String,Object> model)
Fill the model of the unit user attribute component

Parameters:
request - the HTTP request
user - the current user
model - the model

getTemplate

String getTemplate()
Get the template

Returns:
the template

getName

String getName()
Get the name

Returns:
the name

isDisplayedInUnitForm

boolean isDisplayedInUnitForm()
Check if the component is displayed in the creation/modification unit form

Returns:
true if it is displayed in the unit form, false otherwise


Copyright © 2013 Mairie de Paris. All Rights Reserved.