org.jtheque.movies.controllers.impl.states
Class ViewMovieState

java.lang.Object
  extended by org.jtheque.primary.controller.impl.AbstractControllerState
      extended by 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

Constructor Summary
ViewMovieState()
           
 
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
 

Constructor Detail

ViewMovieState

public ViewMovieState()
Method Detail

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.