|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.genersoft.iot.vmp.gb28181.bean.DeviceChannel; | 
|---|
|  |  |  | import com.genersoft.iot.vmp.gb28181.bean.GbStream; | 
|---|
|  |  |  | import com.genersoft.iot.vmp.gb28181.bean.ParentPlatform; | 
|---|
|  |  |  | import com.github.pagehelper.PageInfo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param count | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | PageInfo<GbStream> getAll(Integer page, Integer count, String platFormId); | 
|---|
|  |  |  | PageInfo<GbStream> getAll(Integer page, Integer count, String platFormId, String catalogId,String query,Boolean pushing,String mediaServerId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | boolean delPlatformInfo(String platformId, List<GbStream> gbStreams); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | DeviceChannel getDeviceChannelListByStream(GbStream gbStream, String catalogId, String deviceGBId); | 
|---|
|  |  |  | DeviceChannel getDeviceChannelListByStream(GbStream gbStream, String catalogId, ParentPlatform platform); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void sendCatalogMsg(GbStream gbStream, String type); | 
|---|
|  |  |  | void sendCatalogMsgs(List<GbStream> gbStreams, String type); | 
|---|