|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the "Business Facade" of the controller.
| Method Summary | |
void |
deleteEducationOffer(EducationOffer offer)
delete an educationOffer. |
AcademicEducationOffer |
getAcademicEducationOffer(java.lang.Integer id)
gets an academiceducationoffer by id. |
java.util.List |
getAcademicEducationOffers()
get a list of academiceducationoffers. |
java.util.List |
getAcademicEducationOffers(SearchCriteria searchCriteria)
gets a EducationOffer by searchCriteria. |
int |
getAcademicEducationsCount()
|
CommercialEducationOffer |
getCommercialEducationOffer(java.lang.Integer id)
gets a commercialeducationoffer by id. |
java.util.List |
getCommercialEducationOffers()
get a list of commercialeducationoffers. |
java.util.List |
getCommercialEducationOffers(SearchCriteria searchCriteria)
gets a EducationOffer by searchCriteria. |
int |
getCommercialEducationsCount()
|
int |
getEducationsCount()
|
void |
storeEducationOffer(EducationOffer offer)
Adds an educationOffer. |
| Method Detail |
public void storeEducationOffer(EducationOffer offer)
offer - the educationOffer to add.public void deleteEducationOffer(EducationOffer offer)
offer - the educationOffer to delete.public java.util.List getAcademicEducationOffers()
public java.util.List getCommercialEducationOffers()
public AcademicEducationOffer getAcademicEducationOffer(java.lang.Integer id)
id - the id of the academiceducationoffer.
public CommercialEducationOffer getCommercialEducationOffer(java.lang.Integer id)
id - the id of the commercialeducationoffer.
public java.util.List getCommercialEducationOffers(SearchCriteria searchCriteria)
throws java.lang.IllegalArgumentException
searchCriteria - the searchCriteria
java.lang.IllegalArgumentException - if an error
public java.util.List getAcademicEducationOffers(SearchCriteria searchCriteria)
throws java.lang.IllegalArgumentException
searchCriteria - the searchCriteria
java.lang.IllegalArgumentException - if an errorpublic int getCommercialEducationsCount()
public int getAcademicEducationsCount()
public int getEducationsCount()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||