All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.wujun728.online.service.OnlineFormService Maven / Gradle / Ivy

The newest version!
/*
 * Decompiled with CFR 0.152.
 * 
 * Could not load the following classes:
 *  net.maku.framework.common.utils.PageResult
 */
package io.github.wujun728.online.service;

import java.rmi.ServerException;
import java.util.List;
import java.util.Map;

import io.github.wujun728.online.common.PageResult;
import io.github.wujun728.online.query.OnlineFormQuery;
import io.github.wujun728.online.vo.form.OnlineFormVO;

public interface OnlineFormService {
    public OnlineFormVO getJSON(String var1) throws ServerException;

    public void save(String var1, Map var2) throws ServerException;

    public void delete(String var1, List var2) throws ServerException;

    public void update(String var1, Map var2) throws ServerException;

    public Map get(String var1, Long var2) throws ServerException;

    public PageResult> page(String var1, OnlineFormQuery var2) throws ServerException;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy