org.ow2.dragon.ui.uibeans.organization
Class ListOfOrganizationsBean

java.lang.Object
  extended by org.ow2.dragon.ui.uibeans.organization.ListOfOrganizationsBean

public class ListOfOrganizationsBean
extends java.lang.Object

Author:
ambarthe, ofabre - eBM Websourcing

Constructor Summary
ListOfOrganizationsBean()
           
 
Method Summary
 java.util.List<org.ow2.dragon.api.to.organization.OrganizationUnitTO> getMotherOrganizations()
           
 java.util.List<org.ow2.dragon.api.to.organization.OrganizationUnitTO> getOrganizations()
           
 java.util.List<org.ow2.dragon.api.to.organization.OrganizationUnitTO> getOrganizationsForPerson()
           
 java.lang.String getSearchCriteria()
           
 java.util.List<java.lang.String> getSearchedProperties()
           
 boolean isOrganizationInDB()
           
 void loadAll()
          Loads all organizations from the database
 void search(javax.servlet.http.HttpServletRequest request)
          Searches organizations by business domain, location, name, type
 void setSearchCriteria(java.lang.String searchCriteria)
           
 void setSearchedProperties(java.util.List<java.lang.String> searchedProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListOfOrganizationsBean

public ListOfOrganizationsBean()
Method Detail

loadAll

public void loadAll()
             throws com.ebm_ws.infra.bricks.error.LocalizedError
Loads all organizations from the database

Throws:
com.ebm_ws.infra.bricks.error.LocalizedError

isOrganizationInDB

public boolean isOrganizationInDB()
                           throws com.ebm_ws.infra.bricks.error.LocalizedError
Throws:
com.ebm_ws.infra.bricks.error.LocalizedError

search

public void search(javax.servlet.http.HttpServletRequest request)
            throws com.ebm_ws.infra.bricks.error.LocalizedError
Searches organizations by business domain, location, name, type

Throws:
com.ebm_ws.infra.bricks.error.LocalizedError

getMotherOrganizations

public java.util.List<org.ow2.dragon.api.to.organization.OrganizationUnitTO> getMotherOrganizations()

getOrganizationsForPerson

public java.util.List<org.ow2.dragon.api.to.organization.OrganizationUnitTO> getOrganizationsForPerson()

getSearchCriteria

public java.lang.String getSearchCriteria()
Returns:
the searchCriteria

setSearchCriteria

public void setSearchCriteria(java.lang.String searchCriteria)
Parameters:
searchCriteria - the searchCriteria to set

getOrganizations

public java.util.List<org.ow2.dragon.api.to.organization.OrganizationUnitTO> getOrganizations()

getSearchedProperties

public java.util.List<java.lang.String> getSearchedProperties()

setSearchedProperties

public void setSearchedProperties(java.util.List<java.lang.String> searchedProperties)


Copyright © 2008 eBMWebsourcing. All Rights Reserved.