gboat2.base.core.service
类 BaseService

java.lang.Object
  继承者 gboat2.base.core.service.BaseService
所有已实现的接口:
IBaseService
直接已知子类:
ApproveflowBusinessImpl, ApproveRecordBusinessImpl, ApproveRecordHistoryBusinessImpl, ApproveRecordServiceImpl, AttachConfigBusinessImpl, AttachmentServiceImpl, AuthorityBusinessImpl, BusinessLogServiceImpl, CacheAssistantImpl, DataLevelAuthorityBusinessImpl, DataLevelBusinessImpl, ExampleRoleBusinessImpl, ExampleUserBusinessImpl, GroupBusinessImpl, GroupOrganBusinessImpl, GroupRoleBusinessImpl, JbpmWorkFlowBusinessImpl, LoginBusinessImpl, MetadataBusinessImpl, OperationBusinessImpl, OrganDefineBusinessImpl, PreferenceConfigBusinessImpl, PreferenceConfigServiceImpl, ProfileBusinessImpl, ResourceBusinessImpl, RoleBusinessImpl, ShortcutBusinessImpl, SystemConfigBusinessImpl, SystemConfigServiceImpl, UserBusinessImpl, VersionMgrBusinessImpl, WebServiceConfigBusinessImpl, WidgetAuthorityConfigBusinessImpl

public class BaseService
extends Object
implements IBaseService

作者:
lysming 2011-12-6

字段摘要
protected  IBaseDAO baseDAO
           
 
构造方法摘要
BaseService()
           
 
方法摘要
 boolean delete(Object po)
           
 Object get(Class<?> po, String id)
           
 Page<?> getAsPage(Map<String,Object> params)
           
 Page<?> getAsPage(String[][] params)
           
 List<?> query(Map<String,Object> params)
           
 List<?> query(String[][] params)
           
 boolean save(Object po)
           
 boolean update(Object po)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

baseDAO

protected IBaseDAO baseDAO
构造方法详细信息

BaseService

public BaseService()
方法详细信息

delete

public boolean delete(Object po)
指定者:
接口 IBaseService 中的 delete

get

public Object get(Class<?> po,
                  String id)
指定者:
接口 IBaseService 中的 get

getAsPage

public Page<?> getAsPage(Map<String,Object> params)
指定者:
接口 IBaseService 中的 getAsPage

getAsPage

public Page<?> getAsPage(String[][] params)
指定者:
接口 IBaseService 中的 getAsPage

query

public List<?> query(Map<String,Object> params)
指定者:
接口 IBaseService 中的 query

query

public List<?> query(String[][] params)
指定者:
接口 IBaseService 中的 query

save

public boolean save(Object po)
指定者:
接口 IBaseService 中的 save

update

public boolean update(Object po)
指定者:
接口 IBaseService 中的 update


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