|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VideoScreenGrabDAO
DAO for video screen grab/key frame CRUD
| Method Summary | |
|---|---|
void |
add(long vidID,
long attachmentID,
boolean isDefault)
Adds the attachment as a screen grab for the video corresponding to vidID |
void |
delete(long id)
Deletes the screen grab with the given id |
long |
getDefault(long vidID)
Returns the attchment id of the default screen grab for the video with the specified vidID |
List<Long> |
getPublishedVideosWithoutScreenGrabs()
Returns a list of all published videos that are missing a generated screen grab |
List<Long> |
getScreenGrabsForVideo(Video video)
Retreives a list of all screen grabs for the given video |
void |
setDefault(long id)
Deprecated. |
| Method Detail |
|---|
void add(long vidID,
long attachmentID,
boolean isDefault)
vidID
vidID - id of the video to receive the attached screen grabattachmentID - the id of attachment representing the screen grab to associate with the videoisDefault - if true will set this attachment as the default screen grabvoid delete(long id)
id - of the screen grab to delete@Deprecated void setDefault(long id)
long getDefault(long vidID)
vidID
List<Long> getScreenGrabsForVideo(Video video)
video - to retrieve screen grabs for
List<Long> getPublishedVideosWithoutScreenGrabs()
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||