com.frevvo.forms.client
public class StyleFeed extends com.google.gdata.data.media.MediaFeed<StyleFeed,StyleEntry>
This feed contains a list of StyleEntry
's and can also be used
to create new StyleEntry
's.
com.google.gdata.data.BaseFeed.FeedHandler, com.google.gdata.data.BaseFeed.FeedState
com.google.gdata.data.Source.SourceHandler, com.google.gdata.data.Source.SourceState
Modifier and Type | Field and Description |
---|---|
static String |
STYLES_FEED_URL_FORMAT |
Constructor and Description |
---|
StyleFeed()
Constructs a new Feed instance
|
Modifier and Type | Method and Description |
---|---|
com.google.gdata.data.Link |
getEntryPostLink() |
static URL |
getFeedURL(URL baseUrl)
Gets an URL for accessing the Theme feed
|
UserEntry |
getOwnerEntry()
Get the UserEntry that owns this feed.
|
String |
getOwnerId()
Get the user id that owns this feed.
|
<T extends StyleEntry> |
insert(T arg0) |
StyleEntry |
uploadStyle(InputStream is) |
StyleEntry |
uploadStyle(InputStream is,
boolean replace) |
addAdaptor, createEntry, declareExtensions, generate, generateAtom, generateFeedEnd, generateFeedStart, generateRss, getAdaptedFeed, getAdaptor, getAdaptors, getCanPost, getEntries, getEntries, getEtag, getFeedBatchLink, getHandler, getItemsPerPage, getKind, getNextLink, getPreviousLink, getSelf, getSelfLink, getService, getStartIndex, getTotalResults, getVersionId, parseAtom, parseAtom, parseAtom, readFeed, readFeed, setCanPost, setEntries, setEtag, setItemsPerPage, setKind, setStartIndex, setTotalResults, setVersionId, visitChildren
addHtmlLink, addLink, generateInnerAtom, getAuthors, getCategories, getContributors, getHtmlLink, getIcon, getId, getLinks, getLinks, getLogo, getRights, getUpdated, removeLinks, removeLinks, setGenerator, setIcon, setId, setLogo, setRights, setSubtitle, setTitle, setUpdated
addExtension, addExtension, addRepeatingExtension, addRepeatingExtension, checkRequiredExtensions, createExtensionInstance, 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 STYLES_FEED_URL_FORMAT
public static URL getFeedURL(URL baseUrl) throws MalformedURLException
MalformedURLException
public com.google.gdata.data.Link getEntryPostLink()
getEntryPostLink
in interface com.google.gdata.data.IFeed
getEntryPostLink
in class com.google.gdata.data.BaseFeed<StyleFeed,StyleEntry>
public String getOwnerId()
Get the user id that owns this feed.
You can use the ownerId to get the UserEntry associated with this ApplicationFeed.
public UserEntry getOwnerEntry() throws com.google.gdata.util.ServiceException, IOException
Get the UserEntry that owns this feed.
This method differs from the getOwnerId()
method in that it
returns the associated UserEntry
as opposed to returning the
ownerId.
com.google.gdata.util.ServiceException
IOException
public <T extends StyleEntry> T insert(T arg0) throws com.google.gdata.util.ServiceException, IOException
insert
in class com.google.gdata.data.BaseFeed<StyleFeed,StyleEntry>
com.google.gdata.util.ServiceException
IOException
public StyleEntry uploadStyle(InputStream is) throws com.google.gdata.util.ServiceException, IOException
com.google.gdata.util.ServiceException
IOException
public StyleEntry uploadStyle(InputStream is, boolean replace) throws com.google.gdata.util.ServiceException, IOException
com.google.gdata.util.ServiceException
IOException
Copyright © 2006–2015 frevvo Inc. All rights reserved.