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

com.mg.common.metadata.dao.MTemplateDaoCustom Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.mg.common.metadata.dao;

import com.mg.framework.entity.metadata.MObjectEntity;
import com.mg.framework.entity.metadata.MTemplateEntity;
import com.mg.framework.entity.metadata.MTemplateTypeEnum;

import java.util.List;

/**
 * Created by liukefu on 2015/9/29.
 */
public interface MTemplateDaoCustom {

    public List findCustomTemplates(MObjectEntity belongMObject,
                                                     MTemplateTypeEnum templateType, Boolean isSystem);

    public List findTemplateAll(MObjectEntity belongMObject);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy