[OLINGO-1004] Remove another microsoft from test package name
This commit is contained in:
parent
0063a3003f
commit
d16d2b9cd5
|
@ -44,31 +44,29 @@ import org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler;
|
|||
import org.apache.olingo.fit.proxy.demo.Service;
|
||||
import org.apache.olingo.fit.proxy.demo.odatademo.DemoService;
|
||||
import org.apache.olingo.fit.proxy.demo.odatademo.types.PersonDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.AccessLevel;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Account;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Account.MyPaymentInstruments;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.AddressCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Color;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.CustomerCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.HomeAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PaymentInstrument;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PaymentInstrumentCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PersonCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PersonComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Product;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types
|
||||
.ProductCollectionComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductDetailCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types
|
||||
.ProductDetailCollectionComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.AccessLevel;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Account;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.AddressCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Color;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.CustomerCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.HomeAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PaymentInstrument;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PaymentInstrumentCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PersonCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PersonComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Product;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductCollectionComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductDetailCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductDetailCollectionComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Account.MyPaymentInstruments;
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
import org.junit.Test;
|
||||
|
||||
|
|
|
@ -36,9 +36,9 @@ import org.apache.olingo.ext.proxy.AbstractService;
|
|||
import org.apache.olingo.ext.proxy.api.PrimitiveCollection;
|
||||
import org.apache.olingo.fit.AbstractBaseTestITCase;
|
||||
import org.apache.olingo.fit.proxy.staticservice.Service;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Order;
|
||||
import org.junit.BeforeClass;
|
||||
|
||||
public abstract class AbstractTestITCase extends AbstractBaseTestITCase {
|
||||
|
|
|
@ -26,16 +26,12 @@ import java.util.concurrent.ExecutionException;
|
|||
import java.util.concurrent.Future;
|
||||
|
||||
import org.apache.commons.lang3.RandomStringUtils;
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.CustomerCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types
|
||||
.PersonComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types
|
||||
.ProductCollectionComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
|
||||
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.CustomerCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PersonComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductCollectionComposableInvoker;
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
import org.junit.Test;
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.apache.olingo.client.api.EdmEnabledODataClient;
|
|||
import org.apache.olingo.client.core.http.BasicAuthHttpClientFactory;
|
||||
import org.apache.olingo.commons.api.format.ContentType;
|
||||
import org.apache.olingo.fit.proxy.staticservice.Service;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.InMemoryEntities;
|
||||
|
||||
public class AuthEntityCreateTestITCase extends EntityCreateTestITCase {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.apache.olingo.client.api.EdmEnabledODataClient;
|
|||
import org.apache.olingo.client.core.http.BasicAuthHttpClientFactory;
|
||||
import org.apache.olingo.commons.api.format.ContentType;
|
||||
import org.apache.olingo.fit.proxy.staticservice.Service;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.InMemoryEntities;
|
||||
|
||||
public class AuthEntityRetrieveTestITCase extends EntityRetrieveTestITCase {
|
||||
|
||||
|
|
|
@ -25,18 +25,16 @@ import static org.junit.Assert.assertNotNull;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Calendar;
|
||||
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.AddressCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types
|
||||
.ProductDetailCollectionComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductDetailKey;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.AccessLevel;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.AccountInfoComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.HomeAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PaymentInstrument;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductComposableInvoker;
|
||||
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.AccessLevel;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.AccountInfoComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.AddressCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.HomeAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PaymentInstrument;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductDetailCollectionComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductDetailKey;
|
||||
import org.junit.Test;
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
||||
|
|
|
@ -32,15 +32,14 @@ import org.apache.olingo.ext.proxy.api.EntityType;
|
|||
import org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler;
|
||||
import org.apache.olingo.ext.proxy.commons.EntityCollectionInvocationHandler;
|
||||
import org.apache.olingo.ext.proxy.commons.EntityInvocationHandler;
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Account;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PaymentInstrument;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PaymentInstrumentCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Account;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PaymentInstrument;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PaymentInstrumentCollection;
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
import org.junit.Test;
|
||||
|
||||
|
|
|
@ -31,10 +31,10 @@ import org.apache.olingo.commons.api.format.ContentType;
|
|||
import org.apache.olingo.ext.proxy.api.ODataFlushException;
|
||||
import org.apache.olingo.ext.proxy.api.PrimitiveCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.Service;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Employee;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Employee;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Person;
|
||||
import org.junit.Test;
|
||||
|
||||
public class ContextTestITCase extends AbstractTestITCase {
|
||||
|
|
|
@ -25,16 +25,13 @@ import java.math.BigDecimal;
|
|||
import java.sql.Timestamp;
|
||||
import java.util.Calendar;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.CustomerCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.CompanyAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.CreditCardPI;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.CreditCardPICollection;
|
||||
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
|
||||
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.CompanyAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.CreditCardPI;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.CreditCardPICollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.CustomerCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Person;
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
import org.junit.Test;
|
||||
|
||||
|
|
|
@ -34,23 +34,22 @@ import org.apache.commons.lang3.RandomUtils;
|
|||
import org.apache.olingo.client.api.EdmEnabledODataClient;
|
||||
import org.apache.olingo.ext.proxy.AbstractService;
|
||||
import org.apache.olingo.ext.proxy.api.PrimitiveCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.AccessLevel;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Color;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Employee;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderDetailKey;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PaymentInstrument;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PaymentInstrumentCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Product;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductDetailCollection;
|
||||
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.HomeAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.AccessLevel;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Color;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Employee;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.HomeAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderDetailKey;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PaymentInstrument;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PaymentInstrumentCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Product;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductDetailCollection;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
|
@ -31,24 +31,22 @@ import java.util.TimeZone;
|
|||
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.olingo.ext.proxy.commons.EntityInvocationHandler;
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.AccessLevel;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Company;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.CustomerCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Employee;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.EmployeeCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderDetailKey;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PaymentInstrument;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Product;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PersonCollection;
|
||||
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.AccessLevel;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Company;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.CustomerCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Employee;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.EmployeeCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderDetailKey;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PaymentInstrument;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PersonCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Product;
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
import org.junit.Test;
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ package org.apache.olingo.fit.proxy;
|
|||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Person;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
|
|
|
@ -35,16 +35,16 @@ import org.apache.commons.lang3.StringUtils;
|
|||
import org.apache.olingo.client.api.EdmEnabledODataClient;
|
||||
import org.apache.olingo.ext.proxy.AbstractService;
|
||||
import org.apache.olingo.ext.proxy.commons.EntityInvocationHandler;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderDetailKey;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.CompanyAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PaymentInstrument;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.CompanyAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderDetailKey;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PaymentInstrument;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Person;
|
||||
import org.junit.Test;
|
||||
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
|
@ -28,12 +28,11 @@ import java.util.List;
|
|||
|
||||
import org.apache.olingo.ext.proxy.api.Search;
|
||||
import org.apache.olingo.ext.proxy.api.Sort;
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Employee;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.EmployeeCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.People;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PersonCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.People;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Employee;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.EmployeeCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PersonCollection;
|
||||
import org.junit.Test;
|
||||
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
|
@ -24,8 +24,8 @@ import static org.junit.Assert.assertNotNull;
|
|||
import org.apache.olingo.client.api.EdmEnabledODataClient;
|
||||
import org.apache.olingo.commons.api.format.ContentType;
|
||||
import org.apache.olingo.fit.proxy.staticservice.Service;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Person;
|
||||
import org.junit.Test;
|
||||
|
||||
public class KeyAsSegmentTestITCase extends AbstractTestITCase {
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.apache.olingo.client.api.EdmEnabledODataClient;
|
|||
import org.apache.olingo.client.core.http.BasicAuthHttpClientFactory;
|
||||
import org.apache.olingo.commons.api.format.ContentType;
|
||||
import org.apache.olingo.fit.proxy.staticservice.Service;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.InMemoryEntities;
|
||||
|
||||
public class NonTransactionalAuthEntityCreateTestITCase extends EntityCreateTestITCase {
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ package org.apache.olingo.fit.proxy;
|
|||
import org.apache.olingo.client.api.EdmEnabledODataClient;
|
||||
import org.apache.olingo.commons.api.format.ContentType;
|
||||
import org.apache.olingo.fit.proxy.staticservice.Service;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.InMemoryEntities;
|
||||
|
||||
public class NonTransactionalEntityCreateTestITCase extends EntityCreateTestITCase {
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ package org.apache.olingo.fit.proxy;
|
|||
import org.apache.olingo.client.api.EdmEnabledODataClient;
|
||||
import org.apache.olingo.commons.api.format.ContentType;
|
||||
import org.apache.olingo.fit.proxy.staticservice.Service;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.InMemoryEntities;
|
||||
|
||||
public class NonTransactionalEntityUpdateTestITCase extends EntityUpdateTestITCase {
|
||||
|
||||
|
|
|
@ -22,15 +22,12 @@ import static org.junit.Assert.assertEquals;
|
|||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import org.apache.olingo.ext.proxy.api.PrimitiveCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types
|
||||
.PersonComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types
|
||||
.ProductCollectionComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.AccessLevel;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Color;
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.HomeAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.AccessLevel;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Color;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.HomeAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PersonComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductCollectionComposableInvoker;
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
|
|
@ -23,8 +23,8 @@ import static org.junit.Assert.assertNull;
|
|||
import static org.junit.Assert.fail;
|
||||
|
||||
import org.apache.olingo.ext.proxy.api.ODataFlushException;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.StoredPI;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.StoredPI;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
|
|
@ -23,10 +23,10 @@ import static org.junit.Assert.assertFalse;
|
|||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import org.apache.olingo.ext.proxy.api.Annotatable;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Company;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.CompanyCategory;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.IsBoss;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Company;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.CompanyCategory;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.IsBoss;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Person;
|
||||
import org.junit.Test;
|
||||
|
||||
public class SingletonTestITCase extends AbstractTestITCase {
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.apache.olingo.client.api.http.HttpClientException;
|
|||
import org.apache.olingo.client.core.http.BasicAuthHttpClientFactory;
|
||||
import org.apache.olingo.commons.api.format.ContentType;
|
||||
import org.apache.olingo.fit.proxy.staticservice.Service;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.InMemoryEntities;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.InMemoryEntities;
|
||||
import org.junit.Test;
|
||||
|
||||
public class UnauthorizedEntityCreateTestITCase extends AbstractTestITCase {
|
||||
|
|
|
@ -26,36 +26,36 @@ import org.apache.olingo.client.api.EdmEnabledODataClient;
|
|||
import org.apache.olingo.commons.api.edm.constants.ODataServiceVersion;
|
||||
import org.apache.olingo.ext.proxy.AbstractService;
|
||||
import org.apache.olingo.ext.proxy.api.AbstractTerm;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.AccessLevel;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Account;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.AccountInfo;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Asset;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Club;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Color;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Company;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.CompanyAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.CompanyCategory;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.CreditCardPI;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.CreditRecord;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Department;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Employee;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.GiftCard;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.HomeAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.IsBoss;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.LabourUnion;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PaymentInstrument;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Product;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductReview;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PublicCompany;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Statement;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.StoredPI;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Subscription;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.AccessLevel;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Account;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.AccountInfo;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Asset;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Club;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Color;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Company;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.CompanyAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.CompanyCategory;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.CreditCardPI;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.CreditRecord;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Department;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Employee;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.GiftCard;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.HomeAddress;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.IsBoss;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.LabourUnion;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PaymentInstrument;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Product;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductReview;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PublicCompany;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Statement;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.StoredPI;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Subscription;
|
||||
|
||||
public class Service<C extends EdmEnabledODataClient> extends AbstractService<C> {
|
||||
|
||||
|
|
|
@ -16,12 +16,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Account;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.AccountCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Account;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.AccountCollection;
|
||||
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
@ -16,12 +16,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.CustomerCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.CustomerCollection;
|
||||
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
@ -16,13 +16,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Department;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types
|
||||
.DepartmentCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Department;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.DepartmentCollection;
|
||||
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
@ -16,12 +16,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Employee;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.EmployeeCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Employee;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.EmployeeCollection;
|
||||
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.io.InputStream;
|
||||
|
@ -32,18 +32,17 @@ import org.apache.olingo.ext.proxy.api.EntityType;
|
|||
import org.apache.olingo.ext.proxy.api.OperationType;
|
||||
import org.apache.olingo.ext.proxy.api.PersistenceManager;
|
||||
import org.apache.olingo.ext.proxy.api.PrimitiveCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.AccessLevel;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Color;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Company;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.LabourUnion;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PersonComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types
|
||||
.ProductCollectionComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.StoredPI;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.AccessLevel;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Address;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Color;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Company;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Customer;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.LabourUnion;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PersonComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductCollectionComposableInvoker;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.StoredPI;
|
||||
|
||||
@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.ODataWCFService")
|
||||
@org.apache.olingo.ext.proxy.api.annotations.EntityContainer(name = "InMemoryEntities",
|
|
@ -16,14 +16,13 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types
|
||||
.OrderDetailCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderDetailKey;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderDetailCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderDetailKey;
|
||||
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
@ -16,12 +16,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.OrderCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Order;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.OrderCollection;
|
||||
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
@ -16,12 +16,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.PersonCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Person;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.PersonCollection;
|
||||
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
@ -16,14 +16,13 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types
|
||||
.ProductDetailCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductDetailKey;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductDetail;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductDetailCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductDetailKey;
|
||||
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
@ -16,14 +16,13 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductReview;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types
|
||||
.ProductReviewCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductReviewKey;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductReview;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductReviewCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductReviewKey;
|
||||
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
@ -16,12 +16,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Product;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.ProductCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Product;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.ProductCollection;
|
||||
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
@ -16,12 +16,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.StoredPI;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.StoredPICollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.StoredPI;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.StoredPICollection;
|
||||
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
@ -16,13 +16,12 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types.Subscription;
|
||||
import org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types
|
||||
.SubscriptionCollection;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.Subscription;
|
||||
import org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types.SubscriptionCollection;
|
||||
|
||||
// CHECKSTYLE:ON (Maven checkstyle)
|
||||
|
|
@ -16,5 +16,5 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice;
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractOpenType;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractOpenType;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.Annotatable;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.annotations.Key;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.annotations.Key;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.annotations.Key;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.annotations.Key;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractOpenType;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.Annotatable;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractOpenType;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
import java.util.concurrent.Future;
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.annotations.Key;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.annotations.Key;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
import java.util.concurrent.Future;
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.annotations.Key;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.annotations.Key;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.annotations.Key;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
import java.util.concurrent.Future;
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.annotations.Key;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.OperationType;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.annotations.Key;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.Annotatable;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.AbstractTerm;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import org.apache.olingo.ext.proxy.api.annotations.Key;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
import java.util.Collection;
|
|
@ -16,7 +16,7 @@
|
|||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package org.apache.olingo.fit.proxy.staticservice.microsoft.test.odata.services.odatawcfservice.types;
|
||||
package org.apache.olingo.fit.proxy.staticservice.odatawcfservice.types;
|
||||
|
||||
// CHECKSTYLE:OFF (Maven checkstyle)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue