org.jtheque.movies.controllers.impl.states
Class ViewMovieState
java.lang.Object
org.jtheque.primary.controller.impl.AbstractControllerState
org.jtheque.movies.controllers.impl.states.ViewMovieState
- All Implemented Interfaces:
- org.jtheque.primary.controller.able.ControllerState
public final class ViewMovieState
- extends org.jtheque.primary.controller.impl.AbstractControllerState
A state of film view correspond with a visualization.
- Author:
- Baptiste Wicht
Method Summary |
void |
apply()
|
org.jtheque.primary.controller.able.ControllerState |
create()
|
org.jtheque.primary.controller.able.ControllerState |
delete()
|
org.jtheque.primary.controller.able.ControllerState |
manualEdit()
|
org.jtheque.primary.controller.able.ControllerState |
view(org.jtheque.primary.od.able.Data data)
|
Methods inherited from class org.jtheque.primary.controller.impl.AbstractControllerState |
cancel, save |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewMovieState
public ViewMovieState()
apply
public void apply()
- Specified by:
apply
in interface org.jtheque.primary.controller.able.ControllerState
- Overrides:
apply
in class org.jtheque.primary.controller.impl.AbstractControllerState
create
public org.jtheque.primary.controller.able.ControllerState create()
- Specified by:
create
in interface org.jtheque.primary.controller.able.ControllerState
- Overrides:
create
in class org.jtheque.primary.controller.impl.AbstractControllerState
manualEdit
public org.jtheque.primary.controller.able.ControllerState manualEdit()
- Specified by:
manualEdit
in interface org.jtheque.primary.controller.able.ControllerState
- Overrides:
manualEdit
in class org.jtheque.primary.controller.impl.AbstractControllerState
delete
public org.jtheque.primary.controller.able.ControllerState delete()
- Specified by:
delete
in interface org.jtheque.primary.controller.able.ControllerState
- Overrides:
delete
in class org.jtheque.primary.controller.impl.AbstractControllerState
view
public org.jtheque.primary.controller.able.ControllerState view(org.jtheque.primary.od.able.Data data)
- Specified by:
view
in interface org.jtheque.primary.controller.able.ControllerState
- Overrides:
view
in class org.jtheque.primary.controller.impl.AbstractControllerState
Copyright © 2010 JTheque. All Rights Reserved.