Modifier and Type | Method and Description |
---|---|
PublisherVO<? extends PublishedPointVO> |
PublisherDao.getPublisher(int id) |
PublisherVO<? extends PublishedPointVO> |
PublisherDao.getPublisher(java.lang.String xid) |
java.util.List<PublisherVO<? extends PublishedPointVO>> |
PublisherDao.getPublishers() |
java.util.List<PublisherVO<? extends PublishedPointVO>> |
PublisherDao.getPublishers(java.util.Comparator<PublisherVO<?>> comparator) |
PublisherVO<? extends PublishedPointVO> |
PublisherDao.PublisherRowMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
void |
PublisherDao.savePublisher(PublisherVO<? extends PublishedPointVO> vo) |
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 | Class and Description |
---|---|
class |
PublishedPointRT<T extends PublishedPointVO> |
class |
PublisherRT<T extends PublishedPointVO> |
class |
PublishQueue<T extends PublishedPointVO> |
class |
PublishQueueEntry<T extends PublishedPointVO> |
Modifier and Type | Field and Description |
---|---|
private T |
PublishedPointRT.vo |
private T |
PublishQueueEntry.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 | Class and Description |
---|---|
class |
PublisherVO<T extends PublishedPointVO> |
Modifier and Type | Method and Description |
---|---|
static PublisherVO<? extends PublishedPointVO> |
PublisherVO.createPublisherVO(int typeId) |
Modifier and Type | Class and Description |
---|---|
class |
HttpPointVO |
Modifier and Type | Class and Description |
---|---|
class |
PachubePointVO |
Modifier and Type | Class and Description |
---|---|
class |
PersistentPointVO |
Modifier and Type | Method and Description |
---|---|
private com.serotonin.web.dwr.DwrResponseI18n |
PublisherEditDwr.trySave(PublisherVO<? extends PublishedPointVO> p) |