[OLINGO-575] Delete V3 Concurrency mode objects
Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/a42641f7 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/a42641f7 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/a42641f7 Branch: refs/heads/master Commit: a42641f70e8f1077250489052789ae7d149c152e Parents: 3b37d29 Author: Christian Amend <[email protected]> Authored: Wed Mar 18 15:58:08 2015 +0100 Committer: Christian Amend <[email protected]> Committed: Wed Mar 18 16:14:19 2015 +0100 ---------------------------------------------------------------------- .../ext/proxy/api/annotations/Property.java | 21 +--- .../main/resources/entityComposableInvoker.vm | 11 +- .../src/main/resources/entityType.vm | 11 +- .../src/main/resources/entityTypeKey.vm | 2 - .../v4/demo/odatademo/types/Advertisement.java | 29 +----- .../types/AdvertisementComposableInvoker.java | 29 +----- .../proxy/v4/demo/odatademo/types/Category.java | 20 +--- .../types/CategoryComposableInvoker.java | 20 +--- .../proxy/v4/demo/odatademo/types/Customer.java | 29 +----- .../types/CustomerComposableInvoker.java | 29 +----- .../proxy/v4/demo/odatademo/types/Employee.java | 47 +-------- .../types/EmployeeComposableInvoker.java | 47 +-------- .../demo/odatademo/types/FeaturedProduct.java | 65 ++---------- .../types/FeaturedProductComposableInvoker.java | 65 ++---------- .../proxy/v4/demo/odatademo/types/Person.java | 20 +--- .../types/PersonComposableInvoker.java | 20 +--- .../v4/demo/odatademo/types/PersonDetail.java | 56 ++-------- .../types/PersonDetailComposableInvoker.java | 56 ++-------- .../proxy/v4/demo/odatademo/types/Product.java | 65 ++---------- .../types/ProductComposableInvoker.java | 65 ++---------- .../v4/demo/odatademo/types/ProductDetail.java | 20 +--- .../types/ProductDetailComposableInvoker.java | 20 +--- .../proxy/v4/demo/odatademo/types/Supplier.java | 47 +-------- .../types/SupplierComposableInvoker.java | 47 +-------- .../opentypesservicev4/types/IndexedRow.java | 11 +- .../types/IndexedRowComposableInvoker.java | 11 +- .../services/opentypesservicev4/types/Row.java | 11 +- .../types/RowComposableInvoker.java | 11 +- .../opentypesservicev4/types/RowIndex.java | 11 +- .../types/RowIndexComposableInvoker.java | 11 +- .../services/odatawcfservice/types/Account.java | 29 +----- .../types/AccountComposableInvoker.java | 29 +----- .../services/odatawcfservice/types/Asset.java | 29 +----- .../types/AssetComposableInvoker.java | 29 +----- .../services/odatawcfservice/types/Club.java | 20 +--- .../types/ClubComposableInvoker.java | 20 +--- .../services/odatawcfservice/types/Company.java | 47 +-------- .../types/CompanyComposableInvoker.java | 47 +-------- .../odatawcfservice/types/CreditCardPI.java | 74 ++------------ .../types/CreditCardPIComposableInvoker.java | 74 ++------------ .../odatawcfservice/types/CreditRecord.java | 38 +------ .../types/CreditRecordComposableInvoker.java | 38 +------ .../odatawcfservice/types/Customer.java | 101 ++----------------- .../types/CustomerComposableInvoker.java | 101 ++----------------- .../odatawcfservice/types/Department.java | 29 +----- .../types/DepartmentComposableInvoker.java | 29 +----- .../odatawcfservice/types/Employee.java | 92 ++--------------- .../types/EmployeeComposableInvoker.java | 92 ++--------------- .../odatawcfservice/types/GiftCard.java | 47 +-------- .../types/GiftCardComposableInvoker.java | 47 +-------- .../odatawcfservice/types/LabourUnion.java | 20 +--- .../types/LabourUnionComposableInvoker.java | 20 +--- .../services/odatawcfservice/types/Order.java | 38 +------ .../types/OrderComposableInvoker.java | 38 +------ .../odatawcfservice/types/OrderDetail.java | 47 +-------- .../types/OrderDetailComposableInvoker.java | 47 +-------- .../types/PaymentInstrument.java | 29 +----- .../PaymentInstrumentComposableInvoker.java | 29 +----- .../services/odatawcfservice/types/Person.java | 74 ++------------ .../types/PersonComposableInvoker.java | 74 ++------------ .../services/odatawcfservice/types/Product.java | 83 ++------------- .../types/ProductComposableInvoker.java | 83 ++------------- .../odatawcfservice/types/ProductDetail.java | 38 +------ .../types/ProductDetailComposableInvoker.java | 38 +------ .../odatawcfservice/types/ProductReview.java | 56 ++-------- .../types/ProductReviewComposableInvoker.java | 56 ++-------- .../odatawcfservice/types/PublicCompany.java | 56 ++-------- .../types/PublicCompanyComposableInvoker.java | 56 ++-------- .../odatawcfservice/types/Statement.java | 38 +------ .../types/StatementComposableInvoker.java | 38 +------ .../odatawcfservice/types/StoredPI.java | 38 +------ .../types/StoredPIComposableInvoker.java | 38 +------ .../odatawcfservice/types/Subscription.java | 47 +-------- .../types/SubscriptionComposableInvoker.java | 47 +-------- .../olingo/client/api/edm/ConcurrencyMode.java | 26 ----- 75 files changed, 322 insertions(+), 2751 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/Property.java ---------------------------------------------------------------------- diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/Property.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/Property.java index 5b6a0a0..180afac 100644 --- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/Property.java +++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/Property.java @@ -18,15 +18,13 @@ */ package org.apache.olingo.ext.proxy.api.annotations; -import org.apache.olingo.client.api.edm.ConcurrencyMode; -import org.apache.olingo.client.api.edm.StoreGeneratedPattern; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; - import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; +import org.apache.olingo.client.api.edm.StoreGeneratedPattern; + /** * Bind POJO field to EDM property. */ @@ -56,22 +54,7 @@ public @interface Property { String srid() default ""; - ConcurrencyMode concurrencyMode() default ConcurrencyMode.None; - String mimeType() default ""; - /* -- Feed Customization annotations -- */ - String fcSourcePath() default ""; - - String fcTargetPath() default ""; - - EdmContentKind fcContentKind() default EdmContentKind.text; - - String fcNSPrefix() default ""; - - String fcNSURI() default ""; - - boolean fcKeepInContent() default false; - StoreGeneratedPattern storeGeneratedPattern() default StoreGeneratedPattern.None; } http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/ext/pojogen-maven-plugin/src/main/resources/entityComposableInvoker.vm ---------------------------------------------------------------------- diff --git a/ext/pojogen-maven-plugin/src/main/resources/entityComposableInvoker.vm b/ext/pojogen-maven-plugin/src/main/resources/entityComposableInvoker.vm index 72e4829..41c7b36 100644 --- a/ext/pojogen-maven-plugin/src/main/resources/entityComposableInvoker.vm +++ b/ext/pojogen-maven-plugin/src/main/resources/entityComposableInvoker.vm @@ -34,8 +34,6 @@ import org.apache.olingo.ext.proxy.api.annotations.Parameter; import org.apache.olingo.ext.proxy.api.AbstractOpenType; import org.apache.olingo.ext.proxy.api.OperationType; import org.apache.olingo.ext.proxy.api.AbstractEntitySet; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; #foreach($ns in $namespaces) import #if($basePackage)${basePackage}.#end${ns}.*; #end @@ -89,14 +87,7 @@ public interface $utility.capitalize($entityType.Name)ComposableInvoker scale = #if($property.getScale())$property.getScale()#{else}0#end, unicode = #if($property.isUnicode())$property.isUnicode()#{else}false#end, collation = "#if($property.getCollation())$property.getCollation()#end", - srid = "#if($property.getSRID())$property.getSRID()#end", - concurrencyMode = #if($property.getConcurrencyMode())ConcurrencyMode.$property.getConcurrencyMode()#{else}ConcurrencyMode.None#end, - fcSourcePath = "#if($fcprops.containsKey("fcSourcePath"))$fcprops.get("fcSourcePath")#end", - fcTargetPath = "#if($fcprops.containsKey("fcTargetPath"))$fcprops.get("fcTargetPath")#end", - fcContentKind = #if($fcprops.containsKey("fcContentKind"))EdmContentKind.$fcprops.get("fcContentKind")#{else}EdmContentKind.text#end, - fcNSPrefix = "#if($fcprops.containsKey("fcNSPrefix"))$fcprops.get("fcNSPrefix")#end", - fcNSURI = "#if($fcprops.containsKey("fcNSURI"))$fcprops.get("fcNSURI")#end", - fcKeepInContent = #if($fcprops.containsKey("fcKeepInContent"))$fcprops.get("fcKeepInContent")#{else}false#end) + srid = "#if($property.getSRID())$property.getSRID()#end") $returnType get$utility.capitalize($property.Name)(); void set$utility.capitalize($property.Name)($returnType _$utility.uncapitalize($property.Name)); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/ext/pojogen-maven-plugin/src/main/resources/entityType.vm ---------------------------------------------------------------------- diff --git a/ext/pojogen-maven-plugin/src/main/resources/entityType.vm b/ext/pojogen-maven-plugin/src/main/resources/entityType.vm index 4a7af54..f417d68 100644 --- a/ext/pojogen-maven-plugin/src/main/resources/entityType.vm +++ b/ext/pojogen-maven-plugin/src/main/resources/entityType.vm @@ -34,8 +34,6 @@ import org.apache.olingo.ext.proxy.api.annotations.Parameter; import org.apache.olingo.ext.proxy.api.AbstractOpenType; import org.apache.olingo.ext.proxy.api.OperationType; import org.apache.olingo.ext.proxy.api.AbstractEntitySet; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; #foreach($ns in $namespaces) import #if($basePackage)${basePackage}.#end${ns}.*; #end @@ -109,14 +107,7 @@ public interface $utility.capitalize($entityType.Name) scale = #if($property.getScale())$property.getScale()#{else}0#end, unicode = #if($property.isUnicode())$property.isUnicode()#{else}false#end, collation = "#if($property.getCollation())$property.getCollation()#end", - srid = "#if($property.getSRID())$property.getSRID()#end", - concurrencyMode = #if($property.getConcurrencyMode())ConcurrencyMode.$property.getConcurrencyMode()#{else}ConcurrencyMode.None#end, - fcSourcePath = "#if($fcprops.containsKey("fcSourcePath"))$fcprops.get("fcSourcePath")#end", - fcTargetPath = "#if($fcprops.containsKey("fcTargetPath"))$fcprops.get("fcTargetPath")#end", - fcContentKind = #if($fcprops.containsKey("fcContentKind"))EdmContentKind.$fcprops.get("fcContentKind")#{else}EdmContentKind.text#end, - fcNSPrefix = "#if($fcprops.containsKey("fcNSPrefix"))$fcprops.get("fcNSPrefix")#end", - fcNSURI = "#if($fcprops.containsKey("fcNSURI"))$fcprops.get("fcNSURI")#end", - fcKeepInContent = #if($fcprops.containsKey("fcKeepInContent"))$fcprops.get("fcKeepInContent")#{else}false#end) + srid = "#if($property.getSRID())$property.getSRID()#end") $returnType get$utility.capitalize($property.Name)(); void set$utility.capitalize($property.Name)($returnType _$utility.uncapitalize($property.Name)); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/ext/pojogen-maven-plugin/src/main/resources/entityTypeKey.vm ---------------------------------------------------------------------- diff --git a/ext/pojogen-maven-plugin/src/main/resources/entityTypeKey.vm b/ext/pojogen-maven-plugin/src/main/resources/entityTypeKey.vm index 31b94f3..034d00d 100644 --- a/ext/pojogen-maven-plugin/src/main/resources/entityTypeKey.vm +++ b/ext/pojogen-maven-plugin/src/main/resources/entityTypeKey.vm @@ -26,8 +26,6 @@ import org.apache.olingo.ext.proxy.api.annotations.CompoundKeyElement; import org.apache.olingo.ext.proxy.api.annotations.NavigationProperty; import org.apache.olingo.ext.proxy.api.annotations.Property; import org.apache.olingo.ext.proxy.api.AbstractEntityKey; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; #foreach($ns in $namespaces) import #if($basePackage)${basePackage}.#end${ns}.*; #end http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Advertisement.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Advertisement.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Advertisement.java index a70a8a6..019d014 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Advertisement.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Advertisement.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -48,14 +46,7 @@ public interface Advertisement scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.util.UUID getID(); void setID(java.util.UUID _iD); @@ -71,14 +62,7 @@ public interface Advertisement scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -94,14 +78,7 @@ public interface Advertisement scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getAirDate(); void setAirDate(java.sql.Timestamp _airDate); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AdvertisementComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AdvertisementComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AdvertisementComposableInvoker.java index dabfa74..b4c5f19 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AdvertisementComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AdvertisementComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface AdvertisementComposableInvoker @@ -47,14 +45,7 @@ public interface AdvertisementComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.util.UUID getID(); void setID(java.util.UUID _iD); @@ -70,14 +61,7 @@ public interface AdvertisementComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -93,14 +77,7 @@ public interface AdvertisementComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getAirDate(); void setAirDate(java.sql.Timestamp _airDate); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Category.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Category.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Category.java index 67e341c..aa04c8b 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Category.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Category.java @@ -20,8 +20,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.AbstractOpenType; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -49,14 +47,7 @@ public interface Category scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getID(); void setID(java.lang.Integer _iD); @@ -72,14 +63,7 @@ public interface Category scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CategoryComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CategoryComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CategoryComposableInvoker.java index 58fc02e..cd08705 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CategoryComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CategoryComposableInvoker.java @@ -20,8 +20,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.AbstractOpenType; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface CategoryComposableInvoker @@ -48,14 +46,7 @@ public interface CategoryComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getID(); void setID(java.lang.Integer _iD); @@ -71,14 +62,7 @@ public interface CategoryComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Customer.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Customer.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Customer.java index c0483d8..3ac61cb 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Customer.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Customer.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; import java.util.concurrent.Future; //CHECKSTYLE:ON (Maven checkstyle) @@ -64,14 +62,7 @@ public interface Customer scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") @Override java.lang.Integer getID(); @Override @@ -88,14 +79,7 @@ public interface Customer scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") @Override java.lang.String getName(); @Override @@ -112,14 +96,7 @@ public interface Customer scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.math.BigDecimal getTotalExpense(); void setTotalExpense(java.math.BigDecimal _totalExpense); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CustomerComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CustomerComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CustomerComposableInvoker.java index b04518e..22b2e45 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CustomerComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CustomerComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface CustomerComposableInvoker @@ -47,14 +45,7 @@ public interface CustomerComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getID(); void setID(java.lang.Integer _iD); @@ -70,14 +61,7 @@ public interface CustomerComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -93,14 +77,7 @@ public interface CustomerComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.math.BigDecimal getTotalExpense(); void setTotalExpense(java.math.BigDecimal _totalExpense); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Employee.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Employee.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Employee.java index 8200e8b..e6923de 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Employee.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Employee.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; import java.util.concurrent.Future; //CHECKSTYLE:ON (Maven checkstyle) @@ -64,14 +62,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getID(); void setID(java.lang.Integer _iD); @@ -87,14 +78,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -110,14 +94,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Long getEmployeeID(); void setEmployeeID(java.lang.Long _employeeID); @@ -133,14 +110,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getHireDate(); void setHireDate(java.sql.Timestamp _hireDate); @@ -156,14 +126,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Float getSalary(); void setSalary(java.lang.Float _salary); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/EmployeeComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/EmployeeComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/EmployeeComposableInvoker.java index 4059231..994d7df 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/EmployeeComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/EmployeeComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface EmployeeComposableInvoker @@ -47,14 +45,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getID(); void setID(java.lang.Integer _iD); @@ -70,14 +61,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -93,14 +77,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Long getEmployeeID(); void setEmployeeID(java.lang.Long _employeeID); @@ -116,14 +93,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getHireDate(); void setHireDate(java.sql.Timestamp _hireDate); @@ -139,14 +109,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Float getSalary(); void setSalary(java.lang.Float _salary); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProduct.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProduct.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProduct.java index c99d0cf..7a469dd 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProduct.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProduct.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; import java.util.concurrent.Future; //CHECKSTYLE:ON (Maven checkstyle) @@ -64,14 +62,7 @@ public interface FeaturedProduct scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getID(); void setID(java.lang.Integer _iD); @@ -87,14 +78,7 @@ public interface FeaturedProduct scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -110,14 +94,7 @@ public interface FeaturedProduct scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getDescription(); void setDescription(java.lang.String _description); @@ -133,14 +110,7 @@ public interface FeaturedProduct scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getReleaseDate(); void setReleaseDate(java.sql.Timestamp _releaseDate); @@ -156,14 +126,7 @@ public interface FeaturedProduct scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getDiscontinuedDate(); void setDiscontinuedDate(java.sql.Timestamp _discontinuedDate); @@ -179,14 +142,7 @@ public interface FeaturedProduct scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Short getRating(); void setRating(java.lang.Short _rating); @@ -202,14 +158,7 @@ public interface FeaturedProduct scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Double getPrice(); void setPrice(java.lang.Double _price); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProductComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProductComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProductComposableInvoker.java index fe64a16..e0f5c6d 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProductComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProductComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface FeaturedProductComposableInvoker @@ -47,14 +45,7 @@ public interface FeaturedProductComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getID(); void setID(java.lang.Integer _iD); @@ -70,14 +61,7 @@ public interface FeaturedProductComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -93,14 +77,7 @@ public interface FeaturedProductComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getDescription(); void setDescription(java.lang.String _description); @@ -116,14 +93,7 @@ public interface FeaturedProductComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getReleaseDate(); void setReleaseDate(java.sql.Timestamp _releaseDate); @@ -139,14 +109,7 @@ public interface FeaturedProductComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getDiscontinuedDate(); void setDiscontinuedDate(java.sql.Timestamp _discontinuedDate); @@ -162,14 +125,7 @@ public interface FeaturedProductComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Short getRating(); void setRating(java.lang.Short _rating); @@ -185,14 +141,7 @@ public interface FeaturedProductComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Double getPrice(); void setPrice(java.lang.Double _price); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Person.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Person.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Person.java index 759cea5..448ab01 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Person.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Person.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -48,14 +46,7 @@ public interface Person scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getID(); void setID(java.lang.Integer _iD); @@ -71,14 +62,7 @@ public interface Person scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonComposableInvoker.java index fadd3ad..4d7507b 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface PersonComposableInvoker @@ -47,14 +45,7 @@ public interface PersonComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getID(); void setID(java.lang.Integer _iD); @@ -70,14 +61,7 @@ public interface PersonComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetail.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetail.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetail.java index 89b9c5d..f3aec8c 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetail.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetail.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -48,14 +46,7 @@ public interface PersonDetail scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getPersonID(); void setPersonID(java.lang.Integer _personID); @@ -71,14 +62,7 @@ public interface PersonDetail scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Short getAge(); void setAge(java.lang.Short _age); @@ -94,14 +78,7 @@ public interface PersonDetail scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Boolean getGender(); void setGender(java.lang.Boolean _gender); @@ -117,14 +94,7 @@ public interface PersonDetail scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getPhone(); void setPhone(java.lang.String _phone); @@ -140,14 +110,7 @@ public interface PersonDetail scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.fit.proxy.v4.demo.odatademo.types.Address getAddress(); void setAddress(org.apache.olingo.fit.proxy.v4.demo.odatademo.types.Address _address); @@ -163,14 +126,7 @@ public interface PersonDetail scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.ext.proxy.api.EdmStreamValue getPhoto(); void setPhoto(org.apache.olingo.ext.proxy.api.EdmStreamValue _photo); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetailComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetailComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetailComposableInvoker.java index 4ec41ae..caafc2b 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetailComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetailComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface PersonDetailComposableInvoker @@ -47,14 +45,7 @@ public interface PersonDetailComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getPersonID(); void setPersonID(java.lang.Integer _personID); @@ -70,14 +61,7 @@ public interface PersonDetailComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Short getAge(); void setAge(java.lang.Short _age); @@ -93,14 +77,7 @@ public interface PersonDetailComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Boolean getGender(); void setGender(java.lang.Boolean _gender); @@ -116,14 +93,7 @@ public interface PersonDetailComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getPhone(); void setPhone(java.lang.String _phone); @@ -139,14 +109,7 @@ public interface PersonDetailComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.fit.proxy.v4.demo.odatademo.types.Address getAddress(); void setAddress(org.apache.olingo.fit.proxy.v4.demo.odatademo.types.Address _address); @@ -162,14 +125,7 @@ public interface PersonDetailComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.ext.proxy.api.EdmStreamValue getPhoto(); void setPhoto(org.apache.olingo.ext.proxy.api.EdmStreamValue _photo); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Product.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Product.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Product.java index df93b40..dbf9a18 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Product.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Product.java @@ -21,8 +21,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.annotations.Parameter; import org.apache.olingo.ext.proxy.api.OperationType; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -50,14 +48,7 @@ public interface Product scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getID(); void setID(java.lang.Integer _iD); @@ -73,14 +64,7 @@ public interface Product scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -96,14 +80,7 @@ public interface Product scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getDescription(); void setDescription(java.lang.String _description); @@ -119,14 +96,7 @@ public interface Product scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getReleaseDate(); void setReleaseDate(java.sql.Timestamp _releaseDate); @@ -142,14 +112,7 @@ public interface Product scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getDiscontinuedDate(); void setDiscontinuedDate(java.sql.Timestamp _discontinuedDate); @@ -165,14 +128,7 @@ public interface Product scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Short getRating(); void setRating(java.lang.Short _rating); @@ -188,14 +144,7 @@ public interface Product scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Double getPrice(); void setPrice(java.lang.Double _price); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductComposableInvoker.java index e3e0789..edf51ff 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface ProductComposableInvoker @@ -47,14 +45,7 @@ public interface ProductComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getID(); void setID(java.lang.Integer _iD); @@ -70,14 +61,7 @@ public interface ProductComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -93,14 +77,7 @@ public interface ProductComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getDescription(); void setDescription(java.lang.String _description); @@ -116,14 +93,7 @@ public interface ProductComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getReleaseDate(); void setReleaseDate(java.sql.Timestamp _releaseDate); @@ -139,14 +109,7 @@ public interface ProductComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getDiscontinuedDate(); void setDiscontinuedDate(java.sql.Timestamp _discontinuedDate); @@ -162,14 +125,7 @@ public interface ProductComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Short getRating(); void setRating(java.lang.Short _rating); @@ -185,14 +141,7 @@ public interface ProductComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Double getPrice(); void setPrice(java.lang.Double _price); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetail.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetail.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetail.java index f20fadc..bc7d9c1 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetail.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetail.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -48,14 +46,7 @@ public interface ProductDetail scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getProductID(); void setProductID(java.lang.Integer _productID); @@ -71,14 +62,7 @@ public interface ProductDetail scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getDetails(); void setDetails(java.lang.String _details); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetailComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetailComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetailComposableInvoker.java index f55fa17..33155aa 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetailComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetailComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface ProductDetailComposableInvoker @@ -47,14 +45,7 @@ public interface ProductDetailComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getProductID(); void setProductID(java.lang.Integer _productID); @@ -70,14 +61,7 @@ public interface ProductDetailComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getDetails(); void setDetails(java.lang.String _details); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Supplier.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Supplier.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Supplier.java index 3cce050..f2d5958 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Supplier.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Supplier.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -48,14 +46,7 @@ public interface Supplier scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getID(); void setID(java.lang.Integer _iD); @@ -71,14 +62,7 @@ public interface Supplier scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -94,14 +78,7 @@ public interface Supplier scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.fit.proxy.v4.demo.odatademo.types.Address getAddress(); void setAddress(org.apache.olingo.fit.proxy.v4.demo.odatademo.types.Address _address); @@ -117,14 +94,7 @@ public interface Supplier scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.commons.api.edm.geo.Point getLocation(); void setLocation(org.apache.olingo.commons.api.edm.geo.Point _location); @@ -140,14 +110,7 @@ public interface Supplier scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getConcurrency(); void setConcurrency(java.lang.Integer _concurrency); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/SupplierComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/SupplierComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/SupplierComposableInvoker.java index 1e35c8d..a404314 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/SupplierComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/SupplierComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.demo.odatademo.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface SupplierComposableInvoker @@ -47,14 +45,7 @@ public interface SupplierComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getID(); void setID(java.lang.Integer _iD); @@ -70,14 +61,7 @@ public interface SupplierComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -93,14 +77,7 @@ public interface SupplierComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.fit.proxy.v4.demo.odatademo.types.Address getAddress(); void setAddress(org.apache.olingo.fit.proxy.v4.demo.odatademo.types.Address _address); @@ -116,14 +93,7 @@ public interface SupplierComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.commons.api.edm.geo.Point getLocation(); void setLocation(org.apache.olingo.commons.api.edm.geo.Point _location); @@ -139,14 +109,7 @@ public interface SupplierComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getConcurrency(); void setConcurrency(java.lang.Integer _concurrency); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRow.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRow.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRow.java index 36275a4..e8b5cb9 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRow.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRow.java @@ -20,8 +20,6 @@ package org.apache.olingo.fit.proxy.v4.opentype.microsoft.test.odata.services.op //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.AbstractOpenType; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; import java.util.concurrent.Future; //CHECKSTYLE:ON (Maven checkstyle) @@ -65,14 +63,7 @@ public interface IndexedRow scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.util.UUID getId(); void setId(java.util.UUID _id); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRowComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRowComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRowComposableInvoker.java index 9c55eb1..0821325 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRowComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRowComposableInvoker.java @@ -20,8 +20,6 @@ package org.apache.olingo.fit.proxy.v4.opentype.microsoft.test.odata.services.op //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.AbstractOpenType; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface IndexedRowComposableInvoker @@ -48,14 +46,7 @@ public interface IndexedRowComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.util.UUID getId(); void setId(java.util.UUID _id); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/Row.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/Row.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/Row.java index fb44840..060c517 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/Row.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/Row.java @@ -20,8 +20,6 @@ package org.apache.olingo.fit.proxy.v4.opentype.microsoft.test.odata.services.op //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.AbstractOpenType; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -49,14 +47,7 @@ public interface Row scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.util.UUID getId(); void setId(java.util.UUID _id);
