@Service(value="blDynamicEntityRemoteService")
@Transactional(value="blTransactionManager",
rollbackFor=ServiceException.class)
public class DynamicEntityRemoteService
extends Object
implements DynamicEntityService
| Modifier and Type | Field and Description |
|---|---|
protected ExploitProtectionService |
exploitProtectionService |
protected static Map<BatchPersistencePackage,BatchDynamicResultSet> |
METADATA_CACHE |
protected PersistenceThreadManager |
persistenceThreadManager |
| Constructor and Description |
|---|
DynamicEntityRemoteService() |
| Modifier and Type | Method and Description |
|---|---|
PersistenceResponse |
add(PersistencePackage persistencePackage) |
protected void |
cleanEntity(Entity entity) |
PersistenceResponse |
fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
PersistenceResponse |
inspect(PersistencePackage persistencePackage) |
protected ServiceException |
recreateSpecificServiceException(ServiceException e,
String message,
Throwable cause) |
PersistenceResponse |
remove(PersistencePackage persistencePackage) |
PersistenceResponse |
update(PersistencePackage persistencePackage) |
protected static final Map<BatchPersistencePackage,BatchDynamicResultSet> METADATA_CACHE
protected ExploitProtectionService exploitProtectionService
protected PersistenceThreadManager persistenceThreadManager
protected ServiceException recreateSpecificServiceException(ServiceException e, String message, Throwable cause)
public PersistenceResponse inspect(PersistencePackage persistencePackage) throws ServiceException
inspect in interface DynamicEntityServiceServiceExceptionpublic PersistenceResponse fetch(PersistencePackage persistencePackage, CriteriaTransferObject cto) throws ServiceException
fetch in interface DynamicEntityServiceServiceExceptionprotected void cleanEntity(Entity entity) throws ServiceException
ServiceExceptionpublic PersistenceResponse add(PersistencePackage persistencePackage) throws ServiceException
add in interface DynamicEntityServiceServiceExceptionpublic PersistenceResponse update(PersistencePackage persistencePackage) throws ServiceException
update in interface DynamicEntityServiceServiceExceptionpublic PersistenceResponse remove(PersistencePackage persistencePackage) throws ServiceException
remove in interface DynamicEntityServiceServiceExceptionCopyright © 2014. All rights reserved.