public class OperationApi extends Object
Constructor and Description |
---|
OperationApi() |
Modifier and Type | Method and Description |
---|---|
void |
add(Operation operation) |
void |
deleteIds(List<Integer> ids) |
void |
disableIds(List<Integer> ids) |
void |
enableIds(List<Integer> ids) |
Operation |
get(HashMap<String,Object> filters) |
Operation |
get(int id) |
QueryResponse |
getAll(HashMap<String,Object> filters) |
QueryResponse |
getAllRaw(HashMap<String,Object> filters) |
OperationTable |
getRaw(int id) |
void |
sendEmail(String emails,
String subject,
String message) |
void |
sendPushbulletNote(String idens,
String emails,
String channelTags,
String title,
String body) |
void |
sendSMS(String toPhoneNumbers,
String message) |
void |
sendTelegramMessage(String chatId,
String text) |
void |
sendTelegramMessage(String chatId,
String parseMode,
String text) |
void |
update(Operation operation) |
public OperationTable getRaw(int id)
public QueryResponse getAllRaw(HashMap<String,Object> filters)
public Operation get(int id)
public QueryResponse getAll(HashMap<String,Object> filters)
public void add(Operation operation)
public void update(Operation operation)
public void sendEmail(String emails, String subject, String message) throws org.apache.commons.mail.EmailException
org.apache.commons.mail.EmailException
public void sendPushbulletNote(String idens, String emails, String channelTags, String title, String body)
Copyright © 2015–2019. All rights reserved.