com.frevvo.forms.client
public class UserEntry extends com.google.gdata.data.BaseEntry<UserEntry>
com.google.gdata.data.BaseEntry.AtomHandler, com.google.gdata.data.BaseEntry.EntryState
Modifier and Type | Field and Description |
---|---|
static String |
REL_APPS |
static String |
REL_STYLES |
static String |
REL_TASKS |
static String |
USER_ENTRY_URL_FORMAT |
Constructor and Description |
---|
UserEntry()
Constructs a new Entry instance
|
Modifier and Type | Method and Description |
---|---|
ApplicationFeed |
getApplicationFeed()
Get the ApplicationFeed owned by this entry.
|
com.google.gdata.data.Link |
getApplicationFeedLink()
Get the ApplicationFeed link owned by this entry.
|
static URL |
getEntryURL(URL baseUrl,
String id)
Gets an URL for accessing a user entry
|
StyleFeed |
getStyleFeed()
Get the StyleFeed link owned by this entry.
|
com.google.gdata.data.Link |
getStyleFeedLink() |
TaskFeed |
getTaskFeed()
Get the TaskFeed owned by this entry.
|
com.google.gdata.data.Link |
getTaskFeedLink()
Get the TaskFeed link owned by this entry.
|
UserEntry |
update() |
addAdaptor, addHtmlLink, addLink, addLink, delete, generate, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, getContentHandlerInfo, getContributors, getEdited, getEditLink, getEtag, getHandler, getHtmlLink, getId, getKind, getLink, getLinks, getLinks, getMediaEditLink, getPlainTextContent, getPubControl, getPublished, getRights, getSelf, getSelfLink, getService, getSource, getSummary, getTextContent, getTitle, getUpdated, getVersionId, isDraft, parseAtom, parseAtom, parseAtom, readEntry, readEntry, removeLinks, removeLinks, setCanEdit, setContent, setContent, setDraft, setEdited, setEtag, setId, setKind, setPubControl, setPublished, setRights, setService, setSource, setSummary, setTitle, setUpdated, setVersionId, visitChildren
addExtension, addExtension, addRepeatingExtension, addRepeatingExtension, checkRequiredExtensions, createExtensionInstance, declareExtensions, generate, generateCumulativeXmlBlob, generateExtensions, generateStartElement, getExtension, getExtensionDescription, getExtensionHandler, getExtensions, getManifest, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, initializeArbitraryXml, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit, visitChild
consumeAttributes, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate
public static final String REL_APPS
public static final String REL_STYLES
public static final String REL_TASKS
public static final String USER_ENTRY_URL_FORMAT
public static URL getEntryURL(URL baseUrl, String id) throws MalformedURLException
id
- the user entry idMalformedURLException
public com.google.gdata.data.Link getApplicationFeedLink()
Get the ApplicationFeed link owned by this entry.
Invoking this method will not hit the server.
public com.google.gdata.data.Link getStyleFeedLink()
public ApplicationFeed getApplicationFeed() throws IOException, com.google.gdata.util.ServiceException
Get the ApplicationFeed owned by this entry.
This method differs from the getApplicationFeedLink()
method
in that it returns the associated feed as opposed to returning only the
link.
Invoking this method will hit the server.
IOException
com.google.gdata.util.ServiceException
public StyleFeed getStyleFeed() throws IOException, com.google.gdata.util.ServiceException
Get the StyleFeed link owned by this entry.
Invoking this method will not hit the server.
IOException
com.google.gdata.util.ServiceException
public com.google.gdata.data.Link getTaskFeedLink()
Get the TaskFeed link owned by this entry.
Invoking this method will not hit the server.
public TaskFeed getTaskFeed() throws IOException, com.google.gdata.util.ServiceException
Get the TaskFeed owned by this entry.
IOException
com.google.gdata.util.ServiceException
public UserEntry update() throws IOException, com.google.gdata.util.ServiceException
update
in class com.google.gdata.data.BaseEntry<UserEntry>
IOException
com.google.gdata.util.ServiceException
Copyright © 2006–2015 frevvo Inc. All rights reserved.