public class CustomPersistenceHandlerAdapter extends Object implements CustomPersistenceHandler
Constructor and Description |
---|
CustomPersistenceHandlerAdapter() |
public Boolean canHandleInspect(PersistencePackage persistencePackage)
canHandleInspect
in interface CustomPersistenceHandler
public Boolean canHandleFetch(PersistencePackage persistencePackage)
canHandleFetch
in interface CustomPersistenceHandler
public Boolean canHandleAdd(PersistencePackage persistencePackage)
canHandleAdd
in interface CustomPersistenceHandler
public Boolean canHandleRemove(PersistencePackage persistencePackage)
canHandleRemove
in interface CustomPersistenceHandler
public Boolean canHandleUpdate(PersistencePackage persistencePackage)
canHandleUpdate
in interface CustomPersistenceHandler
public DynamicResultSet inspect(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, InspectHelper helper) throws ServiceException
inspect
in interface CustomPersistenceHandler
ServiceException
public DynamicResultSet fetch(PersistencePackage persistencePackage, com.anasoft.os.daofusion.cto.client.CriteriaTransferObject cto, DynamicEntityDao dynamicEntityDao, RecordHelper helper) throws ServiceException
fetch
in interface CustomPersistenceHandler
ServiceException
public Entity add(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper) throws ServiceException
add
in interface CustomPersistenceHandler
ServiceException
public void remove(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper) throws ServiceException
remove
in interface CustomPersistenceHandler
ServiceException
public Entity update(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper) throws ServiceException
update
in interface CustomPersistenceHandler
ServiceException
public Boolean willHandleSecurity(PersistencePackage persistencePackage)
willHandleSecurity
in interface CustomPersistenceHandler
Copyright © 2013. All rights reserved.