fixing some permission-related TODOs
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -3,16 +3,12 @@ package de.srsoftware.umbrella.core.api;
|
||||
|
||||
|
||||
import de.srsoftware.umbrella.core.model.DbLocation;
|
||||
import de.srsoftware.umbrella.core.model.Item;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
public interface StockService {
|
||||
/**
|
||||
* Das war mal die methode um zu checken, ob einer Firma noch Items zugewiesen sind.
|
||||
* TODO: Diese Methode muss neu definiert werden, sobald der Stock-Service neu implementiert ist.
|
||||
* @param company_id
|
||||
* @return
|
||||
*/
|
||||
Collection<Object> redefineMe(long company_id);
|
||||
Collection<Item> getCompanyItems(long companyID);
|
||||
|
||||
DbLocation loadLocation(long locationId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user