new separation
This commit is contained in:
parent
d6349d1497
commit
8f8b70e7cf
src/main/java/se/su/dsv/scipro
admin/panels
springdata
@ -4,7 +4,6 @@ import org.apache.wicket.markup.html.basic.Label;
|
||||
import org.apache.wicket.markup.html.list.ListItem;
|
||||
import org.apache.wicket.markup.html.list.ListView;
|
||||
import org.apache.wicket.markup.html.panel.Panel;
|
||||
import org.apache.wicket.spring.injection.annot.SpringBean;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
@ -21,8 +20,6 @@ public class ProjectIdeaStatisticsPanel extends Panel {
|
||||
// @SpringBean
|
||||
// ProjectIdeaRepo projectIdeaRepo;
|
||||
|
||||
@SpringBean
|
||||
private ProjectIdeaService projectIdeaService;
|
||||
|
||||
public ProjectIdeaStatisticsPanel(String id) {
|
||||
super(id);
|
||||
|
@ -0,0 +1,13 @@
|
||||
package se.su.dsv.scipro.springdata.serviceimpls;
|
||||
|
||||
import se.su.dsv.scipro.springdata.services.ProjectIdeaService;
|
||||
|
||||
/**
|
||||
* @author: fred-fri
|
||||
* date: 2012 03 26
|
||||
*/
|
||||
public class ProjectIdeaServiceImpl implements ProjectIdeaService {
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
package se.su.dsv.scipro.springdata.services;
|
||||
|
||||
/**
|
||||
* @author: fred-fri
|
||||
* date: 2012 03 26
|
||||
*/
|
||||
public interface ProjectIdeaService {
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user