|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MicroblogConfigurationDao
DAO interface for Microblog configuration
| Method Summary | |
|---|---|
MicroblogConfiguration |
getConfig()
getConfig |
MicroblogProfile |
getDefaultProfile()
getDefaultProfile |
MicroblogProfile |
getProfile(String name)
getProfile |
void |
reloadConfiguration()
The underlying Castor based DAO abstraction in the default implementation doesn't provide access to the container so this method is defined so that access to the container doesn't have to be exposed and a reload can still be controlled by the user. |
| Method Detail |
|---|
MicroblogConfiguration getConfig()
getConfig
MicroblogConfiguration object.MicroblogProfile getProfile(String name)
getProfile
name - a String object.
MicroblogProfile object.MicroblogProfile getDefaultProfile()
getDefaultProfile
MicroblogProfile object.
void reloadConfiguration()
throws org.springframework.dao.DataAccessResourceFailureException
org.springframework.dao.DataAccessResourceFailureException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||