@Service(value="blDynamicEntityRemoteService")
@Transactional(value="blTransactionManager",
rollbackFor=ServiceException.class)
public class DynamicEntityRemoteService
extends Object
implements DynamicEntityService, DynamicEntityRemote, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULTPERSISTENCEMANAGERREF |
protected ExploitProtectionService |
exploitProtectionService |
protected String |
persistenceManagerRef |
| Constructor and Description |
|---|
DynamicEntityRemoteService() |
| Modifier and Type | Method and Description |
|---|---|
Entity |
add(PersistencePackage persistencePackage) |
protected void |
cleanEntity(Entity entity) |
DynamicResultSet |
fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
String |
getPersistenceManagerRef() |
DynamicResultSet |
inspect(PersistencePackage persistencePackage) |
void |
remove(PersistencePackage persistencePackage) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setPersistenceManagerRef(String persistenceManagerRef) |
protected com.anasoft.os.daofusion.cto.client.CriteriaTransferObject |
translateCto(CriteriaTransferObject cto) |
Entity |
update(PersistencePackage persistencePackage) |
public static final String DEFAULTPERSISTENCEMANAGERREF
protected String persistenceManagerRef
protected ExploitProtectionService exploitProtectionService
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic DynamicResultSet inspect(PersistencePackage persistencePackage) throws ServiceException
inspect in interface DynamicEntityServiceServiceExceptionpublic DynamicResultSet fetch(PersistencePackage persistencePackage, CriteriaTransferObject cto) throws ServiceException
fetch in interface DynamicEntityServiceServiceExceptionprotected com.anasoft.os.daofusion.cto.client.CriteriaTransferObject translateCto(CriteriaTransferObject cto)
protected void cleanEntity(Entity entity) throws ServiceException
ServiceExceptionpublic Entity add(PersistencePackage persistencePackage) throws ServiceException
add in interface DynamicEntityServiceServiceExceptionpublic Entity update(PersistencePackage persistencePackage) throws ServiceException
update in interface DynamicEntityServiceServiceExceptionpublic void remove(PersistencePackage persistencePackage) throws ServiceException
remove in interface DynamicEntityServiceServiceExceptionpublic String getPersistenceManagerRef()
getPersistenceManagerRef in interface DynamicEntityRemotepublic void setPersistenceManagerRef(String persistenceManagerRef)
setPersistenceManagerRef in interface DynamicEntityRemoteCopyright © 2013. All rights reserved.