@ConditionalOnProperty(prefix="jwork.ignore", value={"jwork","admin","web"}, havingValue="false", matchIfMissing=true) @Service public class MetaServiceImpl extends Object implements MetaService
Constructor and Description |
---|
MetaServiceImpl() |
Modifier and Type | Method and Description |
---|---|
net.ibizsoftware.jwork.problem.vo.MetaVO |
findJtMeta(String metaGrpId,
String metaSeq)
조회 조건에 해당하는 메타 정보를 반환한다.
|
List<net.ibizsoftware.jwork.problem.vo.MetaVO> |
findJtMetaByGrpId(String grpId)
조회 조건에 해당하는 메타 정보 목록을 반환한다.
|
void |
removeMeta(String metaGrpId,
String metaSeq)
조회 조건에 해당하는 메타 정보를 삭제한다.
|
void |
saveMetaInfo(net.ibizsoftware.jwork.problem.vo.MetaVO vo)
메타 정보를 저장한다.
|
public net.ibizsoftware.jwork.problem.vo.MetaVO findJtMeta(String metaGrpId, String metaSeq)
findJtMeta
in interface MetaService
metaGrpId
- 메타 그룹 IDmetaSeq
- 순번public List<net.ibizsoftware.jwork.problem.vo.MetaVO> findJtMetaByGrpId(String grpId)
findJtMetaByGrpId
in interface MetaService
grpId
- 메타 그룹 IDpublic void removeMeta(String metaGrpId, String metaSeq)
removeMeta
in interface MetaService
metaGrpId
- 메타 그룹 IDmetaSeq
- 순번public void saveMetaInfo(net.ibizsoftware.jwork.problem.vo.MetaVO vo)
saveMetaInfo
in interface MetaService
vo
- 메타 정보Copyright © 2025. All rights reserved.