|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
org.jtheque.* |
---|
org.jtheque.movies.IMoviesModule | ||
---|---|---|
public static final String |
IMAGES_BASE_NAME |
"org/jtheque/movies/images" |
org.jtheque.movies.persistence.dao.able.IDaoCategories | ||
---|---|---|
public static final String |
TABLE |
"T_MOVIE_CATEGORIES" |
org.jtheque.movies.persistence.dao.able.IDaoMovies | ||
---|---|---|
public static final String |
MOVIES_CATEGORIES_TABLE |
"T_MOVIES_CATEGORIES" |
public static final String |
TABLE |
"T_MOVIES" |
org.jtheque.movies.persistence.od.able.Category | ||
---|---|---|
public static final String |
NAME |
"category.name" |
public static final int |
NAME_LENGTH |
100 |
public static final String |
PARENT |
"category.parent" |
org.jtheque.movies.persistence.od.able.Movie | ||
---|---|---|
public static final String |
DURATION |
"movie.duration" |
public static final String |
FILE |
"movie.file" |
public static final int |
FILE_LENGTH |
200 |
public static final String |
NOTE |
"movie.note" |
public static final String |
RESOLUTION |
"movie.resolution" |
public static final String |
TITLE |
"movie.title" |
public static final int |
TITLE_LENGTH |
100 |
org.jtheque.movies.services.able.ICategoriesService | ||
---|---|---|
public static final String |
DATA_TYPE |
"Categories" |
org.jtheque.movies.services.able.IMoviesService | ||
---|---|---|
public static final String |
DATA_TYPE |
"Movies" |
org.jtheque.movies.views.able.IMovieView | ||
---|---|---|
public static final String |
EDIT_VIEW |
"edit_movie" |
public static final String |
VIEW_VIEW |
"view_movie" |
public static final String |
VLC_VIEW |
"vlc_view" |
public static final String |
WMP_VIEW |
"wmp_view" |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |