first commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
/*
|
||||
* Decompiled with CFR 0.152.
|
||||
*
|
||||
* Could not load the following classes:
|
||||
* egovframework.cms.content.service.HmsContentService
|
||||
* egovframework.cms.content.vo.HmsContentDefaultVO
|
||||
* egovframework.cms.content.vo.HmsContentVO
|
||||
* javax.servlet.http.HttpServletRequest
|
||||
* org.springframework.web.multipart.MultipartHttpServletRequest
|
||||
*/
|
||||
package egovframework.cms.content.service;
|
||||
|
||||
import egovframework.cms.content.vo.HmsContentDefaultVO;
|
||||
import egovframework.cms.content.vo.HmsContentVO;
|
||||
import java.util.List;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import org.springframework.web.multipart.MultipartHttpServletRequest;
|
||||
|
||||
public interface HmsContentService {
|
||||
public String insertHmsContent(HmsContentVO var1, MultipartHttpServletRequest var2) throws Exception;
|
||||
|
||||
public void updateHmsContent(HmsContentVO var1, MultipartHttpServletRequest var2) throws Exception;
|
||||
|
||||
public void deleteHmsContent(HmsContentVO var1, HttpServletRequest var2) throws Exception;
|
||||
|
||||
public HmsContentVO selectHmsContent(HmsContentVO var1) throws Exception;
|
||||
|
||||
public List selectHmsContentList(HmsContentDefaultVO var1) throws Exception;
|
||||
|
||||
public int selectHmsContentListTotCnt(HmsContentDefaultVO var1);
|
||||
|
||||
public void updateHmsContentViewCnt(String var1) throws Exception;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user