com.mf.roundhouse.core.action
Class PasswordPolicyList

java.lang.Object
  extended byAction
      extended bycom.mf.roundhouse.core.action.RoundhouseAction
          extended bycom.mf.roundhouse.core.action.ListAction
              extended bycom.mf.roundhouse.core.action.PasswordPolicyList

public class PasswordPolicyList
extends ListAction

Author:
Pete Luellen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mf.roundhouse.core.action.ListAction
CUSTOM_SEARCH, PAGE_INDEX, PAGINATION_DATA_KEY, SEARCH_STRING
 
Constructor Summary
PasswordPolicyList()
           
 
Method Summary
protected  java.util.Collection getDefaultIdList(HttpServletRequest request)
           
 RoundhouseDelegate getDelegate()
           
 java.lang.String getListPageForward()
           
protected  Permission getPermission()
           
 java.util.Collection getSearchResults(java.lang.String searchString)
           
 
Methods inherited from class com.mf.roundhouse.core.action.ListAction
defineSupportBeans, executeCustomSearch, getResultsPerPage, initializePagination, loadResultsForPage, roundhouseProcess
 
Methods inherited from class com.mf.roundhouse.core.action.RoundhouseAction
asIdentifier, asIdString, execute, getSessionCollaborator, handleAccessError, isAuthorized, nullify, preProcess, preProcessAuthorized, preProcessValidateUserSetup, setLastActionCalled, setSavedChangesMessage, skipValidation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordPolicyList

public PasswordPolicyList()
Method Detail

getSearchResults

public java.util.Collection getSearchResults(java.lang.String searchString)
                                      throws java.lang.Exception
Specified by:
getSearchResults in class ListAction
Throws:
java.lang.Exception
See Also:
ListAction.getSearchResults(java.lang.String)

getDelegate

public RoundhouseDelegate getDelegate()
                               throws java.lang.Exception
Specified by:
getDelegate in class ListAction
Throws:
java.lang.Exception
See Also:
ListAction.getDelegate()

getListPageForward

public java.lang.String getListPageForward()
Specified by:
getListPageForward in class ListAction
See Also:
ListAction.getListPageForward()

getDefaultIdList

protected java.util.Collection getDefaultIdList(HttpServletRequest request)
                                         throws java.lang.Exception
Specified by:
getDefaultIdList in class ListAction
Throws:
java.lang.Exception
See Also:
com.mf.roundhouse.core.action.ListAction#getDefaultIdList(javax.servlet.http.HttpServletRequest)

getPermission

protected Permission getPermission()
Specified by:
getPermission in class RoundhouseAction
See Also:
RoundhouseAction.getPermission()


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.