org.jasig.portal.spring.locator
Class PersonAttributeDaoLocator
java.lang.Object
org.jasig.portal.spring.locator.AbstractBeanLocator<org.jasig.services.persondir.IPersonAttributeDao>
org.jasig.portal.spring.locator.PersonAttributeDaoLocator
- All Implemented Interfaces:
- DisposableBean, InitializingBean
Deprecated. code that needs an IPersonAttributeDao should use direct dependency injection where possible
@Deprecated
public class PersonAttributeDaoLocator
- extends AbstractBeanLocator<org.jasig.services.persondir.IPersonAttributeDao>
- Version:
- $Revision: 19776 $
- Author:
- Eric Dalquist
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BEAN_NAME
public static final String BEAN_NAME
- Deprecated.
- See Also:
- Constant Field Values
PersonAttributeDaoLocator
public PersonAttributeDaoLocator(org.jasig.services.persondir.IPersonAttributeDao instance)
- Deprecated.
getPersonAttributeDao
public static org.jasig.services.persondir.IPersonAttributeDao getPersonAttributeDao()
- Deprecated.
getLocator
protected AbstractBeanLocator<org.jasig.services.persondir.IPersonAttributeDao> getLocator()
- Deprecated.
- Specified by:
getLocator in class AbstractBeanLocator<org.jasig.services.persondir.IPersonAttributeDao>
setLocator
protected void setLocator(AbstractBeanLocator<org.jasig.services.persondir.IPersonAttributeDao> locator)
- Deprecated.
- Specified by:
setLocator in class AbstractBeanLocator<org.jasig.services.persondir.IPersonAttributeDao>
Copyright © 2010 Jasig. All Rights Reserved.