📄 igraphictypeservice.java
字号:
/*
* Created on 2005-8-7
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package service;
import java.util.List;
import viewBeans.SelectedListBean;
import domain.GraphicType;
/**
* <p>Title: IGraphicTypeService.java</p>
*
* <p>Description: </p>
*
* <p>Copyright: SCUT Copyright (c) 2005</p>
*
* <p>Company: KHC</p>
*
* @author yukizh
*
* @version 1.0
*/
public interface IGraphicTypeService {
public List getGraphicTypeList();
public GraphicType findGraphicTypeById(int id);
public List getGraphicItemListByTypeId(int id);
public SelectedListBean getListBeanByTypeId(int id);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -