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
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.