public interface ProjectsI
| Modifier and Type | Method and Description |
|---|---|
void |
deleteById(String profileId,
String projectId) |
Iterable<Project> |
getAll() |
Iterable<Project> |
getByFilter(String filter) |
Iterable<Project> |
getByFilter(String filter,
String profileId) |
Project |
getById(String profileId,
String id) |
Iterable<Project> |
getByProfile(String profileId) |
Project |
registrNew(String profileId,
String jsonDocument) |
Project |
update(String profileId,
String projectId,
String jsonDocument) |
Iterable<Project> getAll() throws RemoteException
RemoteExceptionIterable<Project> getByProfile(String profileId) throws RemoteException
RemoteExceptionProject getById(String profileId, String id) throws RemoteException
RemoteExceptionIterable<Project> getByFilter(String filter) throws RemoteException
RemoteExceptionIterable<Project> getByFilter(String filter, String profileId) throws RemoteException
RemoteExceptionProject registrNew(String profileId, String jsonDocument) throws RemoteException
RemoteExceptionProject update(String profileId, String projectId, String jsonDocument) throws RemoteException
RemoteExceptionvoid deleteById(String profileId, String projectId) throws RemoteException
RemoteExceptionCopyright © 2020. All Rights Reserved.