|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
com.actuate.activeportal.forms.BaseActionForm
com.actuate.activeportal.forms.GeneralFilterActionForm
com.actuate.activeportal.forms.ChannelListActionForm
public class ChannelListActionForm
This form contains the channel list that the user subscribes to.
Constructor Summary | |
---|---|
ChannelListActionForm()
|
Method Summary | |
---|---|
java.lang.Object[] |
getArray(java.lang.String _categoryName)
This method should return the list of objects whose properties are to be displayed. |
java.lang.String[] |
getCategories()
This method is used by the categories view to retrieve the list of categories it is supposed to display. |
java.util.Collection |
getCollection(java.lang.String _categoryName)
This method should return the list of objects whose properties are to be displayed. |
int |
getSecurityIntegrationOption()
Returns the SecurityIntegrationOption (RSSE) level |
boolean |
isEmpty()
This method is called by the views to determine whether the list is empty. |
boolean |
isShowSubscribedChannelsOnly()
|
void |
setChannelList(com.actuate.schemas.Channel[] channels)
This method is called by the ChannelListAction class
to set the list of channels retrieved for the current filter. |
void |
setSecurityIntegrationOption(int i)
This method is called by the ChannelListAction class
to set the SecurityIntegrationOption (RSSE) |
void |
setShowSubscribedChannelsOnly(boolean b)
This method is used to indicate whether all or only the subscribed channels should be retrieved. |
Methods inherited from class com.actuate.activeportal.forms.GeneralFilterActionForm |
---|
getCompletedFilter, getFilter, getPendingFilter, getRunningFilter, getScheduledFilter, getWaitingFilter, isApplyFilter, isCbFail, isCbSuccess, isFilterEnabled, isOnlyLatest, isResetFilter, isShowDocuments, isShowExecutables, isShowFolders, reset, setApplyFilter, setCbFail, setCbSuccess, setCompletedFilter, setFilter, setFilterEnabled, setOnlyLatest, setPendingFilter, setResetFilter, setRunningFilter, setScheduledFilter, setShowDocuments, setShowExecutables, setShowFolders, setWaitingFilter |
Methods inherited from class com.actuate.activeportal.forms.BaseActionForm |
---|
fixUTF8, isPostback, setPostback |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChannelListActionForm()
Method Detail |
---|
public java.lang.String[] getCategories()
IContentList
This method is used by the categories view to retrieve the list of categories it is supposed to display.
For e.g.
The file list implementation will return
{folders}
{documents}
{executables}
etc....
getCategories
in interface IContentList
IContentList.getCategories()
public java.lang.Object[] getArray(java.lang.String _categoryName)
IContentList
This method should return the list of objects whose properties are to be displayed.
For e.g.
If the file list is being displayed then each object in the array will be an
instance of com.actuate.schemas.File
If this method returns null then the getCollection() method will be called.
This method is called with the category name as a parameter.
Bear in mind that this can be null if the view is not the category view; in such a case
the entire list should normally be returned.
getArray
in interface IContentList
_categoryName
- The category which is being displayed currently
IContentList.getArray(java.lang.String)
public java.util.Collection getCollection(java.lang.String _categoryName)
IContentList
This method should return the list of objects whose properties are to be displayed.
For e.g. If the file list is being displayed then each object in the array will be an instance of com.actuate.schemas.File If this method returns null then the getCollection() method will be called. This method is called with the category name as a parameter. Bear in mind that this can be null if the view is not the category view; in such a case the entire list should normally be returned.
getCollection
in interface IContentList
_categoryName
- The category which is being displayed currently
IContentList.getCollection(java.lang.String)
public boolean isEmpty()
IContentList
isEmpty
in interface IContentList
IContentList.isEmpty()
public boolean isShowSubscribedChannelsOnly()
public void setShowSubscribedChannelsOnly(boolean b)
ChannelListAction
class
when retrieving the list of channels
b
- public void setChannelList(com.actuate.schemas.Channel[] channels)
ChannelListAction
class
to set the list of channels retrieved for the current filter.
channels
- public int getSecurityIntegrationOption()
public void setSecurityIntegrationOption(int i)
ChannelListAction
class
to set the SecurityIntegrationOption (RSSE)
i
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |