|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evdb.javaapi.operations.BaseOperations
com.evdb.javaapi.operations.VenueOperations
public class VenueOperations
Venue object operations
| Field Summary |
|---|
| Fields inherited from class com.evdb.javaapi.operations.BaseOperations |
|---|
serverCommunication |
| Constructor Summary | |
|---|---|
VenueOperations()
|
|
| Method Summary | |
|---|---|
void |
addComment(java.lang.String svid,
Comment comment)
Add a comment to an event |
void |
addImage(java.lang.String svid,
Image image)
Add an image to the given event |
void |
addLink(java.lang.String svid,
Link link)
Add a link to the venue |
int |
addProperty(java.lang.String svid,
Property property)
Add a property |
void |
addTags(java.lang.String svid,
java.util.List<Tag> tagList)
Add tags to a venue |
Venue |
create(Venue v)
Create a new venue |
void |
deleteComment(Comment comment)
Delete a comment |
void |
deleteImage(java.lang.String svid,
Image image)
Remove the image |
void |
deleteLink(Link link)
Remove a link from the venue |
void |
deleteProperty(java.lang.String svid,
Property property)
Delete a property |
void |
deleteTags(java.lang.String svid,
java.util.List<Tag> tagList)
Add tags to an venue |
Venue |
get(java.lang.String svid)
Return a venue from an SVID |
java.util.List<Tag> |
getTags(java.lang.String svid)
List the tags for a given SVID |
Venue |
modify(Venue v)
Modify a venue |
void |
modifyComment(Comment comment)
Modify a comment |
void |
restore(java.lang.String svid)
Restores (i.e. |
SearchResult |
search(VenueSearchRequest searchRequest)
Venue search request |
void |
withdraw(java.lang.String svid,
java.lang.String withdrawNote)
Withdraws an venue |
| Methods inherited from class com.evdb.javaapi.operations.BaseOperations |
|---|
addComment, addImage, addLink, addProperty, deleteComment, deleteImage, deleteLink, deleteProperty, getUnmarshaller, listProperties, listTags, modifyComment, modifyTags, unmarshallRequest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VenueOperations()
| Method Detail |
|---|
public Venue get(java.lang.String svid)
throws EVDBRuntimeException,
EVDBAPIException
svid - SVID of the venue to lookup
EVDBRuntimeException
EVDBAPIException
public Venue create(Venue v)
throws EVDBRuntimeException,
EVDBAPIException
v -
EVDBRuntimeException
EVDBAPIException
public Venue modify(Venue v)
throws EVDBRuntimeException,
EVDBAPIException
v -
EVDBRuntimeException
EVDBAPIException
public void withdraw(java.lang.String svid,
java.lang.String withdrawNote)
throws EVDBRuntimeException,
EVDBAPIException
svid - SVID of the venue to withdrawwithdrawNote - Note explaining the withdraw
java.lang.Exception
EVDBRuntimeException
EVDBAPIException
public void restore(java.lang.String svid)
throws EVDBRuntimeException,
EVDBAPIException
svid - SVID of the venue to restore
java.lang.Exception
EVDBRuntimeException
EVDBAPIException
public void addTags(java.lang.String svid,
java.util.List<Tag> tagList)
throws EVDBRuntimeException,
EVDBAPIException
svid - SVIDtagList - The list of tags to add
EVDBRuntimeException
EVDBAPIException
public void deleteTags(java.lang.String svid,
java.util.List<Tag> tagList)
throws EVDBRuntimeException,
EVDBAPIException
svid - Venue SVIDtagList - The list of tags to add
EVDBRuntimeException
EVDBAPIException
public java.util.List<Tag> getTags(java.lang.String svid)
throws EVDBRuntimeException,
EVDBAPIException
svid -
EVDBRuntimeException
EVDBAPIException
public void addComment(java.lang.String svid,
Comment comment)
throws EVDBRuntimeException,
EVDBAPIException
svid - comment -
EVDBRuntimeException
EVDBAPIException
public void modifyComment(Comment comment)
throws EVDBRuntimeException,
EVDBAPIException
comment -
EVDBRuntimeException
EVDBAPIException
public void deleteComment(Comment comment)
throws EVDBRuntimeException,
EVDBAPIException
comment -
EVDBRuntimeException
EVDBAPIException
public void addLink(java.lang.String svid,
Link link)
throws EVDBRuntimeException,
EVDBAPIException
svid - the venue idlink -
EVDBRuntimeException
EVDBAPIException
public void deleteLink(Link link)
throws EVDBRuntimeException,
EVDBAPIException
link -
EVDBRuntimeException
EVDBAPIException
public void addImage(java.lang.String svid,
Image image)
throws EVDBRuntimeException,
EVDBAPIException
svid - image -
EVDBRuntimeException
EVDBAPIException
public void deleteImage(java.lang.String svid,
Image image)
throws EVDBRuntimeException,
EVDBAPIException
svid - image -
EVDBRuntimeException
EVDBAPIException
public void deleteProperty(java.lang.String svid,
Property property)
throws EVDBRuntimeException,
EVDBAPIException
svid - property -
EVDBRuntimeException
EVDBAPIException
public int addProperty(java.lang.String svid,
Property property)
throws EVDBRuntimeException,
EVDBAPIException
svid - property -
EVDBRuntimeException
EVDBAPIException
public SearchResult search(VenueSearchRequest searchRequest)
throws EVDBRuntimeException,
EVDBAPIException
searchRequest -
java.lang.Exception
EVDBRuntimeException
EVDBAPIException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||