|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Certification | |
---|---|
org.stanwood.media.model | |
org.stanwood.media.store.xmlstore |
Uses of Certification in org.stanwood.media.model |
---|
Methods in org.stanwood.media.model that return types with arguments of type Certification | |
---|---|
java.util.List<Certification> |
IVideoCertification.getCertifications()
Used to get a list of the films certifications |
java.util.List<Certification> |
Film.getCertifications()
Used to get a list of the films certifications |
java.util.List<Certification> |
Show.getCertifications()
Used to get a list of the films certifications |
Method parameters in org.stanwood.media.model with type arguments of type Certification | |
---|---|
void |
IVideoCertification.setCertifications(java.util.List<Certification> certifications)
Used to set the films certifications |
void |
Film.setCertifications(java.util.List<Certification> certifications)
Used to set the films certifications |
void |
Show.setCertifications(java.util.List<Certification> certifications)
Used to set the films certifications |
Uses of Certification in org.stanwood.media.store.xmlstore |
---|
Methods in org.stanwood.media.store.xmlstore that return types with arguments of type Certification | |
---|---|
java.util.List<Certification> |
XMLFilm.getCertifications()
Used to get a list of the films certifications |
java.util.List<Certification> |
XMLShow.getCertifications()
Used to get a list of the films certifications |
Method parameters in org.stanwood.media.store.xmlstore with type arguments of type Certification | |
---|---|
void |
XMLFilm.setCertifications(java.util.List<Certification> certifications)
Used to set the films certifications |
void |
XMLShow.setCertifications(java.util.List<Certification> certifications)
Used to set the films certifications |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |