net.sf.pmr.core
Class CoreObjectFactory

java.lang.Object
  extended by net.sf.pmr.core.CoreObjectFactory

public final class CoreObjectFactory
extends java.lang.Object

Author:
Arnaud

Method Summary
static Address getAddress()
          get the address
static net.sf.pmr.keopsframework.domain.validation.Validator getAddressValidator()
          get Company validator
static BasicProject getBasicProject()
          get the basicProject
static BasicProjectMapper getBasicProjectMapper()
          get the basicProjectMapper
static BasicProjectRepository getBasicProjectRepository()
          get the basicProjectRepository
static BasicProjectService getBasicProjectService()
          get the basicProjectService
static net.sf.pmr.keopsframework.domain.validation.Validator getBasicProjectValidator()
          get the basicProjectValidator
static Company getCompany()
          get the company
static CompanyMapper getCompanyMapper()
          get the companyMapper
static net.sf.pmr.keopsframework.domain.validation.Validator getCompanyValidator()
          get Company validator
static Country getCountry()
          get the country
static CountryMapper getCountryMapper()
          get the countryMapper
static net.sf.pmr.keopsframework.domain.validation.Errors getErrors()
          get the address
static DomainCollectionLasyLoadingInterceptor getMembersLasyLoadingAdvice()
           
static SecurityService getSecurityService()
          get the securityService
static User getUser()
          get the user
static UserMapper getUserMapper()
          get the userMapper
static UserRepository getUserRepository()
          get the userRepository
static UserService getUserService()
          get the userService
static net.sf.pmr.keopsframework.domain.validation.Validator getUserValidator()
           
static boolean isSingleton(java.lang.String object)
          is an object singleton ?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isSingleton

public static boolean isSingleton(java.lang.String object)
is an object singleton ?

Parameters:
object -
Returns:
boolean

getErrors

public static net.sf.pmr.keopsframework.domain.validation.Errors getErrors()
get the address

Returns:
address

getAddress

public static Address getAddress()
get the address

Returns:
address

getAddressValidator

public static net.sf.pmr.keopsframework.domain.validation.Validator getAddressValidator()
get Company validator

Returns:
validator

getCompany

public static Company getCompany()
get the company

Returns:
company

getCompanyValidator

public static net.sf.pmr.keopsframework.domain.validation.Validator getCompanyValidator()
get Company validator

Returns:
validator

getCompanyMapper

public static CompanyMapper getCompanyMapper()
get the companyMapper

Returns:
companyMapper

getUser

public static User getUser()
get the user

Returns:
user

getUserValidator

public static net.sf.pmr.keopsframework.domain.validation.Validator getUserValidator()

getUserService

public static UserService getUserService()
get the userService

Returns:
userService

getUserMapper

public static UserMapper getUserMapper()
get the userMapper

Returns:
userMapper

getBasicProject

public static BasicProject getBasicProject()
get the basicProject

Returns:
basicProject

getBasicProjectMapper

public static BasicProjectMapper getBasicProjectMapper()
get the basicProjectMapper

Returns:
basicProject

getBasicProjectRepository

public static BasicProjectRepository getBasicProjectRepository()
get the basicProjectRepository

Returns:
basicProjectRepository

getBasicProjectValidator

public static net.sf.pmr.keopsframework.domain.validation.Validator getBasicProjectValidator()
get the basicProjectValidator

Returns:
basicProjectValidator

getBasicProjectService

public static BasicProjectService getBasicProjectService()
get the basicProjectService

Returns:
basicProjectService

getMembersLasyLoadingAdvice

public static DomainCollectionLasyLoadingInterceptor getMembersLasyLoadingAdvice()

getCountry

public static Country getCountry()
get the country

Returns:
country

getCountryMapper

public static CountryMapper getCountryMapper()
get the countryMapper

Returns:
countryMapper

getSecurityService

public static SecurityService getSecurityService()
get the securityService

Returns:
securityService

getUserRepository

public static UserRepository getUserRepository()
get the userRepository

Returns:
userRepository


Copyright © 2005 Arnaud Prost. All Rights Reserved.