public code v1
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
package flintstones.model.method.service;
|
||||
|
||||
import flintstones.entity.method.Method;
|
||||
|
||||
/**
|
||||
* The Interface IMethodService.
|
||||
*/
|
||||
public interface IMethodService {
|
||||
|
||||
String[] getAllCategories();
|
||||
|
||||
void clear();
|
||||
|
||||
Method[] getAll();
|
||||
|
||||
void cacheAllMethods();
|
||||
|
||||
Method[] getAllMethodForCategory(String category);
|
||||
|
||||
void loadPhasesFor(Method method);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user