Uses of Class
com.poscoict.glueframework.dao.vo.GlueAuditAttributes

Packages that use GlueAuditAttributes
com.poscoict.glueframework.context context package. 
com.poscoict.glueframework.dao dao package. 
com.poscoict.glueframework.dao.vo Glue DAO을 이용한 CRUD시 사용되는 Parameter와 DAO의 find()수행 결과. 
com.poscoict.glueframework.web web package. 
 

Uses of GlueAuditAttributes in com.poscoict.glueframework.context
 

Methods in com.poscoict.glueframework.context that return GlueAuditAttributes
 GlueAuditAttributes GlueDefaultContext.getAuditAttributes()
           
 

Methods in com.poscoict.glueframework.context with parameters of type GlueAuditAttributes
 void GlueDefaultContext.setAuditAttributes(GlueAuditAttributes auditAttribute)
           
 

Uses of GlueAuditAttributes in com.poscoict.glueframework.dao
 

Methods in com.poscoict.glueframework.dao that return GlueAuditAttributes
 GlueAuditAttributes GlueAuditAttributeHolder.getAuditAttributes()
          Audit 항목을 얻는다.
 

Methods in com.poscoict.glueframework.dao with parameters of type GlueAuditAttributes
 void GlueAuditAttributeHolder.setAuditAttributes(GlueAuditAttributes auditAttriubtes)
          Audit 항목을 설정한다.
 

Uses of GlueAuditAttributes in com.poscoict.glueframework.dao.vo
 

Methods in com.poscoict.glueframework.dao.vo that return GlueAuditAttributes
 GlueAuditAttributes GlueParameter.getAuditAttributes()
           
 

Methods in com.poscoict.glueframework.dao.vo with parameters of type GlueAuditAttributes
 void GlueParameter.setAuditAttributes(GlueAuditAttributes auditAttriubtes)
           
 

Constructors in com.poscoict.glueframework.dao.vo with parameters of type GlueAuditAttributes
GlueHibernateParameter(P value, GlueAuditAttributes audit)
          Binding할 값을 가지고 있는 value Object와 Audit 객체를 Set하는 생성자이다.
GlueParameter(P value, GlueAuditAttributes audit)
          생성자(constructor).
 

Uses of GlueAuditAttributes in com.poscoict.glueframework.web
 

Methods in com.poscoict.glueframework.web that return GlueAuditAttributes
protected  GlueAuditAttributes GlueHttpReceiverAdapter.createGlueAtuditAttribute(HttpServletRequest request, GlueContext ctx)
           
 



Copyright © 2013–2014 POSCO ICT SW제품기술팀. All rights reserved.