A B C D E F G H I J L M N O P R S T U V W _ 

A

AbstractPhaseListener - Class in org.andromda.presentation.jsf
An abstract phase listener that can be extended, provides some basic functionality (like the prevention of the phase listener being used more than once if it happens to be registered more than once by the container, like seems to happen with myfaces used with liferay).
AbstractPhaseListener() - Constructor for class org.andromda.presentation.jsf.AbstractPhaseListener
 
action(ActionEvent) - Method in class org.andromda.presentation.jsf.ControllerBase
This method just captures the event attributes and sets them into the request so that we can retrieve in controller action operation and use to populate form.
action(ActionEvent) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
This method just captures the event attributes and sets them into the request so that we can retrieve in controller action operation and use to populate form.
action(ActionEvent) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
This method just captures the event attributes and sets them into the request so that we can retrieve in controller action operation and use to populate form.
action(ActionEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
This method just captures the event attributes and sets them into the request so that we can retrieve in controller action operation and use to populate form.
ACTION_EVENT_ATTRIBUTES - Static variable in class org.andromda.presentation.jsf.ControllerBase
The name of the request attribute that stores the attributes from the current action event.
addErrorMessage(String) - Method in class org.andromda.presentation.jsf.ControllerBase
Adds the given error message to the current faces context.
addErrorMessage(String) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Adds the given error message to the current faces context.
addErrorMessage(String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Adds the given error message to the current faces context.
addErrorMessage(String) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
Adds the given error message to the current faces context.
addExceptionMessage(Throwable) - Method in class org.andromda.presentation.jsf.ControllerBase
Finds the root cause of the given throwable and adds the message taken from that cause to the faces context messages.
addExceptionMessage(Throwable) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Finds the root cause of the given throwable and adds the message taken from that cause to the faces context messages.
addExceptionMessage(Throwable) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Finds the root cause of the given throwable and adds the message taken from that cause to the faces context messages.
addExceptionMessage(Throwable) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
Finds the root cause of the given throwable and adds the message taken from that cause to the faces context messages.
addFatalMessage(String) - Method in class org.andromda.presentation.jsf.ControllerBase
Adds the given fatal message to the current faces context.
addFatalMessage(String) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Adds the given fatal message to the current faces context.
addFatalMessage(String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Adds the given fatal message to the current faces context.
addFatalMessage(String) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
Adds the given fatal message to the current faces context.
addInfoMessage(String) - Method in class org.andromda.presentation.jsf.ControllerBase
Adds the given info message to the current faces context.
addInfoMessage(String) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Adds the given info message to the current faces context.
addInfoMessage(String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Adds the given info message to the current faces context.
addInfoMessage(String) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
Adds the given info message to the current faces context.
addJsfMessages(FacesMessage) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
Adds a FacesMessage message to the current messages stored within this form.
addJsfMessages(FacesMessage) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
Adds a FacesMessage message to the current messages stored within this form.
addJsfMessages(FacesMessage) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Adds a FacesMessage message to the current messages stored within this form.
addJsfMessages(FacesMessage) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Adds a FacesMessage message to the current messages stored within this form.
addMessage(FacesMessage.Severity, String) - Method in class org.andromda.presentation.jsf.ControllerBase
Adds a message to the faces context (which will show up on your view when using the lt;h:messages/gt; tag).
addMessage(FacesMessage.Severity, String) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Adds a message to the faces context (which will show up on your view when using the lt;h:messages/gt; tag).
addMessage(FacesMessage.Severity, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Adds a message to the faces context (which will show up on your view when using the lt;h:messages/gt; tag).
addMessage(FacesMessage.Severity, String) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
Adds a message to the faces context (which will show up on your view when using the lt;h:messages/gt; tag).
addWarningMessage(String) - Method in class org.andromda.presentation.jsf.ControllerBase
Adds the given warning message to the current faces context.
addWarningMessage(String) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Adds the given warning message to the current faces context.
addWarningMessage(String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Adds the given warning message to the current faces context.
addWarningMessage(String) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
Adds the given warning message to the current faces context.
AdfFacesContextWrapper - Class in org.andromda.presentation.jsf
This wrapper just allows us to store the current RequestContext instance in the session since the RequestContext is not serializable.
AdfFacesContextWrapper() - Constructor for class org.andromda.presentation.jsf.AdfFacesContextWrapper
 
afterPhase(PhaseEvent) - Method in class org.andromda.presentation.jsf.AbstractPhaseListener
 

B

beforePhase(PhaseEvent) - Method in class org.andromda.presentation.jsf.AbstractPhaseListener
 

C

clearJsfMessages() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
Clear the current FacesMessage message instances stored within this form.
clearJsfMessages() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
Clear the current FacesMessage message instances stored within this form.
clearJsfMessages() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Clear the current FacesMessage message instances stored within this form.
clearJsfMessages() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Clear the current FacesMessage message instances stored within this form.
CONTENT_TYPE_ATTRIBUTE - Static variable in class org.andromda.presentation.jsf.FileDownloadServlet
The name of the attribute that stores the content type.
ControllerBase - Class in org.andromda.presentation.jsf
Base class for all controllers
ControllerBase() - Constructor for class org.andromda.presentation.jsf.ControllerBase
 
copyForm(Object, Object) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Copies all matching properties from the fromForm to the given toForm overriding any previously set values.
copyForm(Object, Object) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Copies all matching properties from the fromForm to the given toForm overriding any previously set values.
copyForm(Object, Object) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
Copies all matching properties from the fromForm to the given toForm overriding any previously set values.

D

deleteSerializedForm(FacesContext) - Static method in class org.andromda.presentation.jsf.JsfUtils
Removes the serialized form (if present) for the given session
deleteTempFile() - Method in class org.andromda.presentation.jsf.ODSFilter.ODSResponseWrapper
 
destroy() - Method in class org.andromda.presentation.jsf.ODSFilter
 
destroy() - Method in class org.andromda.presentation.jsf.TrinidadDialogFilter
 
destroy() - Method in class org.andromda.presentation.jsf.UserRoleFilter
 
destroy() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardPopulator
 
destroy() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsPopulator
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.andromda.presentation.jsf.ODSFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.andromda.presentation.jsf.TrinidadDialogFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.andromda.presentation.jsf.UserRoleFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardPopulator
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsPopulator
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.andromda.presentation.jsf.FileDownloadServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.andromda.presentation.jsf.LogOutServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetails
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecards
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.andromda.timetracker.web.timetrackerhome.TimeTrackerHome
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.andromda.presentation.jsf.FileDownloadServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.andromda.presentation.jsf.LogOutServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetails
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecards
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.andromda.timetracker.web.timetrackerhome.TimeTrackerHome
 

E

extractParameters(String) - Static method in class org.andromda.presentation.jsf.JsfUtils
Extracts and returns the parameters from the given URL string.

F

FacesContextUtils - Class in org.andromda.presentation.jsf
Contains utilities for dealing with the FacesContext.
FacesContextUtils() - Constructor for class org.andromda.presentation.jsf.FacesContextUtils
 
FileDownloadServlet - Class in org.andromda.presentation.jsf
This servlet is used to download files.
FileDownloadServlet() - Constructor for class org.andromda.presentation.jsf.FileDownloadServlet
 
finalize() - Method in class org.andromda.presentation.jsf.ODSFilter.ODSResponseWrapper
 
findCommand(UIComponent, String) - Static method in class org.andromda.presentation.jsf.JsfUtils
Finds the command that uses the action method on the given component.
FORM_KEY - Static variable in class org.andromda.presentation.jsf.ControllerBase
form
FormPopulator - Class in org.andromda.presentation.jsf
Provides utilities for population of forms when using JSF.
FormPopulator() - Constructor for class org.andromda.presentation.jsf.FormPopulator
 

G

get(String, Object[]) - Static method in class org.andromda.presentation.jsf.Messages
Gets the message given the key by substituting any required arguments.
get(String) - Static method in class org.andromda.presentation.jsf.Messages
Gets the message given the key.
getAction() - Method in class org.andromda.presentation.jsf.NavigationItem
 
getActionEvent() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
 
getActionEvent() - Method in interface org.andromda.timetracker.web.timecardsearch.InitializeTimecardIdForm
Gets the ActionEvent (if any) that is associated with this form.
getActionEvent() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
Gets the ActionEvent (if any) that is associated with this form.
getActionEvent() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
getActionEvent() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getActionEvent() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getAliasList() - Method in class org.andromda.presentation.jsf.MenuModelAdapter
 
getApprover() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
TODO: Model Documentation for approver
getApprover() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
TODO: Model Documentation for approver
getApprover() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
TODO: Model Documentation for approver
getApproverBackingList() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The approver field can be selected from a list, this method allows you to retrieve the current elements from that list.
getApproverBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getApproverBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getApproverLabelList() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The approver field can be selected from a list, this method allows you to retrieve the labels from that list.
getApproverLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getApproverLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getApproverValueList() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The approver field can be selected from a list, this method allows you to retrieve the values from that list.
getApproverValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getApproverValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.andromda.timetracker.domain.RoleJsfConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.andromda.timetracker.domain.TimecardStatusJsfConverter
 
getAssociatedRoles() - Method in class org.andromda.presentation.jsf.NavigationItem
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.andromda.timetracker.domain.RoleJsfConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.andromda.timetracker.domain.TimecardStatusJsfConverter
 
getAttribute(Object, String) - Static method in class org.andromda.presentation.jsf.JsfUtils
Gets the attribute from the given object.
getAttributeNames(Object) - Static method in class org.andromda.presentation.jsf.JsfUtils
Gets the names of all attributes on the given object.
getChildren() - Method in class org.andromda.presentation.jsf.NavigationItem
 
getContext() - Method in class org.andromda.presentation.jsf.ControllerBase
Gets the current faces context.
getContext() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Gets the current faces context.
getContext() - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Gets the current faces context.
getContext() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
Gets the current faces context.
getControllerAction() - Method in class org.andromda.presentation.jsf.NavigationItem
 
getControllerBean() - Method in class org.andromda.presentation.jsf.NavigationItem
 
getConverter(String) - Static method in class org.andromda.presentation.jsf.JsfUtils
Returns the converter identified by converterId
getCurrentActionForm(Class<?>) - Method in class org.andromda.presentation.jsf.ControllerBase
Retrieves the current action form while making sure the form is of the given type.
getCurrentActionForm() - Method in class org.andromda.presentation.jsf.ControllerBase
Retrieves the current action form instance.
getCurrentActionForm(Class<?>) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Retrieves the current action form while making sure the form is of the given type.
getCurrentActionForm() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Retrieves the current action form instance.
getCurrentActionForm(Class<?>) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Retrieves the current action form while making sure the form is of the given type.
getCurrentActionForm() - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Retrieves the current action form instance.
getCurrentActionForm(Class<?>) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
Retrieves the current action form while making sure the form is of the given type.
getCurrentActionForm() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
Retrieves the current action form instance.
getCurrentInstance() - Method in class org.andromda.presentation.jsf.AdfFacesContextWrapper
 
getDateTimeFormatters() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
Gets any date and time formatters (keyed by property name) for this form.
getDateTimeFormatters() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
Gets any date and time formatters (keyed by property name) for this form.
getDateTimeFormatters() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Gets any date and time formatters (keyed by property name) for this form.
getDateTimeFormatters() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Gets any date and time formatters (keyed by property name) for this form.
getEnumMessage(String, Object) - Static method in class org.andromda.presentation.jsf.JsfUtils
Returns the messages.properties message of the enumeration value
getEnumSelectItems(String, String) - Static method in class org.andromda.presentation.jsf.JsfUtils
Returns an array of SelectItem from the values/names of the enumeration
getFacesContext(ServletRequest, ServletResponse) - Static method in class org.andromda.presentation.jsf.FacesContextUtils
Retrieves the current faces context given the request, and response.
getFile() - Method in class org.andromda.presentation.jsf.ODSFilter.ODSResponseWrapper
 
getForm(String) - Method in class org.andromda.presentation.jsf.ControllerBase
 
getForms(Map<String, Object>) - Static method in class org.andromda.presentation.jsf.ControllerBase
Returns the forms associated with this controller in the pageFlowScope.
getForms() - Method in class org.andromda.presentation.jsf.ControllerBase
Returns the forms associated with this controller.
getIco() - Method in class org.andromda.presentation.jsf.NavigationItem
 
getId() - Method in interface org.andromda.timetracker.web.timecardsearch.InitializeTimecardIdForm
TODO: Model Documentation for id
getId() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
TODO: Model Documentation for id
getId() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
TODO: Model Documentation for id
getId() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
TODO: Model Documentation for id
getIdBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
getIdBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getIdBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getIdLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
getIdLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getIdLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getIdValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
getIdValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getIdValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getJsfMessages() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
Gets the current FacesMessage message instances stored within this form.
getJsfMessages() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
Gets the current FacesMessage message instances stored within this form.
getJsfMessages() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Gets the current FacesMessage message instances stored within this form.
getJsfMessages() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Gets the current FacesMessage message instances stored within this form.
getJsfMessagesTitle() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
Gets the faces messages title to use.
getJsfMessagesTitle() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
Gets the faces messages title to use.
getJsfMessagesTitle() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Gets the faces messages title to use.
getJsfMessagesTitle() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Gets the faces messages title to use.
getLabel() - Method in class org.andromda.presentation.jsf.NavigationItem
 
getMaximumMessageSeverity() - Method in class org.andromda.presentation.jsf.ControllerBase
Gets the maximum severity of the messages stored in the current form.
getMaximumMessageSeverity() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Gets the maximum severity of the messages stored in the current form.
getMaximumMessageSeverity() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
Gets the maximum severity of the messages stored in this form.
getMaximumMessageSeverity() - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Gets the maximum severity of the messages stored in the current form.
getMaximumMessageSeverity() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
Gets the maximum severity of the messages stored in this form.
getMaximumMessageSeverity() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Gets the maximum severity of the messages stored in this form.
getMaximumMessageSeverity() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Gets the maximum severity of the messages stored in this form.
getMaximumMessageSeverity() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
Gets the maximum severity of the messages stored in the current form.
getMaxTableRows() - Method in class org.andromda.presentation.jsf.Preferences
The maximum rows displayed in a table.
getMessageArguments(Throwable) - Method in class org.andromda.presentation.jsf.PatternMatchingExceptionHandler
Attempts to retrieve any arguments from the exception from a property named "messageArguments" on the exception.
getModel() - Method in class org.andromda.presentation.jsf.MenuModelAdapter
 
getOutcome() - Method in class org.andromda.presentation.jsf.NavigationItem
 
getOutputStream() - Method in class org.andromda.presentation.jsf.ODSFilter.ODSResponseWrapper
 
getPageFlowScope() - Method in class org.andromda.presentation.jsf.ControllerBase
 
getPageVariables(Map<String, Object>) - Static method in class org.andromda.presentation.jsf.ControllerBase
Returns the page variables associated with this controller, in the pageFlowScope.
getPageVariables() - Method in class org.andromda.presentation.jsf.ControllerBase
Returns the page variables associated with this controller, in the pageFlowScope.
getParameterValue(String, FacesEvent) - Method in class org.andromda.presentation.jsf.ControllerBase
Returns an FacesEvent parameter value, from its name
getParameterValue(String, ActionEvent) - Static method in class org.andromda.presentation.jsf.JsfUtils
Returns an ActionEvent parameter value, from its name
getPath(String) - Static method in class org.andromda.presentation.jsf.UseCaseForwards
Gets the path given the forward name.
getPhaseId() - Method in class org.andromda.presentation.jsf.AbstractPhaseListener
 
getPhaseId() - Method in class org.andromda.presentation.jsf.MessagePhaseListener
 
getRequest() - Method in class org.andromda.presentation.jsf.ControllerBase
A helper method that gets the current request from the faces context.
getRequest(FacesContext) - Method in class org.andromda.presentation.jsf.JsfVariableResolver
A helper method that gets the current request from the faces context.
getRequest() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
A helper method that gets the current request from the faces context.
getRequest() - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
A helper method that gets the current request from the faces context.
getRequest() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
A helper method that gets the current request from the faces context.
getRequestAttribute(String) - Method in class org.andromda.presentation.jsf.ControllerBase
 
getRequestAttribute(String) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
 
getRequestAttribute(String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
getRequestAttribute(String) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
getResponse() - Method in class org.andromda.presentation.jsf.ControllerBase
A helper method that gets the current reponse from the faces context.
getResponse() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
A helper method that gets the current reponse from the faces context.
getResponse() - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
A helper method that gets the current reponse from the faces context.
getResponse() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
A helper method that gets the current reponse from the faces context.
getRoles() - Method in class org.andromda.presentation.jsf.NavigationItem
 
getSearchTimecardsDetailsForm() - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Retrieves the SearchTimecardsDetailsFormImpl form instance (normally you wont't need to call this method explicitly, however this is here for times when you need to access the searchTimecardsSearchTimecardsDetailsForm instance outside of its assigned controller operation).
getSearchTimecardsForm() - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Retrieves the SearchTimecardsFormImpl form instance (normally you wont't need to call this method explicitly, however this is here for times when you need to access the searchTimecardsSearchTimecardsForm instance outside of its assigned controller operation).
getSearchTimecardsSearchForm() - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Retrieves the SearchTimecardsSearchFormImpl form instance (normally you wont't need to call this method explicitly, however this is here for times when you need to access the searchTimecardsSearchTimecardsSearchForm instance outside of its assigned controller operation).
getSerializedForm(FacesContext) - Static method in class org.andromda.presentation.jsf.JsfUtils
Retrieves the current serialized form for the given session.
getSession(boolean) - Method in class org.andromda.presentation.jsf.ControllerBase
A helper method that gets the current session from the faces context.
getSession(boolean) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
A helper method that gets the current session from the faces context.
getSession(boolean) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
A helper method that gets the current session from the faces context.
getSession(boolean) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
A helper method that gets the current session from the faces context.
getSessionAttribute(String) - Method in class org.andromda.presentation.jsf.ControllerBase
 
getSessionAttribute(String) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
 
getSessionAttribute(String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
getSessionAttribute(String) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
getSkin() - Method in class org.andromda.presentation.jsf.Preferences
The skin to apply.
getStartDateMaximum() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
TODO: Model Documentation for startDateMaximum
getStartDateMaximum() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
TODO: Model Documentation for startDateMaximum
getStartDateMaximum() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
TODO: Model Documentation for startDateMaximum
getStartDateMaximumBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getStartDateMaximumBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getStartDateMaximumLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getStartDateMaximumLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getStartDateMaximumValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getStartDateMaximumValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getStartDateMinimum() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
TODO: Model Documentation for startDateMinimum
getStartDateMinimum() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
TODO: Model Documentation for startDateMinimum
getStartDateMinimum() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
TODO: Model Documentation for startDateMinimum
getStartDateMinimumBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getStartDateMinimumBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getStartDateMinimumLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getStartDateMinimumLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getStartDateMinimumValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getStartDateMinimumValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getStatus() - Method in class org.andromda.presentation.jsf.ODSFilter.ODSResponseWrapper
 
getStatus() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
TODO: Model Documentation for status
getStatus() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
TODO: Model Documentation for status
getStatus() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
TODO: Model Documentation for status
getStatusBackingList() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The status field can be selected from a list, this method allows you to retrieve the current elements from that list.
getStatusBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getStatusBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getStatusLabelList() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The status field can be selected from a list, this method allows you to retrieve the labels from that list.
getStatusLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getStatusLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getStatusValueList() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The status field can be selected from a list, this method allows you to retrieve the values from that list.
getStatusValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getStatusValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getSubmitter() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
TODO: Model Documentation for submitter
getSubmitter() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
TODO: Model Documentation for submitter
getSubmitter() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
TODO: Model Documentation for submitter
getSubmitterBackingList() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The submitter field can be selected from a list, this method allows you to retrieve the current elements from that list.
getSubmitterBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getSubmitterBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getSubmitterLabelList() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The submitter field can be selected from a list, this method allows you to retrieve the labels from that list.
getSubmitterLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getSubmitterLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getSubmitterValueList() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The submitter field can be selected from a list, this method allows you to retrieve the values from that list.
getSubmitterValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getSubmitterValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardDetailsForm() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Retrieves the TimecardDetailsFormImpl form instance (normally you wont't need to call this method explicitly, however this is here for times when you need to access the timecardDetailsTimecardDetailsForm instance outside of its assigned controller operation).
getTimecardId() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
TODO: Model Documentation for timecardId
getTimecardId() - Method in interface org.andromda.timetracker.web.timecardsearch.InitializeTimecardIdForm
TODO: Model Documentation for timecardId
getTimecardId() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
TODO: Model Documentation for timecardId
getTimecardIdBackingList() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
 
getTimecardIdBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
getTimecardIdLabelList() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
 
getTimecardIdLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
getTimecardIdValueList() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
 
getTimecardIdValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
getTimecardSummaries() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
TODO: Model Documentation for timecardSummaries
getTimecardSummaries() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
TODO: Model Documentation for timecardSummaries
getTimecardSummaries() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
TODO: Model Documentation for timecardSummaries
getTimecardSummariesApproverNameBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesApproverNameBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesApproverNameLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesApproverNameLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesApproverNameValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesApproverNameValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesBackingValue() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesBackingValue() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesCommentsBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesCommentsBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesCommentsLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesCommentsLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesCommentsValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesCommentsValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesIdBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesIdBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesIdLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesIdLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesIdValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesIdValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesStartDateBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesStartDateBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesStartDateLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesStartDateLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesStartDateValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesStartDateValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesStatusBackingList() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The status field can be selected from a list, this method allows you to retrieve the current elements from that list.
getTimecardSummariesStatusBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesStatusBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesStatusLabelList() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The status field can be selected from a list, this method allows you to retrieve the labels from that list.
getTimecardSummariesStatusLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesStatusLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesStatusValueList() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The status field can be selected from a list, this method allows you to retrieve the values from that list.
getTimecardSummariesStatusValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesStatusValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesSubmitterNameBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesSubmitterNameBackingList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesSubmitterNameLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesSubmitterNameLabelList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesSubmitterNameValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesSubmitterNameValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getTimecardSummariesValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getTimecardSummariesValueList() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getUseCaseParameters() - Method in class org.andromda.presentation.jsf.ControllerBase
Returns the use case parameters associated with this controller, in the current pageFlowScope.
getValueChangeEvent() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
 
getValueChangeEvent() - Method in interface org.andromda.timetracker.web.timecardsearch.InitializeTimecardIdForm
Gets the ValueChangeEvent (if any) that is associated with this form.
getValueChangeEvent() - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
Gets the ValueChangeEvent (if any) that is associated with this form.
getValueChangeEvent() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
getValueChangeEvent() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
getValueChangeEvent() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
getViewId() - Method in class org.andromda.presentation.jsf.NavigationItem
 
getViewId(FacesContext) - Static method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsViewPopulator
Populates the view using the appropriate view populator.
getViewId(FacesContext) - Static method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsViewPopulator
Populates the view using the appropriate view populator.
getViewId(FacesContext) - Static method in class org.andromda.timetracker.web.timetrackerhome.TimeTrackerHomeViewPopulator
Populates the view using the appropriate view populator.
getWriter() - Method in class org.andromda.presentation.jsf.ODSFilter.ODSResponseWrapper
 

H

handleAfterPhase(PhaseEvent) - Method in class org.andromda.presentation.jsf.AbstractPhaseListener
 
handleAfterPhase(PhaseEvent) - Method in class org.andromda.presentation.jsf.MessagePhaseListener
Empty method
handleBeforePhase(PhaseEvent) - Method in class org.andromda.presentation.jsf.AbstractPhaseListener
 
handleBeforePhase(PhaseEvent) - Method in class org.andromda.presentation.jsf.MessagePhaseListener
 
handleException(Throwable) - Method in class org.andromda.presentation.jsf.PatternMatchingExceptionHandler
Handles Exceptions by retrieving the message and attempting to extract the specified pattern defined within this class.
hasUseCaseParameters() - Method in class org.andromda.presentation.jsf.ControllerBase
Returns true if there is at least one use case parameter.
HomeController - Class in org.andromda.timetracker.web.timetrackerhome
TODO: Model Documentation for HomeController
HomeController() - Constructor for class org.andromda.timetracker.web.timetrackerhome.HomeController
 
HomeControllerImpl - Class in org.andromda.timetracker.web.timetrackerhome
 
HomeControllerImpl() - Constructor for class org.andromda.timetracker.web.timetrackerhome.HomeControllerImpl
 

I

init(FilterConfig) - Method in class org.andromda.presentation.jsf.ODSFilter
 
init(FilterConfig) - Method in class org.andromda.presentation.jsf.TrinidadDialogFilter
 
init(FilterConfig) - Method in class org.andromda.presentation.jsf.UserRoleFilter
Initialize the filter
init(FilterConfig) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardPopulator
Initialize the filter
init(FilterConfig) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsPopulator
Initialize the filter
initializeTimecardId(InitializeTimecardIdForm) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
TODO: Model Documentation for org.andromda.timetracker.web.timecardsearch.initializeTimecardId
initializeTimecardId(InitializeTimecardIdForm) - Method in class org.andromda.timetracker.web.timecardsearch.SearchControllerImpl
 
InitializeTimecardIdForm - Interface in org.andromda.timetracker.web.timecardsearch
This form encapsulates the fields that are used in the execution of the initializeTimecardId method, which is located on the org.andromda.timetracker.web.timecardsearch.SearchController controller.
instance() - Static method in class org.andromda.presentation.jsf.PatternMatchingExceptionHandler
Gets the shared PatternMatchingExceptionHandler instance.
isApproverSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Indicates whether or not the value for approver has been set at least once.
isApproverSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Indicates whether or not the value for approver has been set at least once.
isIdSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
Indicates whether or not the value for id has been set at least once.
isIdSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Indicates whether or not the value for id has been set at least once.
isIdSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Indicates whether or not the value for id has been set at least once.
isRendered() - Method in class org.andromda.presentation.jsf.NavigationItem
 
isStartDateMaximumSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Indicates whether or not the value for startDateMaximum has been set at least once.
isStartDateMaximumSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Indicates whether or not the value for startDateMaximum has been set at least once.
isStartDateMinimumSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Indicates whether or not the value for startDateMinimum has been set at least once.
isStartDateMinimumSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Indicates whether or not the value for startDateMinimum has been set at least once.
isStatusSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Indicates whether or not the value for status has been set at least once.
isStatusSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Indicates whether or not the value for status has been set at least once.
isSubmitterSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Indicates whether or not the value for submitter has been set at least once.
isSubmitterSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Indicates whether or not the value for submitter has been set at least once.
isTimecardIdSet() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
Indicates whether or not the value for timecardId has been set at least once.
isTimecardIdSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
Indicates whether or not the value for timecardId has been set at least once.
isTimecardSummariesSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Indicates whether or not the value for timecardSummaries has been set at least once.
isTimecardSummariesSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Indicates whether or not the value for timecardSummaries has been set at least once.
isUserInItemRoles() - Method in class org.andromda.presentation.jsf.NavigationItem
 

J

JsfUtils - Class in org.andromda.presentation.jsf
Utilities used within the JSF Cartridge
JsfUtils() - Constructor for class org.andromda.presentation.jsf.JsfUtils
 
JsfVariableResolver - Class in org.andromda.presentation.jsf
 
JsfVariableResolver(VariableResolver) - Constructor for class org.andromda.presentation.jsf.JsfVariableResolver
Constructor.

L

LogOutServlet - Class in org.andromda.presentation.jsf
This servlet is used to log out of the application.
LogOutServlet() - Constructor for class org.andromda.presentation.jsf.LogOutServlet
 

M

MenuModelAdapter - Class in org.andromda.presentation.jsf
 
MenuModelAdapter() - Constructor for class org.andromda.presentation.jsf.MenuModelAdapter
 
MessagePhaseListener - Class in org.andromda.presentation.jsf
Used to pass messages to the current faces context (this allows messages to live beyond a request, which is very useful when redirecting).
MessagePhaseListener() - Constructor for class org.andromda.presentation.jsf.MessagePhaseListener
 
Messages - Class in org.andromda.presentation.jsf
Provides access to the application resource messages.
Messages() - Constructor for class org.andromda.presentation.jsf.Messages
 
MESSAGES_TITLE - Static variable in class org.andromda.presentation.jsf.MessagePhaseListener
The name of the property storing the title to use for faces messages in the request scope

N

NavigationItem - Class in org.andromda.presentation.jsf
 
NavigationItem() - Constructor for class org.andromda.presentation.jsf.NavigationItem
 

O

ODSFilter - Class in org.andromda.presentation.jsf
Exports the response as ODS file.
ODSFilter() - Constructor for class org.andromda.presentation.jsf.ODSFilter
 
ODSFilter.ODSOutputStream - Class in org.andromda.presentation.jsf
Decorates a FileOutputStream.
ODSFilter.ODSOutputStream(File) - Constructor for class org.andromda.presentation.jsf.ODSFilter.ODSOutputStream
 
ODSFilter.ODSResponseWrapper - Class in org.andromda.presentation.jsf
Decorates a HttpServletResponse.
ODSFilter.ODSResponseWrapper(HttpServletResponse) - Constructor for class org.andromda.presentation.jsf.ODSFilter.ODSResponseWrapper
 
org.andromda.presentation.jsf - package org.andromda.presentation.jsf
 
org.andromda.timetracker.domain - package org.andromda.timetracker.domain
 
org.andromda.timetracker.web.timecarddetails - package org.andromda.timetracker.web.timecarddetails
 
org.andromda.timetracker.web.timecardsearch - package org.andromda.timetracker.web.timecardsearch
 
org.andromda.timetracker.web.timetrackerhome - package org.andromda.timetracker.web.timetrackerhome
 

P

PatternMatchingExceptionHandler - Class in org.andromda.presentation.jsf
A configurable pattern matching error handler retrieves exception mapping keys from an exception, and re-throws the exception if a pattern can not be retrieved.
PatternMatchingExceptionHandler() - Constructor for class org.andromda.presentation.jsf.PatternMatchingExceptionHandler
 
populateForm(Object, Object) - Static method in class org.andromda.presentation.jsf.FormPopulator
Copies the properties from the fromForm to the toForm.
populateForm(Object, Object, boolean) - Static method in class org.andromda.presentation.jsf.FormPopulator
Copies the properties from the fromForm to the toForm.
populateFormAndViewVariables(FacesContext, Object) - Static method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsViewPopulator
Attempts to populate the current view using the appropriate view populator.
populateFormAndViewVariables(FacesContext, Object, String) - Static method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsViewPopulator
Populates the view using the appropriate view populator.
populateFormAndViewVariables(FacesContext, Object) - Static method in class org.andromda.timetracker.web.timecarddetails.TimecardPopulator
 
populateFormAndViewVariables(FacesContext, Object) - Static method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsPopulator
 
populateFormAndViewVariables(FacesContext, Object) - Static method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsViewPopulator
Attempts to populate the current view using the appropriate view populator.
populateFormAndViewVariables(FacesContext, Object, String) - Static method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsViewPopulator
Populates the view using the appropriate view populator.
populateFormAndViewVariables(FacesContext, Object) - Static method in class org.andromda.timetracker.web.timetrackerhome.TimeTrackerHomeViewPopulator
Attempts to populate the current view using the appropriate view populator.
populateFormAndViewVariables(FacesContext, Object, String) - Static method in class org.andromda.timetracker.web.timetrackerhome.TimeTrackerHomeViewPopulator
Populates the view using the appropriate view populator.
populateFormFromPropertyMap(Object, Map<String, DateFormat>, Map<String, ?>, boolean) - Static method in class org.andromda.presentation.jsf.FormPopulator
Populates the form from the given map of properties.
populateFormFromPropertyMap(Object, Map<String, DateFormat>, Map<String, ?>) - Static method in class org.andromda.presentation.jsf.FormPopulator
Populates the form from the given map of properties.
populateFormFromPropertyMap(Object, Map<String, DateFormat>, Map<String, ?>, String[]) - Static method in class org.andromda.presentation.jsf.FormPopulator
Populates the form from the given map of properties.
populateFormFromPropertyMap(Object, Map<String, DateFormat>, Map<String, ?>, String[], boolean, boolean) - Static method in class org.andromda.presentation.jsf.FormPopulator
Populates the form from the given map of properties.
populateFormFromPropertyMapAssignableTypesOnly(Object, Map<String, DateFormat>, Map<String, ?>) - Static method in class org.andromda.presentation.jsf.FormPopulator
Populates the form from the given map of properties and populates only if the types the properties are assignable.
populateFormFromRequestAttributes(Object, Map<String, DateFormat>, boolean, boolean) - Static method in class org.andromda.presentation.jsf.FormPopulator
Populates the form from the attributes contained in the request object.
populateFormFromRequestAttributes(Object, Map<String, DateFormat>, boolean) - Static method in class org.andromda.presentation.jsf.FormPopulator
Populates the form from the attributes contained in the request object.
populateSearchScreen(PopulateSearchScreenForm) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
TODO: Model Documentation for org.andromda.timetracker.web.timecardsearch.populateSearchScreen
populateSearchScreen(PopulateSearchScreenForm) - Method in class org.andromda.timetracker.web.timecardsearch.SearchControllerImpl
 
PopulateSearchScreenForm - Interface in org.andromda.timetracker.web.timecardsearch
This form encapsulates the fields that are used in the execution of the populateSearchScreen method, which is located on the org.andromda.timetracker.web.timecardsearch.SearchController controller.
Preferences - Class in org.andromda.presentation.jsf
Provides dynamically changeable preferences for changing the application display.
Preferences() - Constructor for class org.andromda.presentation.jsf.Preferences
 

R

removeZeros(Integer[]) - Static method in class org.andromda.presentation.jsf.JsfUtils
Returns the array without the entries with zero (using to avoid the null to zero issue of EL)
removeZeros(Long[]) - Static method in class org.andromda.presentation.jsf.JsfUtils
Returns the array without the entries with zero (using to avoid the null to zero issue of EL)
resetAllEditableComponentsValues() - Method in class org.andromda.presentation.jsf.ControllerBase
Force all the editable components to get its values from the backing bean before rendering
resetApproverSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Resets the value of the approverSet to false
resetApproverSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Resets the value of the approverSet to false
resetEditableComponentsValues(UIComponent) - Method in class org.andromda.presentation.jsf.ControllerBase
Force the component to get its value from the backing bean before rendering
resetFormSetFlags() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Resets all the "isSet" flags on the forms to false.
resetFormSetFlags() - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Resets all the "isSet" flags on the forms to false.
resetFormSetFlags() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
Resets all the "isSet" flags on the forms to false.
resetIdSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
Resets the value of the idSet to false
resetIdSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Resets the value of the idSet to false
resetIdSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Resets the value of the idSet to false
resetIsSetFlags() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
Resets all the "isSet" flags.
resetIsSetFlags() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
Resets all the "isSet" flags.
resetIsSetFlags() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Resets all the "isSet" flags.
resetIsSetFlags() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Resets all the "isSet" flags.
resetStartDateMaximumSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Resets the value of the startDateMaximumSet to false
resetStartDateMaximumSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Resets the value of the startDateMaximumSet to false
resetStartDateMinimumSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Resets the value of the startDateMinimumSet to false
resetStartDateMinimumSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Resets the value of the startDateMinimumSet to false
resetStatusSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Resets the value of the statusSet to false
resetStatusSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Resets the value of the statusSet to false
resetSubmitterSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Resets the value of the submitterSet to false
resetSubmitterSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Resets the value of the submitterSet to false
resetTimecardIdSet() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
Resets the value of the timecardIdSet to false
resetTimecardIdSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
Resets the value of the timecardIdSet to false
resetTimecardSummariesSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Resets the value of the timecardSummariesSet to false
resetTimecardSummariesSet() - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Resets the value of the timecardSummariesSet to false
resetUseCaseFormsAndPageVariables() - Method in class org.andromda.presentation.jsf.ControllerBase
Removes all the forms and page variables from the current pageFlowScope.
resetUseCaseParameters() - Method in class org.andromda.presentation.jsf.ControllerBase
Removes all the forms and page variables from the current pageFlowScope.
resolveVariable(String) - Method in class org.andromda.presentation.jsf.ControllerBase
Attempts to resolve the variable, given, the name of the variable using the faces context variable resolver instance.
resolveVariable(ServletRequest, ServletResponse, String) - Static method in class org.andromda.presentation.jsf.FacesContextUtils
Attempts to resolve the variable having the given name from the given request, and response
resolveVariable(FacesContext, String) - Method in class org.andromda.presentation.jsf.JsfVariableResolver
 
resolveVariable(String) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Attempts to resolve the variable, given, the name of the variable using the faces context variable resolver instance.
resolveVariable(String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Attempts to resolve the variable, given, the name of the variable using the faces context variable resolver instance.
resolveVariable(String) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
Attempts to resolve the variable, given, the name of the variable using the faces context variable resolver instance.
RoleJsfConverter - Class in org.andromda.timetracker.domain
Handles conversion of the enumeration Role to a String and back.
RoleJsfConverter() - Constructor for class org.andromda.timetracker.domain.RoleJsfConverter
 

S

SearchController - Class in org.andromda.timetracker.web.timecardsearch
TODO: Model Documentation for org.andromda.timetracker.web.timecardsearch.SearchController
SearchController() - Constructor for class org.andromda.timetracker.web.timecardsearch.SearchController
 
SearchControllerImpl - Class in org.andromda.timetracker.web.timecardsearch
 
SearchControllerImpl() - Constructor for class org.andromda.timetracker.web.timecardsearch.SearchControllerImpl
 
searchTimecards() - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
searchTimecards(ActionEvent) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
searchTimecards(ValueChangeEvent) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
searchTimecards(FacesEvent) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
SearchTimecards - Class in org.andromda.timetracker.web.timecardsearch
This servlet is used to allow controller operation execution through a URL call.
SearchTimecards() - Constructor for class org.andromda.timetracker.web.timecardsearch.SearchTimecards
 
searchTimecardsDetails() - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
searchTimecardsDetails(ActionEvent) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
searchTimecardsDetails(ValueChangeEvent) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
searchTimecardsDetails(FacesEvent) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
SearchTimecardsDetailsFormImpl - Class in org.andromda.timetracker.web.timecardsearch
TODO: Model Documentation for org.andromda.timetracker.web.timecardsearch.details
SearchTimecardsDetailsFormImpl() - Constructor for class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
Default constructor
SearchTimecardsFormImpl - Class in org.andromda.timetracker.web.timecardsearch
TODO: Model Documentation for org.andromda.timetracker.web.timecardsearch.Populate Search Screen
SearchTimecardsFormImpl() - Constructor for class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Default constructor
SearchTimecardsPopulator - Class in org.andromda.timetracker.web.timecardsearch
This filter handles the population of forms for the Search Timecards view.
SearchTimecardsPopulator() - Constructor for class org.andromda.timetracker.web.timecardsearch.SearchTimecardsPopulator
 
searchTimecardsSearch() - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
searchTimecardsSearch(ActionEvent) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
searchTimecardsSearch(ValueChangeEvent) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
searchTimecardsSearch(FacesEvent) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
SearchTimecardsSearchFormImpl - Class in org.andromda.timetracker.web.timecardsearch
TODO: Model Documentation for org.andromda.timetracker.web.timecardsearch.search
SearchTimecardsSearchFormImpl() - Constructor for class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Default constructor
SearchTimecardsViewPopulator - Class in org.andromda.timetracker.web.timecardsearch
Provides the ability to populate any view in the Search Timecards
SearchTimecardsViewPopulator() - Constructor for class org.andromda.timetracker.web.timecardsearch.SearchTimecardsViewPopulator
 
sendError(int, String) - Method in class org.andromda.presentation.jsf.ODSFilter.ODSResponseWrapper
 
sendError(int) - Method in class org.andromda.presentation.jsf.ODSFilter.ODSResponseWrapper
 
serializeForm(FacesContext, Object) - Static method in class org.andromda.presentation.jsf.JsfUtils
Attempts to serialize the given form to disk so that it can later be retrieved when the user's session times out.
setAliasList(List) - Method in class org.andromda.presentation.jsf.MenuModelAdapter
 
setApprover(Long) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
TODO: Model Documentation for approver
setApprover(Long) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
TODO: Model Documentation for approver
setApprover(Long) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
TODO: Model Documentation for approver
setApproverBackingList(Collection<? extends Object>, String, String) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
Convenient method to quickly set the value and label backing list for the approver property.
setApproverBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setApproverBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setApproverLabelList(Object[]) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The approver field can be selected from a list, this method allows you to set the labels for that list.
setApproverLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setApproverLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setApproverValueList(Object[]) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The approver field can be selected from a list, this method allows you to set the values for that list.
setApproverValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setApproverValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setAttribute(Object, String, Object) - Static method in class org.andromda.presentation.jsf.JsfUtils
Sets the attribute on the given object.
setChildren(List) - Method in class org.andromda.presentation.jsf.NavigationItem
 
setControllerAction(String) - Method in class org.andromda.presentation.jsf.NavigationItem
 
setControllerBean(Object) - Method in class org.andromda.presentation.jsf.NavigationItem
 
setCurrentActionForm(Object) - Method in class org.andromda.presentation.jsf.ControllerBase
Sets the current action form instance.
setEvent(FacesEvent) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
 
setEvent(FacesEvent) - Method in interface org.andromda.timetracker.web.timecardsearch.InitializeTimecardIdForm
Sets the event (if any) that is associated with this form.
setEvent(FacesEvent) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
Sets the event (if any) that is associated with this form.
setEvent(FacesEvent) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
setEvent(FacesEvent) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setEvent(FacesEvent) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setForm(String, Object, boolean) - Method in class org.andromda.presentation.jsf.ControllerBase
 
setIco(String) - Method in class org.andromda.presentation.jsf.NavigationItem
 
setId(Long) - Method in interface org.andromda.timetracker.web.timecardsearch.InitializeTimecardIdForm
TODO: Model Documentation for id
setId(Long) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
TODO: Model Documentation for id
setId(Long) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
TODO: Model Documentation for id
setId(Long) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
TODO: Model Documentation for id
setIdBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
setIdBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setIdBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setIdLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
setIdLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setIdLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setIdValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
setIdValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setIdValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setJsfMessages(Collection<FacesMessage>) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
Sets the current FacesMessage message instances stored within this form.
setJsfMessages(Collection<FacesMessage>) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
Sets the current FacesMessage message instances stored within this form.
setJsfMessages(Collection<FacesMessage>) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
Sets the current FacesMessage message instances stored within this form.
setJsfMessages(Collection<FacesMessage>) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
Sets the current FacesMessage message instances stored within this form.
setJsfMessagesTitle(String) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
The optional faces message title to set (used on a view).
setJsfMessagesTitle(String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
The optional faces message title to set (used on a view).
setJsfMessagesTitle(String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
The optional faces message title to set (used on a view).
setJsfMessagesTitle(String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
The optional faces message title to set (used on a view).
setLabel(String) - Method in class org.andromda.presentation.jsf.NavigationItem
 
setMaxTableRows(int) - Method in class org.andromda.presentation.jsf.Preferences
The maximum rows displayed in a table.
setMaxTableRows(String) - Method in class org.andromda.presentation.jsf.Preferences
The maximum rows displayed in a table.
setMessagesTitle(String) - Method in class org.andromda.presentation.jsf.ControllerBase
Sets the messages title to use on the next view.
setMessagesTitle(String) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
Sets the messages title to use on the next view.
setMessagesTitle(String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
Sets the messages title to use on the next view.
setMessagesTitle(String) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
Sets the messages title to use on the next view.
setModel(ViewIdPropertyMenuModel) - Method in class org.andromda.presentation.jsf.MenuModelAdapter
 
setOutcome(String) - Method in class org.andromda.presentation.jsf.NavigationItem
 
setRequestAttribute(String, Object) - Method in class org.andromda.presentation.jsf.ControllerBase
 
setRequestAttribute(String, Object) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
 
setRequestAttribute(String, Object) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
setRequestAttribute(String, Object) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
setRoles(String) - Method in class org.andromda.presentation.jsf.NavigationItem
 
setSessionAttribute(String, Object) - Method in class org.andromda.presentation.jsf.ControllerBase
 
setSessionAttribute(String, Object) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
 
setSessionAttribute(String, Object) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
 
setSessionAttribute(String, Object) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
setSkin(String) - Method in class org.andromda.presentation.jsf.Preferences
The skin to apply.
setStartDateMaximum(Date) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
TODO: Model Documentation for startDateMaximum
setStartDateMaximum(Date) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
TODO: Model Documentation for startDateMaximum
setStartDateMaximum(Date) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
TODO: Model Documentation for startDateMaximum
setStartDateMaximumBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setStartDateMaximumBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setStartDateMaximumLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setStartDateMaximumLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setStartDateMaximumValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setStartDateMaximumValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setStartDateMinimum(Date) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
TODO: Model Documentation for startDateMinimum
setStartDateMinimum(Date) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
TODO: Model Documentation for startDateMinimum
setStartDateMinimum(Date) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
TODO: Model Documentation for startDateMinimum
setStartDateMinimumBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setStartDateMinimumBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setStartDateMinimumLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setStartDateMinimumLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setStartDateMinimumValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setStartDateMinimumValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setStatus(int) - Method in class org.andromda.presentation.jsf.ODSFilter.ODSResponseWrapper
 
setStatus(String) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
TODO: Model Documentation for status
setStatus(String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
TODO: Model Documentation for status
setStatus(String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
TODO: Model Documentation for status
setStatusBackingList(Collection<? extends Object>, String, String) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
Convenient method to quickly set the value and label backing list for the status property.
setStatusBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setStatusBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setStatusLabelList(Object[]) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The status field can be selected from a list, this method allows you to set the labels for that list.
setStatusLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setStatusLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setStatusValueList(Object[]) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The status field can be selected from a list, this method allows you to set the values for that list.
setStatusValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setStatusValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setSubmitter(Long) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
TODO: Model Documentation for submitter
setSubmitter(Long) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
TODO: Model Documentation for submitter
setSubmitter(Long) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
TODO: Model Documentation for submitter
setSubmitterBackingList(Collection<? extends Object>, String, String) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
Convenient method to quickly set the value and label backing list for the submitter property.
setSubmitterBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setSubmitterBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setSubmitterLabelList(Object[]) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The submitter field can be selected from a list, this method allows you to set the labels for that list.
setSubmitterLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setSubmitterLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setSubmitterValueList(Object[]) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The submitter field can be selected from a list, this method allows you to set the values for that list.
setSubmitterValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setSubmitterValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardId(Long) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
TODO: Model Documentation for timecardId
setTimecardId(Long) - Method in interface org.andromda.timetracker.web.timecardsearch.InitializeTimecardIdForm
TODO: Model Documentation for timecardId
setTimecardId(Long) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
TODO: Model Documentation for timecardId
setTimecardIdBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
 
setTimecardIdBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
setTimecardIdLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
 
setTimecardIdLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
setTimecardIdValueList(Object[]) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
 
setTimecardIdValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsDetailsFormImpl
 
setTimecardSummaries(TimecardSummaryVO[]) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
TODO: Model Documentation for timecardSummaries
setTimecardSummaries(TimecardSummaryVO[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
TODO: Model Documentation for timecardSummaries
setTimecardSummaries(TimecardSummaryVO[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
TODO: Model Documentation for timecardSummaries
setTimecardSummariesApproverNameBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesApproverNameBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesApproverNameLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesApproverNameLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesApproverNameValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesApproverNameValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesBackingValue(TimecardSummaryVO[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesBackingValue(TimecardSummaryVO[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesCommentsBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesCommentsBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesCommentsLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesCommentsLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesCommentsValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesCommentsValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesIdBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesIdBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesIdLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesIdLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesIdValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesIdValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesStartDateBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesStartDateBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesStartDateLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesStartDateLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesStartDateValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesStartDateValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesStatusBackingList(Collection<? extends Object>, String, String) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
Convenient method to quickly set the value and label backing list for the status property.
setTimecardSummariesStatusBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesStatusBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesStatusLabelList(Object[]) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The status field can be selected from a list, this method allows you to set the labels for that list.
setTimecardSummariesStatusLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesStatusLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesStatusValueList(Object[]) - Method in interface org.andromda.timetracker.web.timecardsearch.PopulateSearchScreenForm
The status field can be selected from a list, this method allows you to set the values for that list.
setTimecardSummariesStatusValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesStatusValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesSubmitterNameBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesSubmitterNameBackingList(Collection<? extends Object>, String, String) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesSubmitterNameLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesSubmitterNameLabelList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesSubmitterNameValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesSubmitterNameValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setTimecardSummariesValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsFormImpl
 
setTimecardSummariesValueList(Object[]) - Method in class org.andromda.timetracker.web.timecardsearch.SearchTimecardsSearchFormImpl
 
setViewId(String) - Method in class org.andromda.presentation.jsf.NavigationItem
 
splitPartialTriggers(Object) - Static method in class org.andromda.presentation.jsf.JsfUtils
Guarantees the partial triggers is a String[].

T

TimecardController - Class in org.andromda.timetracker.web.timecarddetails
TODO: Model Documentation for org.andromda.timetracker.web.timecarddetails.TimecardController
TimecardController() - Constructor for class org.andromda.timetracker.web.timecarddetails.TimecardController
 
TimecardControllerImpl - Class in org.andromda.timetracker.web.timecarddetails
 
TimecardControllerImpl() - Constructor for class org.andromda.timetracker.web.timecarddetails.TimecardControllerImpl
 
timecardDetails() - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
 
timecardDetails(ActionEvent) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
 
timecardDetails(ValueChangeEvent) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
 
timecardDetails(FacesEvent) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
 
TimecardDetails - Class in org.andromda.timetracker.web.timecarddetails
This servlet is used to allow controller operation execution through a URL call.
TimecardDetails() - Constructor for class org.andromda.timetracker.web.timecarddetails.TimecardDetails
 
TimecardDetailsFormImpl - Class in org.andromda.timetracker.web.timecarddetails
TODO: Model Documentation for org.andromda.timetracker.web.timecarddetails.Populate Screen
TimecardDetailsFormImpl() - Constructor for class org.andromda.timetracker.web.timecarddetails.TimecardDetailsFormImpl
Default constructor
TimecardDetailsViewPopulator - Class in org.andromda.timetracker.web.timecarddetails
Provides the ability to populate any view in the Timecard Details
TimecardDetailsViewPopulator() - Constructor for class org.andromda.timetracker.web.timecarddetails.TimecardDetailsViewPopulator
 
TimecardPopulator - Class in org.andromda.timetracker.web.timecarddetails
This filter handles the population of forms for the Timecard view.
TimecardPopulator() - Constructor for class org.andromda.timetracker.web.timecarddetails.TimecardPopulator
 
TimecardStatusJsfConverter - Class in org.andromda.timetracker.domain
Handles conversion of the enumeration TimecardStatus to a String and back.
TimecardStatusJsfConverter() - Constructor for class org.andromda.timetracker.domain.TimecardStatusJsfConverter
 
timeTrackerHome() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHome(ActionEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHome(ValueChangeEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHome(FacesEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
TimeTrackerHome - Class in org.andromda.timetracker.web.timetrackerhome
This servlet is used to allow controller operation execution through a URL call.
TimeTrackerHome() - Constructor for class org.andromda.timetracker.web.timetrackerhome.TimeTrackerHome
 
timeTrackerHomeApproveTimecards() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeApproveTimecards(ActionEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeApproveTimecards(ValueChangeEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeApproveTimecards(FacesEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeLastSavedTimecard() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeLastSavedTimecard(ActionEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeLastSavedTimecard(ValueChangeEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeLastSavedTimecard(FacesEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeNewTimecard() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeNewTimecard(ActionEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeNewTimecard(ValueChangeEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeNewTimecard(FacesEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeSearchTimecards() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeSearchTimecards(ActionEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeSearchTimecards(ValueChangeEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
timeTrackerHomeSearchTimecards(FacesEvent) - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
 
TimeTrackerHomeViewPopulator - Class in org.andromda.timetracker.web.timetrackerhome
Provides the ability to populate any view in the TimeTracker Home
TimeTrackerHomeViewPopulator() - Constructor for class org.andromda.timetracker.web.timetrackerhome.TimeTrackerHomeViewPopulator
 
toString() - Method in class org.andromda.presentation.jsf.NavigationItem
 
TrinidadDialogFilter - Class in org.andromda.presentation.jsf
Solution to the Trinidad bug https://issues.apache.org/jira/browse/TRINIDAD-119
TrinidadDialogFilter() - Constructor for class org.andromda.presentation.jsf.TrinidadDialogFilter
 

U

USE_CASE_FORMS_KEY - Static variable in class org.andromda.presentation.jsf.ControllerBase
org.andromda.cartridges.jsf.USE_CASE_FORMS
USE_CASE_PAGE_VARIABLES_KEY - Static variable in class org.andromda.presentation.jsf.ControllerBase
org.andromda.cartridges.jsf.PAGE_VARIABLES
USE_CASE_PARAMETERS_KEY - Static variable in class org.andromda.presentation.jsf.ControllerBase
org.andromda.cartridges.jsf.USE_CASE_PARAMETERS
UseCaseForwards - Class in org.andromda.presentation.jsf
Stores all forward paths available in all use cases keyed by forward name.
UseCaseForwards() - Constructor for class org.andromda.presentation.jsf.UseCaseForwards
 
UserRoleFilter - Class in org.andromda.presentation.jsf
This filter populates user role constants into the request scope.
UserRoleFilter() - Constructor for class org.andromda.presentation.jsf.UserRoleFilter
 

V

valueFromConverter(Object, String, String) - Static method in class org.andromda.presentation.jsf.JsfUtils
Uses the converter identified by converterId to convert the value to a String.
valueFromConverter(Object, String) - Static method in class org.andromda.presentation.jsf.JsfUtils
Uses the converter identified by converterId to convert the value to a String.

W

write(int) - Method in class org.andromda.presentation.jsf.ODSFilter.ODSOutputStream
 

_

_initializeTimecardId(SearchTimecardsDetailsFormImpl) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
TODO: Model Documentation for Initialize Timecard Id
_populateScreen(TimecardDetailsFormImpl) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
TODO: Model Documentation for Populate Screen
_populateSearchScreen(SearchTimecardsSearchFormImpl) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
TODO: Model Documentation for Populate Search Screen
_populateSearchScreen(SearchTimecardsFormImpl) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
TODO: Model Documentation for Populate Search Screen
_searchTimecards_details(SearchTimecardsDetailsFormImpl) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
TODO: Model Documentation for details
_searchTimecards_search(SearchTimecardsSearchFormImpl) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
TODO: Model Documentation for search
_searchTimecards_started(SearchTimecardsFormImpl) - Method in class org.andromda.timetracker.web.timecardsearch.SearchController
This method is called when the use case 'Search Timecards' starts.
_timecardDetails_started(TimecardDetailsFormImpl) - Method in class org.andromda.timetracker.web.timecarddetails.TimecardController
This method is called when the use case 'Timecard Details' starts.
_timeTrackerHome_approveTimecards() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
TODO: Model Documentation for approveTimecards
_timeTrackerHome_lastSavedTimecard() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
TODO: Model Documentation for lastSavedTimecard
_timeTrackerHome_newTimecard() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
TODO: Model Documentation for newTimecard
_timeTrackerHome_searchTimecards() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
TODO: Model Documentation for searchTimecards
_timeTrackerHome_started() - Method in class org.andromda.timetracker.web.timetrackerhome.HomeController
This method is called when the use case 'TimeTracker Home' starts.
A B C D E F G H I J L M N O P R S T U V W _ 

Copyright © 2014 AndroMDA.org. All rights reserved.