org.jtheque.films.controllers.impl.state.film
Class AutoAddFilmState
java.lang.Object
org.jtheque.films.controllers.impl.state.film.AutoAddFilmState
- All Implemented Interfaces:
- org.jtheque.primary.controller.able.ControllerState
public final class AutoAddFilmState
- extends Object
- implements org.jtheque.primary.controller.able.ControllerState
A state of film view correspond with an auto add.
- Author:
- Baptiste Wicht
Method Summary |
void |
apply()
|
org.jtheque.primary.controller.able.ControllerState |
autoEdit(org.jtheque.primary.od.able.Data data)
|
org.jtheque.primary.controller.able.ControllerState |
cancel()
|
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 |
save(org.jtheque.primary.controller.able.FormBean bean)
|
org.jtheque.primary.controller.able.ControllerState |
view(org.jtheque.primary.od.able.Data data)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoAddFilmState
public AutoAddFilmState()
apply
public void apply()
- Specified by:
apply
in interface org.jtheque.primary.controller.able.ControllerState
save
public org.jtheque.primary.controller.able.ControllerState save(org.jtheque.primary.controller.able.FormBean bean)
- Specified by:
save
in interface org.jtheque.primary.controller.able.ControllerState
cancel
public org.jtheque.primary.controller.able.ControllerState cancel()
- Specified by:
cancel
in interface org.jtheque.primary.controller.able.ControllerState
create
public org.jtheque.primary.controller.able.ControllerState create()
- Specified by:
create
in interface org.jtheque.primary.controller.able.ControllerState
manualEdit
public org.jtheque.primary.controller.able.ControllerState manualEdit()
- Specified by:
manualEdit
in interface org.jtheque.primary.controller.able.ControllerState
delete
public org.jtheque.primary.controller.able.ControllerState delete()
- Specified by:
delete
in interface org.jtheque.primary.controller.able.ControllerState
autoEdit
public org.jtheque.primary.controller.able.ControllerState autoEdit(org.jtheque.primary.od.able.Data data)
- Specified by:
autoEdit
in interface org.jtheque.primary.controller.able.ControllerState
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
Copyright © 2010 JTheque. All Rights Reserved.