org.broadleafcommerce.openadmin.server.service
Class DynamicEntityRemoteService
java.lang.Object
org.broadleafcommerce.openadmin.server.service.DynamicEntityRemoteService
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, DynamicEntityService, org.springframework.context.ApplicationContextAware
@Service(value="blDynamicEntityRemoteService")
public class DynamicEntityRemoteService
- extends java.lang.Object
- implements DynamicEntityService, org.springframework.context.ApplicationContextAware
- Author:
- jfischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULTPERSISTENCEMANAGERREF
public static final java.lang.String DEFAULTPERSISTENCEMANAGERREF
- See Also:
- Constant Field Values
persistenceManagerRef
protected java.lang.String persistenceManagerRef
DynamicEntityRemoteService
public DynamicEntityRemoteService()
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
inspect
public DynamicResultSet inspect(PersistencePackage persistencePackage)
throws ServiceException
- Specified by:
inspect in interface DynamicEntityService
- Throws:
ServiceException
fetch
public DynamicResultSet fetch(PersistencePackage persistencePackage,
com.anasoft.os.daofusion.cto.client.CriteriaTransferObject cto)
throws ServiceException
- Specified by:
fetch in interface DynamicEntityService
- Throws:
ServiceException
add
public Entity add(PersistencePackage persistencePackage)
throws ServiceException
- Specified by:
add in interface DynamicEntityService
- Throws:
ServiceException
update
public Entity update(PersistencePackage persistencePackage)
throws ServiceException
- Specified by:
update in interface DynamicEntityService
- Throws:
ServiceException
remove
public void remove(PersistencePackage persistencePackage)
throws ServiceException
- Specified by:
remove in interface DynamicEntityService
- Throws:
ServiceException
getPersistenceManagerRef
public java.lang.String getPersistenceManagerRef()
setPersistenceManagerRef
public void setPersistenceManagerRef(java.lang.String persistenceManagerRef)
Copyright © 2011. All Rights Reserved.