Package com.sforce.soap.metadata
Class FeedLayout
- java.lang.Object
-
- com.sforce.soap.metadata.FeedLayout
-
-
Constructor Summary
Constructors Constructor Description FeedLayout()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAutocollapsePublisher
public boolean getAutocollapsePublisher()
-
isAutocollapsePublisher
public boolean isAutocollapsePublisher()
-
setAutocollapsePublisher
public void setAutocollapsePublisher(boolean autocollapsePublisher)
-
setAutocollapsePublisher
protected void setAutocollapsePublisher(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCompactFeed
public boolean getCompactFeed()
-
isCompactFeed
public boolean isCompactFeed()
-
setCompactFeed
public void setCompactFeed(boolean compactFeed)
-
setCompactFeed
protected void setCompactFeed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFeedFilterPosition
public FeedLayoutFilterPosition getFeedFilterPosition()
-
setFeedFilterPosition
public void setFeedFilterPosition(FeedLayoutFilterPosition feedFilterPosition)
-
setFeedFilterPosition
protected void setFeedFilterPosition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFeedFilters
public FeedLayoutFilter[] getFeedFilters()
-
setFeedFilters
public void setFeedFilters(FeedLayoutFilter[] feedFilters)
-
setFeedFilters
protected void setFeedFilters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFullWidthFeed
public boolean getFullWidthFeed()
-
isFullWidthFeed
public boolean isFullWidthFeed()
-
setFullWidthFeed
public void setFullWidthFeed(boolean fullWidthFeed)
-
setFullWidthFeed
protected void setFullWidthFeed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHideSidebar
public boolean getHideSidebar()
-
isHideSidebar
public boolean isHideSidebar()
-
setHideSidebar
public void setHideSidebar(boolean hideSidebar)
-
setHideSidebar
protected void setHideSidebar(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHighlightExternalFeedItems
public boolean getHighlightExternalFeedItems()
-
isHighlightExternalFeedItems
public boolean isHighlightExternalFeedItems()
-
setHighlightExternalFeedItems
public void setHighlightExternalFeedItems(boolean highlightExternalFeedItems)
-
setHighlightExternalFeedItems
protected void setHighlightExternalFeedItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLeftComponents
public FeedLayoutComponent[] getLeftComponents()
-
setLeftComponents
public void setLeftComponents(FeedLayoutComponent[] leftComponents)
-
setLeftComponents
protected void setLeftComponents(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRightComponents
public FeedLayoutComponent[] getRightComponents()
-
setRightComponents
public void setRightComponents(FeedLayoutComponent[] rightComponents)
-
setRightComponents
protected void setRightComponents(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUseInlineFiltersInConsole
public boolean getUseInlineFiltersInConsole()
-
isUseInlineFiltersInConsole
public boolean isUseInlineFiltersInConsole()
-
setUseInlineFiltersInConsole
public void setUseInlineFiltersInConsole(boolean useInlineFiltersInConsole)
-
setUseInlineFiltersInConsole
protected void setUseInlineFiltersInConsole(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-