@Service public class ApiService extends Object
Constructor and Description |
---|
ApiService() |
Modifier and Type | Method and Description |
---|---|
Api |
getApi(Api api)
키에 해당하는 API를 반환한다.
|
List<Api> |
getApis(Api api,
net.ibizsoftware.jwork.persistence.orm.mybatis.paging.support.JRowBounds jRowBounds)
API 그룹에 해당하는 API 목록을 반환한다.
|
void |
saveApi(String apiGrpId,
List<GridData<Api>> apis)
API 목록 변경사항을 저장한다.
|
public Api getApi(Api api)
api
- 키 조회 조건을 담은 API 객체public List<Api> getApis(Api api, net.ibizsoftware.jwork.persistence.orm.mybatis.paging.support.JRowBounds jRowBounds)
api
- 조회 조건을 담은 API 객체jRowBounds
- 그리드 데이터를 담고 있는 확장 rowBounds 객체Copyright © 2025. All rights reserved.