|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataSearch
MetadataSearch: Interface defining search functions of TVAnytime metadata tables: ProgramInformation, ProgramLocation, GroupInformation, SegmentationInformation
Implementations should throw SearchInterfaceNotSupportedException if they do not support this function.
Method Summary | |
---|---|
java.util.Vector |
getGroupInformation(ContentReference crid)
Get group information for the specified CRID. |
java.util.Vector |
getProgramInformation(ContentReference crid)
Get program information for the specified CRID. |
java.util.Vector |
getProgramLocation(ContentReference crid)
Get program location information for the specified CRID. |
java.util.Vector |
getSegmentInformation(ContentReference crid)
Get segment information for the specified CRID. |
Method Detail |
---|
java.util.Vector getProgramLocation(ContentReference crid) throws SearchInterfaceNotSupportedException
crid
- the CRID of the ProgramLocation object to be searched for.
SearchInterfaceNotSupportedException
- If the implementation doesn't support this function.java.util.Vector getProgramInformation(ContentReference crid) throws SearchInterfaceNotSupportedException
crid
- the CRID of the ProgramInformation object to be searched for.
SearchInterfaceNotSupportedException
- If the implementation doesn't support this function.java.util.Vector getSegmentInformation(ContentReference crid) throws SearchInterfaceNotSupportedException
crid
- the CRID of the SegmentInformation object to be searched for.
SearchInterfaceNotSupportedException
- If the implementation doesn't support this function.java.util.Vector getGroupInformation(ContentReference crid) throws SearchInterfaceNotSupportedException
crid
- the CRID of the GroupInformation object to be searched for.
SearchInterfaceNotSupportedException
- If the implementation doesn't support this function.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |