com.posco.reuse.transformed
Class AttributeDbManagerImpl

java.lang.Object
  extended by com.posco.reuse.transformed.AbstractAttributeManager
      extended by com.posco.reuse.transformed.AttributeDbManagerImpl
All Implemented Interfaces:
AttributeManager, DisposableBean, InitializingBean

public class AttributeDbManagerImpl
extends AbstractAttributeManager


Field Summary
 
Fields inherited from class com.posco.reuse.transformed.AbstractAttributeManager
logger
 
Constructor Summary
AttributeDbManagerImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 List<PosTransformAttribute> getAttributes(String id)
           
 GlueGenericJdbcDao getDao()
           
 String getQueryId()
           
 void setDao(GlueGenericJdbcDao dao)
          setter method for DI.
 void setQueryId(String queryId)
          setter method for DI.
 
Methods inherited from class com.posco.reuse.transformed.AbstractAttributeManager
destroy, getCacheManager, getTransformDefinition, setCacheManager, transformedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDbManagerImpl

public AttributeDbManagerImpl()
Method Detail

getDao

public GlueGenericJdbcDao getDao()

setDao

public void setDao(GlueGenericJdbcDao dao)
setter method for DI.

Parameters:
dao -

getQueryId

public String getQueryId()

setQueryId

public void setQueryId(String queryId)
setter method for DI.

Parameters:
queryId -

getAttributes

public List<PosTransformAttribute> getAttributes(String id)
Specified by:
getAttributes in class AbstractAttributeManager

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface InitializingBean
Overrides:
afterPropertiesSet in class AbstractAttributeManager
Throws:
Exception


Copyright © 2013–2016 POSCO ICT. All rights reserved.