Uses of Class
com.poscoict.glueframework.dao.vo.GlueAuditAttributes
Packages that use GlueAuditAttributes
Package
Description
context package.
dao package.
Glue DAO을 이용한 CRUD시 사용되는 Parameter와 DAO의 find()수행 결과.
web package.
-
Uses of GlueAuditAttributes in com.poscoict.glueframework.context
Methods in com.poscoict.glueframework.context that return GlueAuditAttributesMethods in com.poscoict.glueframework.context with parameters of type GlueAuditAttributesModifier and TypeMethodDescriptionvoid
GlueDefaultContext.setAuditAttributes
(GlueAuditAttributes auditAttribute) -
Uses of GlueAuditAttributes in com.poscoict.glueframework.dao
Methods in com.poscoict.glueframework.dao that return GlueAuditAttributesMethods in com.poscoict.glueframework.dao with parameters of type GlueAuditAttributesModifier and TypeMethodDescriptionvoid
GlueAuditAttributeHolder.setAuditAttributes
(GlueAuditAttributes auditAttriubtes) Audit 항목을 설정한다. -
Uses of GlueAuditAttributes in com.poscoict.glueframework.dao.vo
Methods in com.poscoict.glueframework.dao.vo that return GlueAuditAttributesMethods in com.poscoict.glueframework.dao.vo with parameters of type GlueAuditAttributesModifier and TypeMethodDescriptionvoid
GlueParameter.setAuditAttributes
(GlueAuditAttributes auditAttriubtes) Constructors in com.poscoict.glueframework.dao.vo with parameters of type GlueAuditAttributesModifierConstructorDescriptionGlueParameter
(P value, GlueAuditAttributes audit) 생성자(constructor). -
Uses of GlueAuditAttributes in com.poscoict.glueframework.web
Methods in com.poscoict.glueframework.web that return GlueAuditAttributesModifier and TypeMethodDescriptionprotected GlueAuditAttributes
GlueHttpReceiverAdapter.createGlueAtuditAttribute
(HttpServletRequest request, GlueContext ctx)