fr.ifremer.wao.ui.pages
Class Administration

java.lang.Object
  extended by fr.ifremer.wao.ui.pages.Administration

@RequiresAuthentication(allowedRoles={ADMIN,COORDINATOR},
                        readOnlyAllowed=false)
@Import(stylesheet="context:css/administration.css",
        library="context:js/administration.js")
public class Administration
extends Object

Administration Created: 9 nov. 2009

Author:
fdesbois

Constructor Summary
Administration()
           
 
Method Summary
 ImportEngine getBoatDistrictImportEngine()
           
 ImportEngine getBoatGroupsImportEngine()
           
 ImportEngine getBoatImportEngine()
           
 List<Boat> getBoats()
           
 List<Company> getCompanies()
          EDITING COMPANIES
 GenericSelectModel<Company> getCompaniesSelectModel()
           
 Company getCompany()
           
 ImportEngine getContactStateMotivesImportEngine()
           
 DateFormat getDateTimeFormat()
           
 UserProfile getEditedProfile()
           
 String getEditedUserCanReadBoats()
           
 List<UserProfile> getEditedUserProfiles()
           
 ImportEngine getFishingZoneImportEngine()
           
 GlobalIndicatorValue getGlobalIndicatorValue()
           
 GlobalSynthesisParameters getGlobalSynthesisParameters()
           
 ImportEngine getObsDebCodesImportEngine()
           
 List<ReferentialState> getReferentialStates()
           
 ImportEngine getSamplingPlanImportEngine()
           
 ImportEngine getTerrestrialDivisionsImportEngine()
           
 ImportEngine getTerrestrialLocationsImportEngine()
           
 WaoUser getUserEdited()
           
 org.apache.tapestry5.beaneditor.BeanModel<WaoUser> getUserModel()
           
 String getUserOptionStyle()
           
 org.apache.tapestry5.SelectModel getUserRoleSelectModel()
           
 List<WaoUser> getUsers()
           
 boolean isUsersAvailable()
           
 void setEditedUserCanReadBoats(String editedUserCanReadBoats)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Administration

public Administration()
Method Detail

getFishingZoneImportEngine

public ImportEngine getFishingZoneImportEngine()

getSamplingPlanImportEngine

public ImportEngine getSamplingPlanImportEngine()

getBoatImportEngine

@Log
public ImportEngine getBoatImportEngine()

getTerrestrialLocationsImportEngine

public ImportEngine getTerrestrialLocationsImportEngine()

getTerrestrialDivisionsImportEngine

public ImportEngine getTerrestrialDivisionsImportEngine()

getContactStateMotivesImportEngine

public ImportEngine getContactStateMotivesImportEngine()

getObsDebCodesImportEngine

public ImportEngine getObsDebCodesImportEngine()

getBoatGroupsImportEngine

public ImportEngine getBoatGroupsImportEngine()

getBoatDistrictImportEngine

public ImportEngine getBoatDistrictImportEngine()

getReferentialStates

public List<ReferentialState> getReferentialStates()

getCompanies

public List<Company> getCompanies()
                           throws WaoException
EDITING COMPANIES

Throws:
WaoException

getCompaniesSelectModel

public GenericSelectModel<Company> getCompaniesSelectModel()
                                                    throws WaoException
Throws:
WaoException

getCompany

public Company getCompany()
                   throws WaoException
Throws:
WaoException

isUsersAvailable

public boolean isUsersAvailable()
                         throws WaoException
Throws:
WaoException

getUsers

@Log
public List<WaoUser> getUsers()

getUserOptionStyle

public String getUserOptionStyle()

getUserEdited

public WaoUser getUserEdited()
                      throws WaoException
Throws:
WaoException

getUserModel

public org.apache.tapestry5.beaneditor.BeanModel<WaoUser> getUserModel()

getEditedProfile

@Log
public UserProfile getEditedProfile()

getUserRoleSelectModel

@Log
public org.apache.tapestry5.SelectModel getUserRoleSelectModel()

getEditedUserProfiles

@Log
public List<UserProfile> getEditedUserProfiles()

getEditedUserCanReadBoats

public String getEditedUserCanReadBoats()

setEditedUserCanReadBoats

public void setEditedUserCanReadBoats(String editedUserCanReadBoats)

getBoats

public List<Boat> getBoats()

getGlobalSynthesisParameters

public GlobalSynthesisParameters getGlobalSynthesisParameters()

getGlobalIndicatorValue

public GlobalIndicatorValue getGlobalIndicatorValue()

getDateTimeFormat

public DateFormat getDateTimeFormat()


Copyright © 2009-2012 Ifremer. All Rights Reserved.