|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.calendar.service.AgendaLoaderDatabase
public class AgendaLoaderDatabase
This loader fetches agendas stored in a database
Constructor Summary | |
---|---|
AgendaLoaderDatabase()
The loader which fetches agendas from the database |
Method Summary | |
---|---|
fr.paris.lutece.portal.service.resource.Resource |
getResource(java.lang.String strId)
Get a resource by its Id |
java.util.Collection |
getResources()
Gets all the agenda resources from the database |
void |
loadAgenda(AgendaResource agenda)
Return the agenda |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgendaLoaderDatabase()
Method Detail |
---|
public java.util.Collection getResources()
getResources
in interface fr.paris.lutece.portal.service.resource.ResourceLoader
public fr.paris.lutece.portal.service.resource.Resource getResource(java.lang.String strId)
getResource
in interface fr.paris.lutece.portal.service.resource.ResourceLoader
strId
- The resource Id
public void loadAgenda(AgendaResource agenda)
agenda
- The agenda
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |