A B C D E F G H I K L M O P Q R S T U V W

A

AbstractWishlistPersistenceFacade - Class in org.strutsme.wishlist.persistence.facade
 
AbstractWishlistPersistenceFacade() - Constructor for class org.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade
The constructor also loads the data or initilized it with some dummy data.
ACTION_DELETE_WISH - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
key for the deleteWishAction.
ACTION_EXTENSION - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
determines the postfix of an action.
ACTION_FIRSTLOGIN - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
key for the firstLoginAction.
ACTION_LIST_WISHES - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
key for the listWishesAction.
ACTION_LOGIN - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
key for the loginAction.
ACTION_LOGOUT - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
key for the LogoutAction.
ACTION_SAVE_WISH - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
key for the saveWishAction.
ACTION_VIEW_WISH - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
key for the viewWishAction.
ACTION_WISH_DELETE_WISH - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
key for the deleteWishAction.
ACTION_WISH_LIST_WISH - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
key for the listWishesAction.
ACTION_WISH_SAVE_WISH - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
key for the saveWishAction.
ACTION_WISH_VIEW_WISH - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
key for the viewWishAction.
ActionDispatcher - Class in org.strutsme.wishlist.client.control
The responsibility of this class is to control and execute single steps of the workflow of this application.
AdapterException - Exception in org.strutsme.wishlist.client.adapter
Thrown if there is a problem in the Adapterlogic.
AdapterException() - Constructor for exception org.strutsme.wishlist.client.adapter.AdapterException
Constructs a new exception with null as its detail message.
AdapterException(Throwable) - Constructor for exception org.strutsme.wishlist.client.adapter.AdapterException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
AdapterException(String) - Constructor for exception org.strutsme.wishlist.client.adapter.AdapterException
Constructs a new exception with the specified detail message.
AdapterException(String, Throwable) - Constructor for exception org.strutsme.wishlist.client.adapter.AdapterException
Constructs a new exception with the specified detail message and cause.
addDummyWishes() - Method in class org.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade
Add a certain amount of distinct dummy wishes.

B

BaseAction - Class in org.strutsme.wishlist.presentation.struts.base
Base action for the wishlist.
BaseAction() - Constructor for class org.strutsme.wishlist.presentation.struts.base.BaseAction
 
BaseDto - Interface in org.strutsme.wishlist.persistence.dto
The base class for dtos.
BaseDtoImpl - Class in org.strutsme.wishlist.common.dto
BaseDtoImpl is the base object of all wishlist DTOs.
BaseDtoImpl() - Constructor for class org.strutsme.wishlist.common.dto.BaseDtoImpl
the public default Constructor.
BaseDtoImpl - Class in org.strutsme.wishlist.persistence.dto.impl
Implementation of base class for DTOs.
BaseDtoImpl() - Constructor for class org.strutsme.wishlist.persistence.dto.impl.BaseDtoImpl
 
BOOLEAN_FALSE - Static variable in class org.strutsme.common.Constants
Boolean.TRUE and Boolean.FALSE are not available in CLDC 1.0.
BOOLEAN_TRUE - Static variable in class org.strutsme.common.Constants
Boolean.TRUE and Boolean.FALSE are not available in CLDC 1.0.
BusinessException - Exception in org.strutsme.server
Thrown if there is a problem in the business logic.
BusinessException() - Constructor for exception org.strutsme.server.BusinessException
Constructs a new exception with null as its detail message.
BusinessException(Throwable) - Constructor for exception org.strutsme.server.BusinessException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
BusinessException(String) - Constructor for exception org.strutsme.server.BusinessException
Constructs a new exception with the specified detail message.
BusinessException(String, Throwable) - Constructor for exception org.strutsme.server.BusinessException
Constructs a new exception with the specified detail message and cause.
BusinessException - Exception in org.strutsme.wishlist.business
The exception thrown from business layer.
BusinessException() - Constructor for exception org.strutsme.wishlist.business.BusinessException
 
BusinessException(String, Throwable) - Constructor for exception org.strutsme.wishlist.business.BusinessException
 
BusinessException(String) - Constructor for exception org.strutsme.wishlist.business.BusinessException
 
BusinessException(Throwable) - Constructor for exception org.strutsme.wishlist.business.BusinessException
 

C

checkUser(HttpServletRequest) - Method in class org.strutsme.wishlist.presentation.struts.base.BaseAction
Checks, if a user is logged in.
clear() - Method in class org.strutsme.common.SafeHashtable
Clears this hashtable so that it contains no keys.
clearCommands(Screen) - Static method in class org.strutsme.wishlist.client.forms.FormTools
clears the commands of the screen.
clearlist(List) - Static method in class org.strutsme.wishlist.client.forms.FormTools
deletes all items of the wishList.
CMD_BACK - Static variable in class org.strutsme.wishlist.client.forms.Commands
command to go back.
CMD_CANCEL - Static variable in class org.strutsme.wishlist.client.forms.Commands
command to cancel the current operation.
CMD_DELETE - Static variable in class org.strutsme.wishlist.client.forms.Commands
command to delete the current selection.
CMD_EDIT - Static variable in class org.strutsme.wishlist.client.forms.Commands
command to edit the current item.
CMD_EXIT - Static variable in class org.strutsme.wishlist.client.forms.Commands
command to ask the user for exit the programm.
CMD_LOGIN - Static variable in class org.strutsme.wishlist.client.forms.Commands
command to login.
CMD_NEW - Static variable in class org.strutsme.wishlist.client.forms.Commands
command to create a new ...
CMD_OK - Static variable in class org.strutsme.wishlist.client.forms.Commands
command to confirm.
CMD_REALLY_EXIT - Static variable in class org.strutsme.wishlist.client.forms.Commands
command to really exit the programm.
CMD_SAVE - Static variable in class org.strutsme.wishlist.client.forms.Commands
command to save the current form.
CMD_SELECT - Static variable in class org.strutsme.wishlist.client.forms.Commands
command to select the current item.
CMD_SYNCHRONIZE - Static variable in class org.strutsme.wishlist.client.forms.Commands
command to synchronize the current view.
commandAction(Command, Displayable) - Method in class org.strutsme.wishlist.client.forms.LoginForm
commandAction(Command, Displayable) - Method in class org.strutsme.wishlist.client.forms.MainlistForm
commandAction(Command, Displayable) - Method in class org.strutsme.wishlist.client.forms.WishForm
Commands - Class in org.strutsme.wishlist.client.forms
Commands defines several defaults Command's.
Constants - Class in org.strutsme.common
This class contains constants needed on both the client- and the serverside of the application.
containsKey(Object) - Method in class org.strutsme.common.SafeHashtable
Tests if the specified object is a key in this hashtable.
convertDateToStringFormatted(Date) - Static method in class org.strutsme.common.serialization.SerializeTools
Convert a Date to a string by using its structured values (year, month, day, hour, minute, second and millisecond) represention.
convertDateToStringUnformatted(Date) - Static method in class org.strutsme.common.serialization.SerializeTools
Convert a Date to a string by using its ms-as-long represention.
convertStringToDateFormatted(String) - Static method in class org.strutsme.common.serialization.SerializeTools
Convert a String into a Date.
convertStringToDateUnformatted(String) - Static method in class org.strutsme.common.serialization.SerializeTools
Convert a String into a Date.
copyValuesToBean(SafeHashtable) - Method in class org.strutsme.common.serialization.SerializationBase
Update all properties of this bean from the given map.
copyValuesToBean(SafeHashtable) - Method in class org.strutsme.wishlist.common.dto.BaseDtoImpl
Update all properties of this bean from the given map. mwolff: checklipse warning is ok here.
copyValuesToBean(SafeHashtable) - Method in class org.strutsme.wishlist.common.dto.UserDtoImpl
Update all properties of this bean from the given map. mwolff: checklipse warning is ok here.
copyValuesToBean(SafeHashtable) - Method in class org.strutsme.wishlist.common.dto.WishDtoImpl
Update all properties of this bean from the given map. mwolff: checklipse warning is ok here.
copyValuesToMap(SafeHashtable) - Method in class org.strutsme.common.serialization.SerializationBase
Copy all properties from this bean into the given map.
copyValuesToMap(SafeHashtable) - Method in class org.strutsme.wishlist.common.dto.BaseDtoImpl
Copy all properties from this bean into the given map. mwolff: checklipse warning is ok here.
copyValuesToMap(SafeHashtable) - Method in class org.strutsme.wishlist.common.dto.UserDtoImpl
Copy all properties from this bean into the given map. Also it has to set the version under the Constants.VERSION key. mwolff: checklipse warning is ok here.
copyValuesToMap(SafeHashtable) - Method in class org.strutsme.wishlist.common.dto.WishDtoImpl
Copy all properties from this bean into the given map. Also it has to set the version under the Constants.VERSION key. mwolff: checklipse warning is ok here.
count - Variable in class org.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade
Counter for create wishes.
createCommands() - Method in class org.strutsme.wishlist.client.forms.LoginForm
creates the command for this form.
createCommands() - Method in class org.strutsme.wishlist.client.forms.WishForm
creates the command for this form.
createInstance() - Static method in class org.strutsme.wishlist.client.adapter.WishOnlineAdapter
returns the singletoninstance.
createMapper() - Method in class org.strutsme.server.StrutsMERequestProcessor
Returns a SerializerMapper instance.
createTextField(String, String, int, int) - Static method in class org.strutsme.wishlist.client.forms.FormTools
Creates a Textfield.
createWish() - Method in class org.strutsme.wishlist.business.WishlistBusinessFacade
Creates a new wish.
createWish() - Method in class org.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade
Creates a new wish.
createWish() - Method in interface org.strutsme.wishlist.persistence.facade.WishlistPersistenceFacade
Creates a new wish.

D

dateToStr(Date) - Static method in class org.strutsme.wishlist.client.forms.FormTools
 
dateToStr(int[], Date) - Static method in class org.strutsme.wishlist.client.forms.FormTools
 
deleteWish(String) - Method in class org.strutsme.wishlist.business.WishlistBusinessFacade
Deletes an wish.
deleteWish(String) - Method in interface org.strutsme.wishlist.client.adapter.WishAdapter
deletes the wish with the key wishKey.
deleteWish(String) - Method in class org.strutsme.wishlist.client.adapter.WishOnlineAdapter
deletes the wish with the key wishKey.
deleteWish(String) - Method in class org.strutsme.wishlist.client.control.WishEditor
deletes the wish with the id wishKey.
deleteWish(String) - Method in class org.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade
Deletes an wish with this id.
deleteWish(String) - Method in interface org.strutsme.wishlist.persistence.facade.WishlistPersistenceFacade
Deletes an wish with this id.
DeleteWishAction - Class in org.strutsme.wishlist.presentation.struts.wish
Deletes an wish from wishlist.
DeleteWishAction() - Constructor for class org.strutsme.wishlist.presentation.struts.wish.DeleteWishAction
 
deserialize(String) - Static method in class org.strutsme.common.serialization.Serializer
Creates the object graph from the given string.
destroyApp(boolean) - Method in class org.strutsme.wishlist.client.WishMidlet
doForward(String, HttpServletRequest, HttpServletResponse) - Method in class org.strutsme.server.StrutsMERequestProcessor
In the case of a classical request, this method only calls super.doForward.

E

equals(Object) - Method in class org.strutsme.common.SafeHashtable
ERRORS - Static variable in class org.strutsme.common.Constants
Key for the server-response which contains the errors of the execution as a SafeHashtable.
EXCEPTION - Static variable in class org.strutsme.common.Constants
Key for the server-response which contains the exception message as a string.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.strutsme.wishlist.presentation.struts.login.LoginAction
Handles login validation.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.strutsme.wishlist.presentation.struts.login.LogOffAction
Invalidates the session.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.strutsme.wishlist.presentation.struts.login.ToLoginPageAction
Check, if user is logged in, if not it forward to loginpage.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.strutsme.wishlist.presentation.struts.wish.DeleteWishAction
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.strutsme.wishlist.presentation.struts.wish.ListWishesAction
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.strutsme.wishlist.presentation.struts.wish.SaveWishAction
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.strutsme.wishlist.presentation.struts.wish.ViewWishAction
executeAction(String) - Method in class org.strutsme.wishlist.client.control.ActionDispatcher
executes the action.
executeAction(String, String, String) - Method in class org.strutsme.wishlist.client.control.ActionDispatcher
executes the action with name actionName.
executeAction(String, String, String, BaseDtoImpl) - Method in class org.strutsme.wishlist.client.control.ActionDispatcher
executes the action with name actionName.
executeAtServer(String, SafeHashtable) - Static method in class org.strutsme.client.RemoteExecutor
Wrapper around RemoteExecutor.executeAtServer(String, Hashtable, String, SafeHashtable).
executeAtServer(String, Hashtable, String, SafeHashtable) - Static method in class org.strutsme.client.RemoteExecutor
Calls an action at the server and returns the result (values of the formbean).
executeCommandBack() - Method in class org.strutsme.wishlist.client.forms.WishForm
executes the command to leave this form.
executeCommandDelete() - Method in class org.strutsme.wishlist.client.forms.WishForm
executes the command to delete this WishlistItem.
executeCommandLogin() - Method in class org.strutsme.wishlist.client.forms.LoginForm
executes the command to save this WishlistItem.
executeCommandSave() - Method in class org.strutsme.wishlist.client.forms.WishForm
executes the command to save this WishlistItem.
executeResponseAction() - Method in class org.strutsme.wishlist.client.control.ActionDispatcher
handles the response of the last serverAction.
explode(String, char) - Static method in class org.strutsme.common.serialization.SerializeTools
Splits the string at the given seperator into multiple strings and returns these as a Vector. explode will not split if the seperator is prefixed by the escape char.

F

fetchWish() - Method in class org.strutsme.wishlist.client.control.WishEditor
fetches the wish into the editor.
fetchWishes() - Method in class org.strutsme.wishlist.client.control.WishEditor
fetches the wishlist from the adapter.
FORM_ATTRIBUTE_AUTHOR - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
the name of the author attribute in the form.
FORM_ATTRIBUTE_ELEMENT - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
the name of the element in the form.
FORM_ATTRIBUTE_LIST_ELEMENTS - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
the name of the element list in the form.
FORM_DATA - Static variable in class org.strutsme.common.Constants
Key for the server-response which contains the data from the last executed form as a SafeHashtable.
FormTools - Class in org.strutsme.wishlist.client.forms
Formtools provides some utilityfunctions to create or update editable fields in Forms.

G

get(Object) - Method in class org.strutsme.common.SafeHashtable
Returns the value to which the specified key is mapped in this hashtable.
getAllWishes() - Method in class org.strutsme.wishlist.client.control.WishEditor
gets all wishlist.
getAuthor() - Method in class org.strutsme.wishlist.presentation.struts.wish.WishForm
 
getAuthorId() - Method in class org.strutsme.wishlist.common.dto.WishDtoImpl
Get the id of the author.
getAuthorId() - Method in class org.strutsme.wishlist.persistence.dto.impl.WishDtoImpl
getAuthorId() - Method in interface org.strutsme.wishlist.persistence.dto.WishDto
 
getBody() - Method in class org.strutsme.wishlist.common.dto.WishDtoImpl
Get the body text of the wish.
getBody() - Method in class org.strutsme.wishlist.persistence.dto.impl.WishDtoImpl
getBody() - Method in interface org.strutsme.wishlist.persistence.dto.WishDto
 
getBody() - Method in class org.strutsme.wishlist.presentation.struts.wish.WishForm
 
getCause() - Method in exception org.strutsme.common.serialization.SerializationException
Retrieves the cause.
getCause() - Method in exception org.strutsme.wishlist.client.adapter.AdapterException
 
getCreatedAt() - Method in class org.strutsme.wishlist.common.dto.BaseDtoImpl
gets the creationdate of this instance.
getCreatedAt() - Method in interface org.strutsme.wishlist.persistence.dto.BaseDto
 
getCreatedAt() - Method in class org.strutsme.wishlist.persistence.dto.impl.BaseDtoImpl
getCurrentWishAuthor() - Method in class org.strutsme.wishlist.client.control.WishEditor
 
getDefaultUser() - Method in class org.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade
Gets the default user.
getEmail() - Method in class org.strutsme.wishlist.common.dto.UserDtoImpl
gets the emailAddress of the user.
getErrors() - Method in interface org.strutsme.wishlist.client.adapter.WishAdapter
gets errormessages from the last action.
getErrors() - Method in class org.strutsme.wishlist.client.adapter.WishOnlineAdapter
gets errormessages from the last action.
getErrors() - Method in class org.strutsme.wishlist.client.control.WishEditor
 
getFamilyName() - Method in class org.strutsme.wishlist.common.dto.UserDtoImpl
gets the familyname.
getFamilyName() - Method in class org.strutsme.wishlist.persistence.dto.impl.UserDtoImpl
getFamilyName() - Method in interface org.strutsme.wishlist.persistence.dto.UserDto
 
getFirstName() - Method in class org.strutsme.wishlist.common.dto.UserDtoImpl
the firstname of the user.
getFirstName() - Method in class org.strutsme.wishlist.persistence.dto.impl.UserDtoImpl
getFirstName() - Method in interface org.strutsme.wishlist.persistence.dto.UserDto
 
getId() - Method in class org.strutsme.wishlist.common.dto.BaseDtoImpl
gets the global id of this Beaninstance.
getId() - Method in interface org.strutsme.wishlist.persistence.dto.BaseDto
The Id of object.
getId() - Method in class org.strutsme.wishlist.persistence.dto.impl.BaseDtoImpl
The Id of object.
getIndexSelectedWish() - Method in class org.strutsme.wishlist.client.control.WishEditor
 
getInstance() - Static method in class org.strutsme.wishlist.business.WishlistBusinessFacade
Singleton accessor method.
getInstance() - Static method in class org.strutsme.wishlist.client.control.ActionDispatcher
singleton accessor method.
getInstance() - Static method in class org.strutsme.wishlist.client.control.WishEditor
singleton accessor method.
getInstance() - Static method in class org.strutsme.wishlist.client.forms.LoginForm
singleton accessor method.
getInstance() - Static method in class org.strutsme.wishlist.client.forms.MainlistForm
singleton accessor method.
getInstance() - Static method in class org.strutsme.wishlist.client.forms.WishForm
singleton accessor method.
getLastAction() - Method in interface org.strutsme.wishlist.client.adapter.WishAdapter
gets the last executed forward of the webserver.
getLastAction() - Method in class org.strutsme.wishlist.client.adapter.WishOnlineAdapter
gets the last executed forward of the webserver.
getLastAction() - Method in class org.strutsme.wishlist.client.control.WishEditor
 
getLoadedWish() - Method in interface org.strutsme.wishlist.client.adapter.WishAdapter
 
getLoadedWish() - Method in class org.strutsme.wishlist.client.adapter.WishOnlineAdapter
getLoadedWishAuthor() - Method in interface org.strutsme.wishlist.client.adapter.WishAdapter
 
getLoadedWishAuthor() - Method in class org.strutsme.wishlist.client.adapter.WishOnlineAdapter
getLoadedWishes() - Method in interface org.strutsme.wishlist.client.adapter.WishAdapter
gets the loaded wishes, if the last action performed by the adapter was a listWishAction.
getLoadedWishes() - Method in class org.strutsme.wishlist.client.adapter.WishOnlineAdapter
gets the loaded wishes, if the last forward performed by the server was a WlCommonConstants.ACTION_WISH_LIST_WISH.
getMainMidlet() - Static method in class org.strutsme.wishlist.client.forms.FormTools
 
getMessages() - Method in interface org.strutsme.wishlist.client.adapter.WishAdapter
gets information about the last action.
getMessages() - Method in class org.strutsme.wishlist.client.adapter.WishOnlineAdapter
gets information about the last action.
getMessages() - Method in class org.strutsme.wishlist.client.control.WishEditor
 
getNewWish() - Method in class org.strutsme.wishlist.client.control.WishEditor
creates a new Wish.
getNextAction() - Method in class org.strutsme.wishlist.client.adapter.WishOnlineAdapter
 
getPassword() - Method in class org.strutsme.wishlist.common.dto.UserDtoImpl
gets the password for the user.
getPassword() - Method in class org.strutsme.wishlist.persistence.dto.impl.UserDtoImpl
getPassword() - Method in interface org.strutsme.wishlist.persistence.dto.UserDto
 
getPassword() - Method in class org.strutsme.wishlist.presentation.struts.login.LoginForm
 
getPersistenceFacade() - Method in class org.strutsme.wishlist.business.WishlistBusinessFacade
Getter for persistenceFacade.
getPhone() - Method in class org.strutsme.wishlist.common.dto.UserDtoImpl
gets the phonenumber of the user.
getPriority() - Method in class org.strutsme.wishlist.common.dto.WishDtoImpl
gets the priority of the wish.
getPriority() - Method in class org.strutsme.wishlist.persistence.dto.impl.WishDtoImpl
gets the priority of the wish.
getPriority() - Method in interface org.strutsme.wishlist.persistence.dto.WishDto
gets the priority of the wish.
getPriority() - Method in class org.strutsme.wishlist.presentation.struts.wish.WishForm
the priority of the wish.
getReadOnly() - Method in class org.strutsme.wishlist.presentation.struts.wish.WishForm
 
getRootWishes() - Method in class org.strutsme.wishlist.presentation.struts.wish.WishListForm
 
getServerBaseUrl() - Static method in class org.strutsme.client.RemoteExecutor
 
getServerErrors() - Method in class org.strutsme.client.ServerResultWrapper
Returns the server errors if there are any.
getServerException() - Method in class org.strutsme.client.ServerResultWrapper
Returns the exception of the server execution if there was one.
getServerLastAction() - Method in class org.strutsme.client.ServerResultWrapper
Returns the last executed action.
getServerMessages() - Method in class org.strutsme.client.ServerResultWrapper
Returns the server messages if there are any.
getServerResult() - Method in class org.strutsme.client.ServerResultWrapper
Returns the data for the last server form.
getServerSessionId() - Method in class org.strutsme.client.ServerResultWrapper
Returns the session id if there is any.
getSize() - Method in class org.strutsme.wishlist.client.control.WishEditor
determines the count of the currently cached wishlist.
getSubject() - Method in class org.strutsme.wishlist.common.dto.WishDtoImpl
Get the subject.
getSubject() - Method in class org.strutsme.wishlist.persistence.dto.impl.WishDtoImpl
getSubject() - Method in interface org.strutsme.wishlist.persistence.dto.WishDto
 
getSubject() - Method in class org.strutsme.wishlist.presentation.struts.wish.WishForm
 
getTitle() - Method in class org.strutsme.wishlist.common.dto.WishDtoImpl
 
getUser(String, String) - Method in class org.strutsme.wishlist.client.control.WishEditor
searches for the user with the username loginname and checks the password.
getUser() - Method in class org.strutsme.wishlist.client.control.WishEditor
delivers the actual user.
getUser(HttpServletRequest) - Method in class org.strutsme.wishlist.presentation.struts.base.BaseAction
Returns the user from session.
getUserById(String) - Method in class org.strutsme.wishlist.business.WishlistBusinessFacade
Returns a user with this id.
getUserById(String) - Method in class org.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade
Returns the user with this id.
getUserById(String) - Method in interface org.strutsme.wishlist.persistence.facade.WishlistPersistenceFacade
Returns the user with this id.
getUserByName(String) - Method in class org.strutsme.wishlist.business.WishlistBusinessFacade
Returns a user for this username.
getUserByName(String) - Method in class org.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade
Returns a user with this name.
getUserByName(String) - Method in interface org.strutsme.wishlist.persistence.facade.WishlistPersistenceFacade
Returns a user with this name.
getUsername() - Method in class org.strutsme.wishlist.common.dto.UserDtoImpl
gets the username of the user.
getUsername() - Method in class org.strutsme.wishlist.persistence.dto.impl.UserDtoImpl
getUsername() - Method in interface org.strutsme.wishlist.persistence.dto.UserDto
 
getUsername() - Method in class org.strutsme.wishlist.presentation.struts.login.LoginForm
 
getWish() - Method in class org.strutsme.wishlist.client.control.WishEditor
retrieves the data of the active wish.
getWish() - Method in class org.strutsme.wishlist.presentation.struts.wish.WishForm
 
getWishById(String) - Method in class org.strutsme.wishlist.business.WishlistBusinessFacade
Returns the wish with this id.
getWishById(String) - Method in class org.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade
Returns the wish with this id.
getWishById(String) - Method in interface org.strutsme.wishlist.persistence.facade.WishlistPersistenceFacade
Returns the wish with this id.
getWishes() - Method in class org.strutsme.wishlist.business.WishlistBusinessFacade
Finds all wishes.
getWishes() - Method in class org.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade
Returns all wishes.
getWishes() - Method in interface org.strutsme.wishlist.persistence.facade.WishlistPersistenceFacade
Returns all wishes.

H

HAS_FAILED - Static variable in class org.strutsme.wishlist.presentation.struts.base.BaseAction
Forward, if the action has failed.
HAS_SUCCEEDED - Static variable in class org.strutsme.wishlist.presentation.struts.base.BaseAction
Forward, if the action has done the work successfull.
hashCode() - Method in class org.strutsme.common.SafeHashtable

I

implode(String[], char) - Static method in class org.strutsme.common.serialization.SerializeTools
Joins the given strings and the seperator into a single string. implode will wrap the input strings: occourances of the seperator are replaced by escape char plus the seperator.
init(ActionServlet, ModuleConfig) - Method in class org.strutsme.server.StrutsMERequestProcessor
Initialize this request processor instance.
init(ActionServlet, ModuleConfig) - Method in class org.strutsme.wishlist.presentation.struts.processor.WishlistRequestProzessor

Initialize this request processor instance.

IS_CANCELLED - Static variable in class org.strutsme.wishlist.presentation.struts.base.BaseAction
Forward, if the action is cancelled.
IS_STRUTSME_REQUEST - Static variable in class org.strutsme.common.Constants
HTTP request parameter which should be set to "true" to indicate a request from the mobile client.

K

keys() - Method in class org.strutsme.common.SafeHashtable
Returns an enumeration of the keys in this hashtable.

L

LAST_ACTION - Static variable in class org.strutsme.common.Constants
Key for the server-response which contains the name of the last executed action as a string.
ListWishesAction - Class in org.strutsme.wishlist.presentation.struts.wish
Lists all wishes.
ListWishesAction() - Constructor for class org.strutsme.wishlist.presentation.struts.wish.ListWishesAction
 
load() - Method in class org.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade
Should load the data and update the instance variables.
load() - Method in class org.strutsme.wishlist.persistence.facade.WishlistPersistenceFacadeFake
Should load the data and update the instance variables.
load() - Method in class org.strutsme.wishlist.persistence.facade.WishlistPersistenceFacadeFile
Should load the data and update the instance variables.
loadWish(String) - Method in interface org.strutsme.wishlist.client.adapter.WishAdapter
loads the wish and the author of the wish.
loadWish(String) - Method in class org.strutsme.wishlist.client.adapter.WishOnlineAdapter
loads the wish and the author of the wish.
loadWish(String) - Method in class org.strutsme.wishlist.client.control.WishEditor
loads the wish with the key.
loadWishes() - Method in interface org.strutsme.wishlist.client.adapter.WishAdapter
gets the wishlist.
loadWishes() - Method in class org.strutsme.wishlist.client.adapter.WishOnlineAdapter
gets the wishlist.
loadWishes() - Method in class org.strutsme.wishlist.client.control.WishEditor
loads the wishList from the adapter.
login(String, String) - Method in interface org.strutsme.wishlist.client.adapter.WishAdapter
performs the login to the server.
login(String, String) - Method in class org.strutsme.wishlist.client.adapter.WishOnlineAdapter
performs the login to the server.
login(String, String) - Method in class org.strutsme.wishlist.client.control.WishEditor
performs the login to the server.
LoginAction - Class in org.strutsme.wishlist.presentation.struts.login
This action leads to the login form to login the user and put it in the SESSION.
LoginAction() - Constructor for class org.strutsme.wishlist.presentation.struts.login.LoginAction
 
LoginForm - Class in org.strutsme.wishlist.client.forms
 
LoginForm - Class in org.strutsme.wishlist.presentation.struts.login
Strutsform to store login values.
LoginForm() - Constructor for class org.strutsme.wishlist.presentation.struts.login.LoginForm
 
LogOffAction - Class in org.strutsme.wishlist.presentation.struts.login
Action for user logout.
LogOffAction() - Constructor for class org.strutsme.wishlist.presentation.struts.login.LogOffAction
 

M

MainlistForm - Class in org.strutsme.wishlist.client.forms
displays a list with Wishlistitems.
MainlistForm() - Constructor for class org.strutsme.wishlist.client.forms.MainlistForm
Default Constructor.
map(Object) - Method in class org.strutsme.server.SerializerMapper
Recursive method to map the given object graph to an object graph which contains only objects which are supported by the Serializer.
MESSAGES - Static variable in class org.strutsme.common.Constants
Key for the server-response which contains the messages of the execution as a SafeHashtable.

O

org.strutsme.client - package org.strutsme.client
This package contains the RemoteExecutor which allows to call an action at the server with the executeAtServer() method.
org.strutsme.common - package org.strutsme.common
Definitions and classes which are common to the mobile client and the web-application.
org.strutsme.common.io - package org.strutsme.common.io
Utilityclasses to read and write data in a safe manner to a stream.
org.strutsme.common.serialization - package org.strutsme.common.serialization
Implementation of the serialization.
org.strutsme.server - package org.strutsme.server
This package contains the server classes.
org.strutsme.wishlist.business - package org.strutsme.wishlist.business
All business stuff.
org.strutsme.wishlist.client - package org.strutsme.wishlist.client
Starting point of all activities.
org.strutsme.wishlist.client.adapter - package org.strutsme.wishlist.client.adapter
Contains all classes around the adapters.
org.strutsme.wishlist.client.control - package org.strutsme.wishlist.client.control
The classes of this package are responsible to control the workflow and the state of the application.
org.strutsme.wishlist.client.forms - package org.strutsme.wishlist.client.forms
Implements the viewpart of the midlet.
org.strutsme.wishlist.common - package org.strutsme.wishlist.common
DTOs and definitions for the data exchange between server and client.
org.strutsme.wishlist.common.dto - package org.strutsme.wishlist.common.dto
DTOs for the data exchange between server and client.
org.strutsme.wishlist.persistence.dto - package org.strutsme.wishlist.persistence.dto
Interfaces for all DTO Classes.
org.strutsme.wishlist.persistence.dto.impl - package org.strutsme.wishlist.persistence.dto.impl
Implementation of all DTOs.
org.strutsme.wishlist.persistence.facade - package org.strutsme.wishlist.persistence.facade
All persistence facade classes.
org.strutsme.wishlist.presentation.struts.base - package org.strutsme.wishlist.presentation.struts.base
The basic struts classes.
org.strutsme.wishlist.presentation.struts.login - package org.strutsme.wishlist.presentation.struts.login
Package for all Struts actions and forms in module "login".
org.strutsme.wishlist.presentation.struts.processor - package org.strutsme.wishlist.presentation.struts.processor
The StrutsME Request Processor.
org.strutsme.wishlist.presentation.struts.wish - package org.strutsme.wishlist.presentation.struts.wish
All struts forms and actions for the wish module.

P

PARAM_BODY - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
The name of the parameter which contains the body.
PARAM_SUBJECT - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
The name of the parameter which contains the subject.
PARAM_WISH - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
requestKeyname of a wish.
PARAM_WISH_ID - Static variable in class org.strutsme.wishlist.common.WlCommonConstants
requestKeyname of a wishId.
parseCalendar(String) - Static method in class org.strutsme.wishlist.client.forms.FormTools
parses the calStr against the default calformat.
parseCalendar(int[], String) - Static method in class org.strutsme.wishlist.client.forms.FormTools
parses the calStr.
pauseApp() - Method in class org.strutsme.wishlist.client.WishMidlet
populate() - Method in class org.strutsme.wishlist.client.forms.LoginForm
fills the form with the actual values of the wish to display.
populate() - Method in class org.strutsme.wishlist.client.forms.MainlistForm
populates the form with the values of the current wish.
populate() - Method in class org.strutsme.wishlist.client.forms.WishForm
fills the form with the actual values of the wish to display.
process(HttpServletRequest, HttpServletResponse) - Method in class org.strutsme.wishlist.presentation.struts.processor.WishlistRequestProzessor
processActionPerform(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) - Method in class org.strutsme.server.StrutsMERequestProcessor
Ask the specified Action instance to handle this request.
processContent(HttpServletRequest, HttpServletResponse) - Method in class org.strutsme.wishlist.presentation.struts.processor.WishlistRequestProzessor
processForward(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.strutsme.wishlist.presentation.struts.processor.WishlistRequestProzessor
processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class org.strutsme.server.StrutsMERequestProcessor
Forward or redirect to the specified destination, by the specified mechanism.
processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class org.strutsme.wishlist.presentation.struts.processor.WishlistRequestProzessor

Forward or redirect to the specified destination, by the specified mechanism.

processInclude(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.strutsme.wishlist.presentation.struts.processor.WishlistRequestProzessor
processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class org.strutsme.server.StrutsMERequestProcessor
Populate the properties of the specified ActionForm instance from the request parameters included with this request.
processValidate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class org.strutsme.server.StrutsMERequestProcessor
put(Object, Object) - Method in class org.strutsme.common.SafeHashtable
Maps the specified key to the specified value in this hashtable.

Q

quitApp() - Static method in class org.strutsme.wishlist.client.WishMidlet
notifies the midlet to exit.

R

readStreamData(InputStream) - Static method in class org.strutsme.common.io.StreamTools
Reads a string from the given stream.
refreshData() - Method in class org.strutsme.wishlist.client.control.WishEditor
refresh all Data.
RemoteExecutor - Class in org.strutsme.client
RemoteExecutor provides a method to execute an action at the server.
remove(Object) - Method in class org.strutsme.common.SafeHashtable
Removes the key (and its corresponding value) from this hashtable.
resetWishSelection() - Method in class org.strutsme.wishlist.client.control.WishEditor
resets the selectioninformation of an wish.
run() - Method in class org.strutsme.wishlist.client.adapter.WishOnlineRunner

S

SafeHashtable - Class in org.strutsme.common
SafeHashtable is a hash table implementation that supports null values.
SafeHashtable() - Constructor for class org.strutsme.common.SafeHashtable
Each class should have one Constructor.
saveWish(WishDto) - Method in class org.strutsme.wishlist.business.WishlistBusinessFacade
Persists the wish.
saveWish(WishDtoImpl) - Method in interface org.strutsme.wishlist.client.adapter.WishAdapter
saves the wish.
saveWish(WishDtoImpl) - Method in class org.strutsme.wishlist.client.adapter.WishOnlineAdapter
saves the wish.
saveWish(WishDtoImpl) - Method in class org.strutsme.wishlist.client.control.WishEditor
saves the wish.
saveWish(WishDto) - Method in class org.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade
Saves an wish.
saveWish(WishDto) - Method in interface org.strutsme.wishlist.persistence.facade.WishlistPersistenceFacade
Saves an wish.
SaveWishAction - Class in org.strutsme.wishlist.presentation.struts.wish
Saves an wish.
SaveWishAction() - Constructor for class org.strutsme.wishlist.presentation.struts.wish.SaveWishAction
 
selectWishInternal(String) - Method in class org.strutsme.wishlist.client.control.WishEditor
gets the wish with the id key.
SerializationBase - Class in org.strutsme.common.serialization
SerializationBase is the base class for all serializable classes.
SerializationBase() - Constructor for class org.strutsme.common.serialization.SerializationBase
Default constructor.
SerializationException - Exception in org.strutsme.common.serialization
Thrown to indicate, that an error occured during the serialization.
SerializationException() - Constructor for exception org.strutsme.common.serialization.SerializationException
Default constructor.
SerializationException(String) - Constructor for exception org.strutsme.common.serialization.SerializationException
Constructs a SerializationException with the specified detail message.
SerializationException(Throwable) - Constructor for exception org.strutsme.common.serialization.SerializationException
Constructs a SerializationException with the specified cause.
SerializationException(String, Throwable) - Constructor for exception org.strutsme.common.serialization.SerializationException
Constructs a SerializationException with the specified message and cause.
serialize(Object) - Static method in class org.strutsme.common.serialization.Serializer
Transforms the object graph into a string.
Serializer - Class in org.strutsme.common.serialization
The Serializer class transforms an object graph into a string and the other way around.
SerializerMapper - Class in org.strutsme.server
Maps from an arbitary object graph to an object graph which contains only objects supported by the Serializer.
SerializerMapper(String) - Constructor for class org.strutsme.server.SerializerMapper
 
SerializeTools - Class in org.strutsme.common.serialization
SerializeTools contains from tool string methods which are used by the Serializer class.
ServerResultWrapper - Class in org.strutsme.client
Wrapper class to get easy access to the result or response of a StrutsME-Server.
ServerResultWrapper(SafeHashtable) - Constructor for class org.strutsme.client.ServerResultWrapper
Constructor.
SESSION - Static variable in class org.strutsme.common.Constants
Key for the server-response which contains the session id.
setAuthor(UserDto) - Method in class org.strutsme.wishlist.presentation.struts.wish.WishForm
 
setAuthorId(String) - Method in class org.strutsme.wishlist.common.dto.WishDtoImpl
Set the id of the author.
setAuthorId(String) - Method in class org.strutsme.wishlist.persistence.dto.impl.WishDtoImpl
setAuthorId(String) - Method in interface org.strutsme.wishlist.persistence.dto.WishDto
 
setBody(String) - Method in class org.strutsme.wishlist.common.dto.WishDtoImpl
Set the body.
setBody(String) - Method in class org.strutsme.wishlist.persistence.dto.impl.WishDtoImpl
setBody(String) - Method in interface org.strutsme.wishlist.persistence.dto.WishDto
 
setBody(String) - Method in class org.strutsme.wishlist.presentation.struts.wish.WishForm
 
setCreatedAt(Date) - Method in class org.strutsme.wishlist.common.dto.BaseDtoImpl
sets the creationdate of this instance.
setCreatedAt(Date) - Method in interface org.strutsme.wishlist.persistence.dto.BaseDto
 
setCreatedAt(Date) - Method in class org.strutsme.wishlist.persistence.dto.impl.BaseDtoImpl
setCurrentDisplayable(Displayable) - Static method in class org.strutsme.wishlist.client.forms.FormTools
brings the displayable on top of the screen and activates it.
setCurrentWish(WishDtoImpl) - Method in class org.strutsme.wishlist.client.control.WishEditor
sets the content of currently selected wish.
setCurrentWishAuthor(UserDtoImpl) - Method in class org.strutsme.wishlist.client.control.WishEditor
 
setEmail(String) - Method in class org.strutsme.wishlist.common.dto.UserDtoImpl
sets the emailAddress of the user.
setFamilyName(String) - Method in class org.strutsme.wishlist.common.dto.UserDtoImpl
sets the familyName of the user.
setFamilyName(String) - Method in class org.strutsme.wishlist.persistence.dto.impl.UserDtoImpl
setFamilyName(String) - Method in interface org.strutsme.wishlist.persistence.dto.UserDto
 
setFirstName(String) - Method in class org.strutsme.wishlist.common.dto.UserDtoImpl
the firstname of the user.
setFirstName(String) - Method in class org.strutsme.wishlist.persistence.dto.impl.UserDtoImpl
setFirstName(