first commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
* Decompiled with CFR 0.152.
|
||||
*
|
||||
* Could not load the following classes:
|
||||
* egovframework.cms.board.service.HmsBrdCommentService
|
||||
* egovframework.cms.board.vo.HmsBrdCommentDefaultVO
|
||||
* egovframework.cms.board.vo.HmsBrdCommentVO
|
||||
* javax.servlet.http.HttpServletRequest
|
||||
*/
|
||||
package egovframework.cms.board.service;
|
||||
|
||||
import egovframework.cms.board.vo.HmsBrdCommentDefaultVO;
|
||||
import egovframework.cms.board.vo.HmsBrdCommentVO;
|
||||
import java.util.List;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
public interface HmsBrdCommentService {
|
||||
public String insertHmsBrdComment(HmsBrdCommentVO var1, HttpServletRequest var2) throws Exception;
|
||||
|
||||
public void updateHmsBrdComment(HmsBrdCommentVO var1) throws Exception;
|
||||
|
||||
public void deleteHmsBrdComment(HmsBrdCommentVO var1, HttpServletRequest var2) throws Exception;
|
||||
|
||||
public HmsBrdCommentVO selectHmsBrdComment(HmsBrdCommentVO var1) throws Exception;
|
||||
|
||||
public List selectHmsBrdCommentList(HmsBrdCommentDefaultVO var1) throws Exception;
|
||||
|
||||
public int selectHmsBrdCommentListTotCnt(HmsBrdCommentDefaultVO var1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user