Uses of Class
org.directdemocracyportal.democracy.service.OrganisationAlreadyExistException

Packages that use OrganisationAlreadyExistException
Package Description
org.directdemocracyportal.democracy.service   
 

Uses of OrganisationAlreadyExistException in org.directdemocracyportal.democracy.service
 

Methods in org.directdemocracyportal.democracy.service that throw OrganisationAlreadyExistException
Modifier and Type Method and Description
 Organisation PortalServiceImpl.createOrganisation(java.lang.String name, java.lang.String abbr, Country country, Region region, OrganisationType organisationType, Organisation parent)
           
 Organisation PortalService.createOrganisation(java.lang.String name, java.lang.String abbr, Country country, Region region, OrganisationType organisationType, Organisation parent)
          Creates the organisation.
 void PortalServiceImpl.createOrganisationById(java.lang.String name, java.lang.String abbr, java.lang.Long countryId, java.lang.Long regionId, OrganisationType organisationType, java.lang.Long orgId)
           
 void PortalService.createOrganisationById(java.lang.String name, java.lang.String abbr, java.lang.Long countryId, java.lang.Long regionId, OrganisationType type, java.lang.Long orgId)
          Creates the organisation by id.
 Organisation PortalServiceImpl.createOrgUnit(java.lang.String orgName, java.lang.String shortName, OrganisationType organisationType, java.lang.Long orgId)
           
 Organisation PortalService.createOrgUnit(java.lang.String orgName, java.lang.String shortName, OrganisationType internal, java.lang.Long orgId)
          Creates the org unit.
 



Copyright © 2004-2010 www.DirectDemocracyPortal.org. All Rights Reserved.