|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtheque.films.FilmsModule
@Module(id="jtheque-films-module", i18n="classpath:org/jtheque/films/i18n/films", version="1.4.2", core="2.0.2", jarFile="jtheque-films-module-1.4.2.jar", updateURL="http://jtheque.developpez.com/public/versions/FilmsModule.versions") public final class FilmsModule
A JTheque Module for managing films.
Constructor Summary | |
---|---|
FilmsModule(org.jtheque.primary.view.impl.choice.ChoiceAction[] choiceActions,
org.jtheque.core.managers.view.able.components.TabComponent[] tabComponents,
org.jtheque.primary.view.impl.sort.Sorter[] sorters,
org.jtheque.core.managers.view.impl.components.config.ConfigTabComponent[] configTabComponents)
Construct a new FilmsModule. |
Method Summary | |
---|---|
boolean |
chooseCollection(String collection,
String password,
boolean create)
|
org.jtheque.core.managers.feature.Feature |
getActorsFeature()
Return the actors feature. |
Configuration |
getConfiguration()
Return the configuration of the module. |
org.jtheque.core.managers.feature.Feature |
getFilmsFeature()
Return the films feature. |
org.jtheque.core.managers.feature.Feature |
getRealizersFeature()
Return the realizers feature. |
void |
plug()
Plug the module. |
void |
plugCollection()
|
void |
prePlug()
Pre plug the module. |
void |
unplug()
Un plug the module. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilmsModule(org.jtheque.primary.view.impl.choice.ChoiceAction[] choiceActions, org.jtheque.core.managers.view.able.components.TabComponent[] tabComponents, org.jtheque.primary.view.impl.sort.Sorter[] sorters, org.jtheque.core.managers.view.impl.components.config.ConfigTabComponent[] configTabComponents)
choiceActions
- The choice actions of the module.tabComponents
- The tab components of the module.sorters
- The sorters of the module.configTabComponents
- The config tab components.Method Detail |
---|
@PrePlug public void prePlug()
@Plug public void plug()
public boolean chooseCollection(String collection, String password, boolean create)
chooseCollection
in interface org.jtheque.core.managers.module.beans.CollectionBasedModule
public void plugCollection()
plugCollection
in interface org.jtheque.core.managers.module.beans.CollectionBasedModule
@UnPlug public void unplug()
public Configuration getConfiguration()
IFilmsModule
getConfiguration
in interface IFilmsModule
public org.jtheque.core.managers.feature.Feature getFilmsFeature()
IFilmsModule
getFilmsFeature
in interface IFilmsModule
public org.jtheque.core.managers.feature.Feature getActorsFeature()
IFilmsModule
getActorsFeature
in interface IFilmsModule
public org.jtheque.core.managers.feature.Feature getRealizersFeature()
IFilmsModule
getRealizersFeature
in interface IFilmsModule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |