org.broadleafcommerce.openadmin.client.service
Interface DynamicEntityService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
DynamicEntityRemoteService

public interface DynamicEntityService
extends com.google.gwt.user.client.rpc.RemoteService

Author:
jfischer

Method Summary
 Entity add(PersistencePackage persistencePackage)
           
 BatchDynamicResultSet batchInspect(BatchPersistencePackage batchPersistencePackage)
           
 DynamicResultSet fetch(PersistencePackage persistencePackage, CriteriaTransferObject cto)
           
 DynamicResultSet inspect(PersistencePackage persistencePackage)
           
 void remove(PersistencePackage persistencePackage)
           
 Entity update(PersistencePackage persistencePackage)
           
 

Method Detail

inspect

@Secured(value="PERMISSION_OTHER_DEFAULT")
DynamicResultSet inspect(PersistencePackage persistencePackage)
                         throws ServiceException,
                                com.gwtincubator.security.exception.ApplicationSecurityException
Throws:
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException

batchInspect

@Secured(value="PERMISSION_OTHER_DEFAULT")
BatchDynamicResultSet batchInspect(BatchPersistencePackage batchPersistencePackage)
                                   throws ServiceException,
                                          com.gwtincubator.security.exception.ApplicationSecurityException
Throws:
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException

fetch

@Secured(value="PERMISSION_OTHER_DEFAULT")
DynamicResultSet fetch(PersistencePackage persistencePackage,
                               CriteriaTransferObject cto)
                       throws ServiceException,
                              com.gwtincubator.security.exception.ApplicationSecurityException
Throws:
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException

add

@Secured(value="PERMISSION_OTHER_DEFAULT")
Entity add(PersistencePackage persistencePackage)
           throws ServiceException,
                  com.gwtincubator.security.exception.ApplicationSecurityException
Throws:
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException

update

@Secured(value="PERMISSION_OTHER_DEFAULT")
Entity update(PersistencePackage persistencePackage)
              throws ServiceException,
                     com.gwtincubator.security.exception.ApplicationSecurityException
Throws:
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException

remove

@Secured(value="PERMISSION_OTHER_DEFAULT")
void remove(PersistencePackage persistencePackage)
            throws ServiceException,
                   com.gwtincubator.security.exception.ApplicationSecurityException
Throws:
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException


Copyright © 2013. All Rights Reserved.