public class FctBcFctSimpleAccEntities extends Object implements org.beigesoft.factory.IFactoryAppBeansByClass<org.beigesoft.factory.IFactorySimple<?>>
Entities factories factory.
| Constructor and Description |
|---|
FctBcFctSimpleAccEntities() |
| Modifier and Type | Method and Description |
|---|---|
protected FactoryAccDoc |
createPutFactoryAccDoc(Class<?> pBeanClass)
Get FactoryAccDocSimple (create and put into map).
|
protected FactoryAccountingEntries |
createPutFactoryAccountingEntries()
Get FactoryAccountingEntriesSimple (create and put into map).
|
protected org.beigesoft.factory.FactoryPersistableBase |
createPutFactoryPersistableBase(Class<?> pBeanClass)
Get FactoryPersistableBaseSimple (create and put into map).
|
protected org.beigesoft.factory.FactorySimple |
createPutFactorySimple(Class<?> pBeanClass)
Get FactorySimple (create and put into map).
|
org.beigesoft.service.ISrvDatabase |
getSrvDatabase()
Getter for srvDatabase.
|
org.beigesoft.factory.IFactorySimple<?> |
lazyGet(Map<String,Object> pAddParam,
Class<?> pBeanClass)
Get bean in lazy mode (if bean is null then initialize it).
|
void |
set(Class<?> pBeanClass,
org.beigesoft.factory.IFactorySimple<?> pBean)
Set bean.
|
void |
setSrvDatabase(org.beigesoft.service.ISrvDatabase pSrvDatabase)
Setter for srvDatabase.
|
public final org.beigesoft.factory.IFactorySimple<?> lazyGet(Map<String,Object> pAddParam, Class<?> pBeanClass) throws Exception
Get bean in lazy mode (if bean is null then initialize it).
lazyGet in interface org.beigesoft.factory.IFactoryAppBeansByClass<org.beigesoft.factory.IFactorySimple<?>>pAddParam - additional parampBeanClass - - bean nameException - - an exceptionpublic final void set(Class<?> pBeanClass, org.beigesoft.factory.IFactorySimple<?> pBean) throws Exception
Set bean.
set in interface org.beigesoft.factory.IFactoryAppBeansByClass<org.beigesoft.factory.IFactorySimple<?>>pBeanClass - - bean classpBean - beanException - - an exceptionprotected final FactoryAccountingEntries createPutFactoryAccountingEntries() throws Exception
Get FactoryAccountingEntriesSimple (create and put into map).
Exception - - an exceptionprotected final FactoryAccDoc createPutFactoryAccDoc(Class<?> pBeanClass) throws Exception
Get FactoryAccDocSimple (create and put into map).
pBeanClass - - bean classException - - an exceptionprotected final org.beigesoft.factory.FactoryPersistableBase createPutFactoryPersistableBase(Class<?> pBeanClass) throws Exception
Get FactoryPersistableBaseSimple (create and put into map).
pBeanClass - - bean classException - - an exceptionprotected final org.beigesoft.factory.FactorySimple createPutFactorySimple(Class<?> pBeanClass) throws Exception
Get FactorySimple (create and put into map).
pBeanClass - - bean classException - - an exceptionpublic final org.beigesoft.service.ISrvDatabase getSrvDatabase()
Getter for srvDatabase.
public final void setSrvDatabase(org.beigesoft.service.ISrvDatabase pSrvDatabase)
Setter for srvDatabase.
pSrvDatabase - referenceCopyright © 2016–2018. All rights reserved.