@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 DynamicEntityService
ServiceException
public PersistenceResponse fetch(PersistencePackage persistencePackage, CriteriaTransferObject cto) throws ServiceException
fetch
in interface DynamicEntityService
ServiceException
protected void cleanEntity(Entity entity) throws ServiceException
ServiceException
public PersistenceResponse add(PersistencePackage persistencePackage) throws ServiceException
add
in interface DynamicEntityService
ServiceException
public PersistenceResponse update(PersistencePackage persistencePackage) throws ServiceException
update
in interface DynamicEntityService
ServiceException
public PersistenceResponse remove(PersistencePackage persistencePackage) throws ServiceException
remove
in interface DynamicEntityService
ServiceException
Copyright © 2014. All rights reserved.