public interface DynamicEntityService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Method and Description |
---|---|
Entity |
add(PersistencePackage persistencePackage) |
DynamicResultSet |
fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
DynamicResultSet |
inspect(PersistencePackage persistencePackage) |
void |
remove(PersistencePackage persistencePackage) |
Entity |
update(PersistencePackage persistencePackage) |
@Secured(value="PERMISSION_OTHER_DEFAULT") DynamicResultSet inspect(PersistencePackage persistencePackage) throws ServiceException, com.gwtincubator.security.exception.ApplicationSecurityException
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
@Secured(value="PERMISSION_OTHER_DEFAULT") DynamicResultSet fetch(PersistencePackage persistencePackage, CriteriaTransferObject cto) throws ServiceException, com.gwtincubator.security.exception.ApplicationSecurityException
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
@Secured(value="PERMISSION_OTHER_DEFAULT") Entity add(PersistencePackage persistencePackage) throws ServiceException, com.gwtincubator.security.exception.ApplicationSecurityException
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
@Secured(value="PERMISSION_OTHER_DEFAULT") Entity update(PersistencePackage persistencePackage) throws ServiceException, com.gwtincubator.security.exception.ApplicationSecurityException
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
@Secured(value="PERMISSION_OTHER_DEFAULT") void remove(PersistencePackage persistencePackage) throws ServiceException, com.gwtincubator.security.exception.ApplicationSecurityException
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
Copyright © 2013. All rights reserved.