working on transformation of legacy notes tables
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -167,6 +167,7 @@ public class Constants {
|
||||
public static final String UMBRELLA = "Umbrella";
|
||||
public static final String UNIT = "unit";
|
||||
public static final String UNIT_PRICE = "unit_price";
|
||||
public static final String URI = "uri";
|
||||
public static final String URL = "url";
|
||||
public static final String USER = "user";
|
||||
public static final String USER_ID = "user_id";
|
||||
|
||||
@@ -6,9 +6,9 @@ import de.srsoftware.umbrella.core.model.Note;
|
||||
import java.util.Map;
|
||||
|
||||
public interface NoteService {
|
||||
void deleteEntity(String task, long taskId);
|
||||
void deleteEntity(String task, String taskId);
|
||||
|
||||
Map<Long,Note> getNotes(String module, long entityId) throws UmbrellaException;
|
||||
Map<Long,Note> getNotes(String module, String entityId) throws UmbrellaException;
|
||||
|
||||
Note save(Note note);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user