org.broadleafcommerce.openadmin.server.service
Class DynamicEntityRemoteService

java.lang.Object
  extended by 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

Field Summary
static java.lang.String DEFAULTPERSISTENCEMANAGERREF
           
protected  java.lang.String persistenceManagerRef
           
 
Constructor Summary
DynamicEntityRemoteService()
           
 
Method Summary
 Entity add(PersistencePackage persistencePackage)
           
 DynamicResultSet fetch(PersistencePackage persistencePackage, com.anasoft.os.daofusion.cto.client.CriteriaTransferObject cto)
           
 java.lang.String getPersistenceManagerRef()
           
 DynamicResultSet inspect(PersistencePackage persistencePackage)
           
 void remove(PersistencePackage persistencePackage)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setPersistenceManagerRef(java.lang.String persistenceManagerRef)
           
 Entity update(PersistencePackage persistencePackage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULTPERSISTENCEMANAGERREF

public static final java.lang.String DEFAULTPERSISTENCEMANAGERREF
See Also:
Constant Field Values

persistenceManagerRef

protected java.lang.String persistenceManagerRef
Constructor Detail

DynamicEntityRemoteService

public DynamicEntityRemoteService()
Method Detail

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.