Modifier and Type | Method and Description |
---|---|
PublisherVO<? extends PublishedPointVO> |
PublisherDao.getPublisher(int id) |
PublisherVO<? extends PublishedPointVO> |
PublisherDao.getPublisher(java.lang.String xid) |
PublisherVO<? extends PublishedPointVO> |
PublisherDao.PublisherRowMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PublisherVO<? extends PublishedPointVO>> |
PublisherDao.getPublishers() |
java.util.List<PublisherVO<? extends PublishedPointVO>> |
PublisherDao.getPublishers(java.util.Comparator<PublisherVO<?>> comparator) |
Modifier and Type | Method and Description |
---|---|
int |
PublisherDao.PublisherNameComparator.compare(PublisherVO<?> p1,
PublisherVO<?> p2) |
int |
PublisherDao.PublisherNameComparator.compare(PublisherVO<?> p1,
PublisherVO<?> p2) |
void |
PublisherDao.savePublisher(PublisherVO<? extends PublishedPointVO> vo) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PublisherVO<? extends PublishedPointVO>> |
PublisherDao.getPublishers(java.util.Comparator<PublisherVO<?>> comparator) |
Modifier and Type | Method and Description |
---|---|
PublisherVO<? extends PublishedPointVO> |
RuntimeManager.getPublisher(int publisherId) |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeManager.savePublisher(PublisherVO<? extends PublishedPointVO> vo) |
private void |
RuntimeManager.startPublisher(PublisherVO<? extends PublishedPointVO> vo) |
Modifier and Type | Method and Description |
---|---|
protected PublisherVO<?> |
EventType.getPublisher(com.serotonin.json.JsonObject json,
java.lang.String name) |
Modifier and Type | Field and Description |
---|---|
private PublisherVO<T> |
PublisherRT.vo |
Modifier and Type | Method and Description |
---|---|
PublisherVO<T> |
PublisherRT.getVo() |
Modifier and Type | Method and Description |
---|---|
protected PublishQueue<T> |
PublisherRT.createPublishQueue(PublisherVO<T> vo) |
Constructor and Description |
---|
PublisherRT(PublisherVO<T> vo) |
Modifier and Type | Method and Description |
---|---|
protected PublishQueue<PachubePointVO> |
PachubeSenderRT.createPublishQueue(PublisherVO<PachubePointVO> vo) |
Modifier and Type | Field and Description |
---|---|
private PublisherVO<? extends PublishedPointVO> |
User.editPublisher |
Modifier and Type | Method and Description |
---|---|
PublisherVO<? extends PublishedPointVO> |
User.getEditPublisher() |
Modifier and Type | Method and Description |
---|---|
void |
User.setEditPublisher(PublisherVO<? extends PublishedPointVO> editPublisher) |
Modifier and Type | Method and Description |
---|---|
abstract PublisherVO<?> |
PublisherVO.Type.createPublisherVO() |
static PublisherVO<? extends PublishedPointVO> |
PublisherVO.createPublisherVO(int typeId) |
Modifier and Type | Class and Description |
---|---|
class |
HttpSenderVO |
Modifier and Type | Class and Description |
---|---|
class |
PachubeSenderVO |
Modifier and Type | Class and Description |
---|---|
class |
PersistentSenderVO |
Modifier and Type | Method and Description |
---|---|
private com.serotonin.web.dwr.DwrResponseI18n |
PublisherEditDwr.trySave(PublisherVO<? extends PublishedPointVO> p) |