|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.dictionary.DictionaryBootstrap
public class DictionaryBootstrap
Bootstrap Dictionary DAO with pre-defined models & message resources (from classpath)
Constructor Summary | |
---|---|
DictionaryBootstrap()
|
Method Summary | |
---|---|
void |
afterDictionaryDestroy()
|
void |
afterDictionaryInit()
|
void |
bootstrap()
Bootstrap the Dictionary - register and populate |
void |
onDictionaryInit()
|
void |
register()
Register with the Dictionary |
void |
setDictionaryDAO(DictionaryDAO dictionaryDAO)
Sets the Dictionary DAO |
void |
setLabels(java.util.List labels)
Sets the initial list of models to bootstrap with |
void |
setModels(java.util.List modelResources)
Sets the initial list of models to bootstrap with |
void |
setTenantService(TenantService tenantService)
Sets the Tenant Service |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DictionaryBootstrap()
Method Detail |
---|
public void setDictionaryDAO(DictionaryDAO dictionaryDAO)
dictionaryDAO
- public void setTenantService(TenantService tenantService)
tenantService
- public void setModels(java.util.List modelResources)
modelResources
- the model namespublic void setLabels(java.util.List labels)
modelResources
- the model namespublic void bootstrap()
public void register()
public void onDictionaryInit()
onDictionaryInit
in interface DictionaryListener
public void afterDictionaryInit()
afterDictionaryInit
in interface DictionaryListener
public void afterDictionaryDestroy()
afterDictionaryDestroy
in interface DictionaryListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |