gboat2.base.logging.service.impl
类 BusinessLogServiceImpl

java.lang.Object
  继承者 gboat2.base.core.service.BaseService
      继承者 gboat2.base.logging.service.impl.BusinessLogServiceImpl
所有已实现的接口:
IBusinessLogService, IBaseService

@Transactional
public class BusinessLogServiceImpl
extends BaseService
implements IBusinessLogService

日志信息服务类

作者:
zhangxj-a, hemw

字段摘要
 
从类 gboat2.base.core.service.BaseService 继承的字段
baseDAO
 
构造方法摘要
BusinessLogServiceImpl()
           
 
方法摘要
 void debug(BusinessLogEntry businessLogEntry)
          debug
 void error(BusinessLogEntry businessLogEntry)
          error
 void info(BusinessLogEntry businessLogEntry)
          info
 void log(Level level, String operationType, String operation)
           
 void log(Level level, String operationType, String operation, String operationObject)
           
 void log(Level level, String operationType, String operation, String operationObject, String memo)
           
 void warn(BusinessLogEntry businessLogEntry)
          warn
 
从类 gboat2.base.core.service.BaseService 继承的方法
delete, get, getAsPage, getAsPage, query, query, save, update
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BusinessLogServiceImpl

public BusinessLogServiceImpl()
方法详细信息

debug

public void debug(BusinessLogEntry businessLogEntry)
           throws GboatLoggingException
debug

指定者:
接口 IBusinessLogService 中的 debug
参数:
businessLogEntry - 业务实体
抛出:
gboat2.base.bridge.exception.DefaultBusinessNestedException - 抛出默认检查异常
GboatLoggingException

info

public void info(BusinessLogEntry businessLogEntry)
          throws GboatLoggingException
info

指定者:
接口 IBusinessLogService 中的 info
参数:
businessLogEntry - 业务实体
抛出:
gboat2.base.bridge.exception.DefaultBusinessNestedException - 抛出默认检查异常
GboatLoggingException

warn

public void warn(BusinessLogEntry businessLogEntry)
          throws GboatLoggingException
warn

指定者:
接口 IBusinessLogService 中的 warn
参数:
businessLogEntry - 业务实体
抛出:
gboat2.base.bridge.exception.DefaultBusinessNestedException - 抛出默认检查异常
GboatLoggingException

error

public void error(BusinessLogEntry businessLogEntry)
           throws GboatLoggingException
error

指定者:
接口 IBusinessLogService 中的 error
参数:
businessLogEntry - 业务实体
抛出:
gboat2.base.bridge.exception.DefaultBusinessNestedException - 抛出默认检查异常
GboatLoggingException

log

public void log(Level level,
                String operationType,
                String operation)
指定者:
接口 IBusinessLogService 中的 log

log

public void log(Level level,
                String operationType,
                String operation,
                String operationObject)
指定者:
接口 IBusinessLogService 中的 log

log

public void log(Level level,
                String operationType,
                String operation,
                String operationObject,
                String memo)
指定者:
接口 IBusinessLogService 中的 log


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.