killbill 1.1.2 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/gen_config/api.conf +42 -0
- data/gen_config/plugin_api.conf +14 -0
- data/lib/killbill.rb +3 -3
- data/lib/killbill/gen/{account.rb → api/account.rb} +0 -0
- data/lib/killbill/gen/{account_api_exception.rb → api/account_api_exception.rb} +0 -0
- data/lib/killbill/gen/{account_data.rb → api/account_data.rb} +0 -0
- data/lib/killbill/gen/{account_email.rb → api/account_email.rb} +0 -0
- data/lib/killbill/gen/{account_user_api.rb → api/account_user_api.rb} +19 -16
- data/lib/killbill/gen/{audit_user_api.rb → api/audit_user_api.rb} +25 -0
- data/lib/killbill/gen/{billing_exception_base.rb → api/billing_exception_base.rb} +0 -0
- data/lib/killbill/gen/{blockable.rb → api/blockable.rb} +0 -0
- data/lib/killbill/gen/{blocking_api_exception.rb → api/blocking_api_exception.rb} +0 -0
- data/lib/killbill/gen/{blocking_state.rb → api/blocking_state.rb} +0 -0
- data/lib/killbill/gen/{call_context.rb → api/call_context.rb} +0 -0
- data/lib/killbill/gen/{catalog.rb → api/catalog.rb} +0 -0
- data/lib/killbill/gen/{catalog_api_exception.rb → api/catalog_api_exception.rb} +0 -0
- data/lib/killbill/gen/{catalog_user_api.rb → api/catalog_user_api.rb} +2 -0
- data/lib/killbill/gen/{column_info.rb → api/column_info.rb} +0 -0
- data/lib/killbill/gen/{control_tag.rb → api/control_tag.rb} +0 -0
- data/lib/killbill/gen/{currency_value_null.rb → api/currency_value_null.rb} +0 -0
- data/lib/killbill/gen/{custom_field.rb → api/custom_field.rb} +0 -0
- data/lib/killbill/gen/{custom_field_api_exception.rb → api/custom_field_api_exception.rb} +0 -0
- data/lib/killbill/gen/{custom_field_user_api.rb → api/custom_field_user_api.rb} +10 -0
- data/lib/killbill/gen/{database_export_output_stream.rb → api/database_export_output_stream.rb} +0 -0
- data/lib/killbill/gen/{duration.rb → api/duration.rb} +0 -0
- data/lib/killbill/gen/{entitlement_user_api.rb → api/entitlement_user_api.rb} +31 -0
- data/lib/killbill/gen/{entitlement_user_api_exception.rb → api/entitlement_user_api_exception.rb} +0 -0
- data/lib/killbill/gen/{entity.rb → api/entity.rb} +0 -0
- data/lib/killbill/gen/{illegal_plan_change.rb → api/illegal_plan_change.rb} +0 -0
- data/lib/killbill/gen/{international_price.rb → api/international_price.rb} +2 -2
- data/lib/killbill/gen/{invalid_config_exception.rb → api/invalid_config_exception.rb} +0 -0
- data/lib/killbill/gen/{invoice.rb → api/invoice.rb} +12 -12
- data/lib/killbill/gen/{invoice_api_exception.rb → api/invoice_api_exception.rb} +0 -0
- data/lib/killbill/gen/{invoice_creation_event.rb → api/invoice_creation_event.rb} +0 -0
- data/lib/killbill/gen/api/invoice_formatter.rb +278 -0
- data/lib/killbill/gen/{invoice_item.rb → api/invoice_item.rb} +4 -4
- data/lib/killbill/gen/api/invoice_item_formatter.rb +213 -0
- data/lib/killbill/gen/{invoice_payment.rb → api/invoice_payment.rb} +2 -2
- data/lib/killbill/gen/{invoice_payment_api.rb → api/invoice_payment_api.rb} +23 -2
- data/lib/killbill/gen/{invoice_user_api.rb → api/invoice_user_api.rb} +85 -8
- data/lib/killbill/gen/{junction_api.rb → api/junction_api.rb} +2 -0
- data/lib/killbill/gen/{limit.rb → api/limit.rb} +0 -0
- data/lib/killbill/gen/{listing.rb → api/listing.rb} +0 -0
- data/lib/killbill/gen/{migration_plan.rb → api/migration_plan.rb} +0 -0
- data/lib/killbill/gen/{mutable_account_data.rb → api/mutable_account_data.rb} +0 -0
- data/lib/killbill/gen/api/osgi_killbill.rb +175 -0
- data/lib/killbill/gen/{external_bus.rb → api/osgi_plugin_properties.rb} +3 -3
- data/lib/killbill/gen/{payment.rb → api/payment.rb} +4 -4
- data/lib/killbill/gen/{payment_api.rb → api/payment_api.rb} +63 -4
- data/lib/killbill/gen/{payment_api_exception.rb → api/payment_api_exception.rb} +0 -0
- data/lib/killbill/gen/{payment_attempt.rb → api/payment_attempt.rb} +0 -0
- data/lib/killbill/gen/{payment_method.rb → api/payment_method.rb} +0 -0
- data/lib/killbill/gen/{payment_method_kv_info.rb → api/payment_method_kv_info.rb} +0 -0
- data/lib/killbill/gen/{payment_method_plugin.rb → api/payment_method_plugin.rb} +0 -0
- data/lib/killbill/gen/{plan.rb → api/plan.rb} +0 -0
- data/lib/killbill/gen/{plan_change_result.rb → api/plan_change_result.rb} +0 -0
- data/lib/killbill/gen/{plan_phase.rb → api/plan_phase.rb} +0 -0
- data/lib/killbill/gen/{plan_phase_specifier.rb → api/plan_phase_specifier.rb} +0 -0
- data/lib/killbill/gen/{plan_specifier.rb → api/plan_specifier.rb} +0 -0
- data/lib/killbill/gen/api/plugin_config_service_api.rb +64 -0
- data/lib/killbill/gen/{price.rb → api/price.rb} +2 -2
- data/lib/killbill/gen/{price_list.rb → api/price_list.rb} +0 -0
- data/lib/killbill/gen/{price_list_set.rb → api/price_list_set.rb} +0 -0
- data/lib/killbill/gen/{product.rb → api/product.rb} +0 -0
- data/lib/killbill/gen/{record_id_api.rb → api/record_id_api.rb} +3 -0
- data/lib/killbill/gen/{refund.rb → api/refund.rb} +2 -2
- data/lib/killbill/gen/api/require_gen.rb +107 -0
- data/lib/killbill/gen/api/rolled_up_usage.rb +101 -0
- data/lib/killbill/gen/{static_catalog.rb → api/static_catalog.rb} +0 -0
- data/lib/killbill/gen/{subscription.rb → api/subscription.rb} +0 -0
- data/lib/killbill/gen/{subscription_bundle.rb → api/subscription_bundle.rb} +0 -0
- data/lib/killbill/gen/{subscription_status_dry_run.rb → api/subscription_status_dry_run.rb} +0 -0
- data/lib/killbill/gen/{subscription_transition.rb → api/subscription_transition.rb} +0 -0
- data/lib/killbill/gen/{tag.rb → api/tag.rb} +0 -0
- data/lib/killbill/gen/{tag_api_exception.rb → api/tag_api_exception.rb} +0 -0
- data/lib/killbill/gen/{tag_definition.rb → api/tag_definition.rb} +0 -0
- data/lib/killbill/gen/{tag_definition_api_exception.rb → api/tag_definition_api_exception.rb} +0 -0
- data/lib/killbill/gen/{tag_user_api.rb → api/tag_user_api.rb} +34 -0
- data/lib/killbill/gen/{tenant.rb → api/tenant.rb} +0 -0
- data/lib/killbill/gen/{tenant_api_exception.rb → api/tenant_api_exception.rb} +0 -0
- data/lib/killbill/gen/{tenant_context.rb → api/tenant_context.rb} +0 -0
- data/lib/killbill/gen/{tenant_data.rb → api/tenant_data.rb} +0 -0
- data/lib/killbill/gen/{tenant_kv.rb → api/tenant_kv.rb} +0 -0
- data/lib/killbill/gen/{tenant_user_api.rb → api/tenant_user_api.rb} +11 -0
- data/lib/killbill/gen/{unit.rb → api/unit.rb} +0 -0
- data/lib/killbill/gen/api/usage_user_api.rb +89 -0
- data/lib/killbill/gen/{ext_bus_event.rb → plugin-api/ext_bus_event.rb} +0 -0
- data/lib/killbill/gen/plugin-api/notification_plugin_api.rb +61 -0
- data/lib/killbill/gen/{payment_info_plugin.rb → plugin-api/payment_info_plugin.rb} +2 -2
- data/lib/killbill/gen/{payment_method_info_plugin.rb → plugin-api/payment_method_info_plugin.rb} +0 -0
- data/lib/killbill/gen/plugin-api/payment_plugin_api.rb +356 -0
- data/lib/killbill/gen/{payment_plugin_api_exception.rb → plugin-api/payment_plugin_api_exception.rb} +0 -0
- data/lib/killbill/gen/{refund_info_plugin.rb → plugin-api/refund_info_plugin.rb} +2 -2
- data/lib/killbill/gen/plugin-api/require_gen.rb +32 -0
- data/lib/killbill/jplugin.rb +0 -71
- data/lib/killbill/killbill_api.rb +0 -7
- data/spec/killbill/killbillapi_spec.rb +1 -1
- data/spec/killbill/notification_plugin_api_spec.rb +22 -0
- data/spec/killbill/payment_plugin_api_spec.rb +122 -0
- data/spec/killbill/payment_test.rb +1 -1
- metadata +100 -107
- data/lib/killbill/enum.rb +0 -72
- data/lib/killbill/gen/account_service.rb +0 -55
- data/lib/killbill/gen/beatrix_service.rb +0 -55
- data/lib/killbill/gen/catalog_service.rb +0 -69
- data/lib/killbill/gen/default_mutable_account_data.rb +0 -180
- data/lib/killbill/gen/entitlement_service.rb +0 -55
- data/lib/killbill/gen/entity_persistence_exception.rb +0 -66
- data/lib/killbill/gen/export_user_api.rb +0 -17
- data/lib/killbill/gen/invoice_migration_api.rb +0 -66
- data/lib/killbill/gen/invoice_notifier.rb +0 -51
- data/lib/killbill/gen/invoice_service.rb +0 -55
- data/lib/killbill/gen/migration_account_data.rb +0 -228
- data/lib/killbill/gen/no_op_payment_plugin_api.rb +0 -254
- data/lib/killbill/gen/payment_plugin_api.rb +0 -232
- data/lib/killbill/gen/payment_service.rb +0 -62
- data/lib/killbill/gen/require_gen.rb +0 -120
- data/lib/killbill/gen/tenant_service.rb +0 -55
- data/lib/killbill/jpayment.rb +0 -107
- data/spec/killbill/jnotification_spec.rb +0 -39
- data/spec/killbill/jpayment_spec.rb +0 -126
- data/tools/java2ruby.rb +0 -440
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
###################################################################################
|
|
2
|
-
# #
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
-
# #
|
|
5
|
-
# Ning licenses this file to you under the Apache License, version 2.0 #
|
|
6
|
-
# (the "License"); you may not use this file except in compliance with the #
|
|
7
|
-
# License. You may obtain a copy of the License at: #
|
|
8
|
-
# #
|
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
10
|
-
# #
|
|
11
|
-
# Unless required by applicable law or agreed to in writing, software #
|
|
12
|
-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
13
|
-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
14
|
-
# License for the specific language governing permissions and limitations #
|
|
15
|
-
# under the License. #
|
|
16
|
-
# #
|
|
17
|
-
###################################################################################
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
#
|
|
21
|
-
# DO NOT EDIT!!!
|
|
22
|
-
# File automatically generated by killbill-java-parser (git@github.com:killbill/killbill-java-parser.git)
|
|
23
|
-
#
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
module Killbill
|
|
27
|
-
module Plugin
|
|
28
|
-
module Model
|
|
29
|
-
|
|
30
|
-
class EntityPersistenceException
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
attr_accessor :message, :cause, :code
|
|
34
|
-
|
|
35
|
-
def initialize()
|
|
36
|
-
end
|
|
37
|
-
|
|
38
|
-
def to_java()
|
|
39
|
-
# conversion for message [type = java.lang.String]
|
|
40
|
-
@message = @message.to_s unless @message.nil?
|
|
41
|
-
|
|
42
|
-
# conversion for cause [type = java.lang.Throwable]
|
|
43
|
-
@cause = @cause.to_s unless cause.nil?
|
|
44
|
-
|
|
45
|
-
# conversion for code [type = int]
|
|
46
|
-
@code = @code
|
|
47
|
-
Java::com.ning.billing.util.entity.EntityPersistenceException.new(@message, @cause, @code)
|
|
48
|
-
end
|
|
49
|
-
|
|
50
|
-
def to_ruby(j_obj)
|
|
51
|
-
# conversion for message [type = java.lang.String]
|
|
52
|
-
@message = j_obj.message
|
|
53
|
-
|
|
54
|
-
# conversion for cause [type = java.lang.Throwable]
|
|
55
|
-
@cause = j_obj.cause
|
|
56
|
-
@cause = @cause.to_s unless @cause.nil?
|
|
57
|
-
|
|
58
|
-
# conversion for code [type = int]
|
|
59
|
-
@code = j_obj.code
|
|
60
|
-
self
|
|
61
|
-
end
|
|
62
|
-
|
|
63
|
-
end
|
|
64
|
-
end
|
|
65
|
-
end
|
|
66
|
-
end
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
###################################################################################
|
|
2
|
-
# #
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
-
# #
|
|
5
|
-
# Ning licenses this file to you under the Apache License, version 2.0 #
|
|
6
|
-
# (the "License"); you may not use this file except in compliance with the #
|
|
7
|
-
# License. You may obtain a copy of the License at: #
|
|
8
|
-
# #
|
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
10
|
-
# #
|
|
11
|
-
# Unless required by applicable law or agreed to in writing, software #
|
|
12
|
-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
13
|
-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
14
|
-
# License for the specific language governing permissions and limitations #
|
|
15
|
-
# under the License. #
|
|
16
|
-
# #
|
|
17
|
-
###################################################################################
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
###################################################################################
|
|
2
|
-
# #
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
-
# #
|
|
5
|
-
# Ning licenses this file to you under the Apache License, version 2.0 #
|
|
6
|
-
# (the "License"); you may not use this file except in compliance with the #
|
|
7
|
-
# License. You may obtain a copy of the License at: #
|
|
8
|
-
# #
|
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
10
|
-
# #
|
|
11
|
-
# Unless required by applicable law or agreed to in writing, software #
|
|
12
|
-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
13
|
-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
14
|
-
# License for the specific language governing permissions and limitations #
|
|
15
|
-
# under the License. #
|
|
16
|
-
# #
|
|
17
|
-
###################################################################################
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
#
|
|
21
|
-
# DO NOT EDIT!!!
|
|
22
|
-
# File automatically generated by killbill-java-parser (git@github.com:killbill/killbill-java-parser.git)
|
|
23
|
-
#
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
module Killbill
|
|
27
|
-
module Plugin
|
|
28
|
-
module Api
|
|
29
|
-
|
|
30
|
-
java_package 'com.ning.billing.invoice.api'
|
|
31
|
-
class InvoiceMigrationApi
|
|
32
|
-
|
|
33
|
-
include com.ning.billing.invoice.api.InvoiceMigrationApi
|
|
34
|
-
|
|
35
|
-
def initialize(real_java_api)
|
|
36
|
-
@real_java_api = real_java_api
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
java_signature 'Java::java.util.UUID createMigrationInvoice(Java::java.util.UUID, Java::org.joda.time.LocalDate, Java::java.math.BigDecimal, Java::com.ning.billing.catalog.api.Currency, Java::com.ning.billing.util.callcontext.CallContext)'
|
|
41
|
-
def create_migration_invoice(accountId, targetDate, balance, currency, context)
|
|
42
|
-
# conversion for accountId [type = java.util.UUID]
|
|
43
|
-
accountId = java.util.UUID.fromString(accountId.to_s) unless accountId.nil?
|
|
44
|
-
# conversion for targetDate [type = org.joda.time.LocalDate]
|
|
45
|
-
if !targetDate.nil?
|
|
46
|
-
targetDate = Java::org.joda.time.LocalDate.parse(targetDate.to_s)
|
|
47
|
-
end
|
|
48
|
-
# conversion for balance [type = java.math.BigDecimal]
|
|
49
|
-
if balance.nil?
|
|
50
|
-
balance = java.math.BigDecimal::ZERO
|
|
51
|
-
else
|
|
52
|
-
balance = java.math.BigDecimal.new(balance.to_i)
|
|
53
|
-
end
|
|
54
|
-
# conversion for currency [type = com.ning.billing.catalog.api.Currency]
|
|
55
|
-
currency = Java::com.ning.billing.catalog.api.Currency.value_of("#{currency.to_s}") unless currency.nil?
|
|
56
|
-
# conversion for context [type = com.ning.billing.util.callcontext.CallContext]
|
|
57
|
-
context = context.to_java unless context.nil?
|
|
58
|
-
res = @real_java_api.create_migration_invoice(accountId, targetDate, balance, currency, context)
|
|
59
|
-
# conversion for res [type = java.util.UUID]
|
|
60
|
-
res = res.nil? ? nil : res.to_s
|
|
61
|
-
return res
|
|
62
|
-
end
|
|
63
|
-
end
|
|
64
|
-
end
|
|
65
|
-
end
|
|
66
|
-
end
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
###################################################################################
|
|
2
|
-
# #
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
-
# #
|
|
5
|
-
# Ning licenses this file to you under the Apache License, version 2.0 #
|
|
6
|
-
# (the "License"); you may not use this file except in compliance with the #
|
|
7
|
-
# License. You may obtain a copy of the License at: #
|
|
8
|
-
# #
|
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
10
|
-
# #
|
|
11
|
-
# Unless required by applicable law or agreed to in writing, software #
|
|
12
|
-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
13
|
-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
14
|
-
# License for the specific language governing permissions and limitations #
|
|
15
|
-
# under the License. #
|
|
16
|
-
# #
|
|
17
|
-
###################################################################################
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
#
|
|
21
|
-
# DO NOT EDIT!!!
|
|
22
|
-
# File automatically generated by killbill-java-parser (git@github.com:killbill/killbill-java-parser.git)
|
|
23
|
-
#
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
module Killbill
|
|
27
|
-
module Plugin
|
|
28
|
-
module Model
|
|
29
|
-
|
|
30
|
-
java_package 'com.ning.billing.invoice.api'
|
|
31
|
-
class InvoiceNotifier
|
|
32
|
-
|
|
33
|
-
include com.ning.billing.invoice.api.InvoiceNotifier
|
|
34
|
-
|
|
35
|
-
attr_accessor
|
|
36
|
-
|
|
37
|
-
def initialize()
|
|
38
|
-
end
|
|
39
|
-
|
|
40
|
-
def to_java()
|
|
41
|
-
self
|
|
42
|
-
end
|
|
43
|
-
|
|
44
|
-
def to_ruby(j_obj)
|
|
45
|
-
self
|
|
46
|
-
end
|
|
47
|
-
|
|
48
|
-
end
|
|
49
|
-
end
|
|
50
|
-
end
|
|
51
|
-
end
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
###################################################################################
|
|
2
|
-
# #
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
-
# #
|
|
5
|
-
# Ning licenses this file to you under the Apache License, version 2.0 #
|
|
6
|
-
# (the "License"); you may not use this file except in compliance with the #
|
|
7
|
-
# License. You may obtain a copy of the License at: #
|
|
8
|
-
# #
|
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
10
|
-
# #
|
|
11
|
-
# Unless required by applicable law or agreed to in writing, software #
|
|
12
|
-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
13
|
-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
14
|
-
# License for the specific language governing permissions and limitations #
|
|
15
|
-
# under the License. #
|
|
16
|
-
# #
|
|
17
|
-
###################################################################################
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
#
|
|
21
|
-
# DO NOT EDIT!!!
|
|
22
|
-
# File automatically generated by killbill-java-parser (git@github.com:killbill/killbill-java-parser.git)
|
|
23
|
-
#
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
module Killbill
|
|
27
|
-
module Plugin
|
|
28
|
-
module Model
|
|
29
|
-
|
|
30
|
-
java_package 'com.ning.billing.invoice.api'
|
|
31
|
-
class InvoiceService
|
|
32
|
-
|
|
33
|
-
include com.ning.billing.invoice.api.InvoiceService
|
|
34
|
-
|
|
35
|
-
attr_accessor :name
|
|
36
|
-
|
|
37
|
-
def initialize()
|
|
38
|
-
end
|
|
39
|
-
|
|
40
|
-
def to_java()
|
|
41
|
-
# conversion for name [type = java.lang.String]
|
|
42
|
-
@name = @name.to_s unless @name.nil?
|
|
43
|
-
self
|
|
44
|
-
end
|
|
45
|
-
|
|
46
|
-
def to_ruby(j_obj)
|
|
47
|
-
# conversion for name [type = java.lang.String]
|
|
48
|
-
@name = j_obj.name
|
|
49
|
-
self
|
|
50
|
-
end
|
|
51
|
-
|
|
52
|
-
end
|
|
53
|
-
end
|
|
54
|
-
end
|
|
55
|
-
end
|
|
@@ -1,228 +0,0 @@
|
|
|
1
|
-
###################################################################################
|
|
2
|
-
# #
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
-
# #
|
|
5
|
-
# Ning licenses this file to you under the Apache License, version 2.0 #
|
|
6
|
-
# (the "License"); you may not use this file except in compliance with the #
|
|
7
|
-
# License. You may obtain a copy of the License at: #
|
|
8
|
-
# #
|
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
10
|
-
# #
|
|
11
|
-
# Unless required by applicable law or agreed to in writing, software #
|
|
12
|
-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
13
|
-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
14
|
-
# License for the specific language governing permissions and limitations #
|
|
15
|
-
# under the License. #
|
|
16
|
-
# #
|
|
17
|
-
###################################################################################
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
#
|
|
21
|
-
# DO NOT EDIT!!!
|
|
22
|
-
# File automatically generated by killbill-java-parser (git@github.com:killbill/killbill-java-parser.git)
|
|
23
|
-
#
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
module Killbill
|
|
27
|
-
module Plugin
|
|
28
|
-
module Model
|
|
29
|
-
|
|
30
|
-
java_package 'com.ning.billing.account.api'
|
|
31
|
-
class MigrationAccountData
|
|
32
|
-
|
|
33
|
-
include com.ning.billing.account.api.MigrationAccountData
|
|
34
|
-
|
|
35
|
-
attr_accessor :external_key, :name, :first_name_length, :email, :bill_cycle_day_local, :currency, :payment_method_id, :time_zone, :locale, :address1, :address2, :company_name, :city, :state_or_province, :postal_code, :country, :phone, :is_migrated, :is_notified_for_invoices, :created_date, :updated_date, :additional_contact_emails
|
|
36
|
-
|
|
37
|
-
def initialize()
|
|
38
|
-
end
|
|
39
|
-
|
|
40
|
-
def to_java()
|
|
41
|
-
# conversion for external_key [type = java.lang.String]
|
|
42
|
-
@external_key = @external_key.to_s unless @external_key.nil?
|
|
43
|
-
|
|
44
|
-
# conversion for name [type = java.lang.String]
|
|
45
|
-
@name = @name.to_s unless @name.nil?
|
|
46
|
-
|
|
47
|
-
# conversion for first_name_length [type = java.lang.Integer]
|
|
48
|
-
@first_name_length = @first_name_length
|
|
49
|
-
|
|
50
|
-
# conversion for email [type = java.lang.String]
|
|
51
|
-
@email = @email.to_s unless @email.nil?
|
|
52
|
-
|
|
53
|
-
# conversion for bill_cycle_day_local [type = java.lang.Integer]
|
|
54
|
-
@bill_cycle_day_local = @bill_cycle_day_local
|
|
55
|
-
|
|
56
|
-
# conversion for currency [type = com.ning.billing.catalog.api.Currency]
|
|
57
|
-
@currency = Java::com.ning.billing.catalog.api.Currency.value_of("#{@currency.to_s}") unless @currency.nil?
|
|
58
|
-
|
|
59
|
-
# conversion for payment_method_id [type = java.util.UUID]
|
|
60
|
-
@payment_method_id = java.util.UUID.fromString(@payment_method_id.to_s) unless @payment_method_id.nil?
|
|
61
|
-
|
|
62
|
-
# conversion for time_zone [type = org.joda.time.DateTimeZone]
|
|
63
|
-
if !@time_zone.nil?
|
|
64
|
-
@time_zone = Java::org.joda.time.DateTimeZone.forID((@time_zone.respond_to?(:identifier) ? @time_zone.identifier : @time_zone.to_s))
|
|
65
|
-
end
|
|
66
|
-
|
|
67
|
-
# conversion for locale [type = java.lang.String]
|
|
68
|
-
@locale = @locale.to_s unless @locale.nil?
|
|
69
|
-
|
|
70
|
-
# conversion for address1 [type = java.lang.String]
|
|
71
|
-
@address1 = @address1.to_s unless @address1.nil?
|
|
72
|
-
|
|
73
|
-
# conversion for address2 [type = java.lang.String]
|
|
74
|
-
@address2 = @address2.to_s unless @address2.nil?
|
|
75
|
-
|
|
76
|
-
# conversion for company_name [type = java.lang.String]
|
|
77
|
-
@company_name = @company_name.to_s unless @company_name.nil?
|
|
78
|
-
|
|
79
|
-
# conversion for city [type = java.lang.String]
|
|
80
|
-
@city = @city.to_s unless @city.nil?
|
|
81
|
-
|
|
82
|
-
# conversion for state_or_province [type = java.lang.String]
|
|
83
|
-
@state_or_province = @state_or_province.to_s unless @state_or_province.nil?
|
|
84
|
-
|
|
85
|
-
# conversion for postal_code [type = java.lang.String]
|
|
86
|
-
@postal_code = @postal_code.to_s unless @postal_code.nil?
|
|
87
|
-
|
|
88
|
-
# conversion for country [type = java.lang.String]
|
|
89
|
-
@country = @country.to_s unless @country.nil?
|
|
90
|
-
|
|
91
|
-
# conversion for phone [type = java.lang.String]
|
|
92
|
-
@phone = @phone.to_s unless @phone.nil?
|
|
93
|
-
|
|
94
|
-
# conversion for is_migrated [type = java.lang.Boolean]
|
|
95
|
-
@is_migrated = @is_migrated.nil? ? java.lang.Boolean.new(false) : java.lang.Boolean.new(@is_migrated)
|
|
96
|
-
|
|
97
|
-
# conversion for is_notified_for_invoices [type = java.lang.Boolean]
|
|
98
|
-
@is_notified_for_invoices = @is_notified_for_invoices.nil? ? java.lang.Boolean.new(false) : java.lang.Boolean.new(@is_notified_for_invoices)
|
|
99
|
-
|
|
100
|
-
# conversion for created_date [type = org.joda.time.DateTime]
|
|
101
|
-
if !@created_date.nil?
|
|
102
|
-
@created_date = (@created_date.kind_of? Time) ? DateTime.parse(@created_date.to_s) : @created_date
|
|
103
|
-
@created_date = Java::org.joda.time.DateTime.new(@created_date.to_s, Java::org.joda.time.DateTimeZone::UTC)
|
|
104
|
-
end
|
|
105
|
-
|
|
106
|
-
# conversion for updated_date [type = org.joda.time.DateTime]
|
|
107
|
-
if !@updated_date.nil?
|
|
108
|
-
@updated_date = (@updated_date.kind_of? Time) ? DateTime.parse(@updated_date.to_s) : @updated_date
|
|
109
|
-
@updated_date = Java::org.joda.time.DateTime.new(@updated_date.to_s, Java::org.joda.time.DateTimeZone::UTC)
|
|
110
|
-
end
|
|
111
|
-
|
|
112
|
-
# conversion for additional_contact_emails [type = java.util.List]
|
|
113
|
-
tmp = java.util.ArrayList.new
|
|
114
|
-
(@additional_contact_emails || []).each do |m|
|
|
115
|
-
# conversion for m [type = java.lang.String]
|
|
116
|
-
m = m.to_s unless m.nil?
|
|
117
|
-
tmp.add(m)
|
|
118
|
-
end
|
|
119
|
-
@additional_contact_emails = tmp
|
|
120
|
-
self
|
|
121
|
-
end
|
|
122
|
-
|
|
123
|
-
def to_ruby(j_obj)
|
|
124
|
-
# conversion for external_key [type = java.lang.String]
|
|
125
|
-
@external_key = j_obj.external_key
|
|
126
|
-
|
|
127
|
-
# conversion for name [type = java.lang.String]
|
|
128
|
-
@name = j_obj.name
|
|
129
|
-
|
|
130
|
-
# conversion for first_name_length [type = java.lang.Integer]
|
|
131
|
-
@first_name_length = j_obj.first_name_length
|
|
132
|
-
|
|
133
|
-
# conversion for email [type = java.lang.String]
|
|
134
|
-
@email = j_obj.email
|
|
135
|
-
|
|
136
|
-
# conversion for bill_cycle_day_local [type = java.lang.Integer]
|
|
137
|
-
@bill_cycle_day_local = j_obj.bill_cycle_day_local
|
|
138
|
-
|
|
139
|
-
# conversion for currency [type = com.ning.billing.catalog.api.Currency]
|
|
140
|
-
@currency = j_obj.currency
|
|
141
|
-
@currency = @currency.to_s.to_sym unless @currency.nil?
|
|
142
|
-
|
|
143
|
-
# conversion for payment_method_id [type = java.util.UUID]
|
|
144
|
-
@payment_method_id = j_obj.payment_method_id
|
|
145
|
-
@payment_method_id = @payment_method_id.nil? ? nil : @payment_method_id.to_s
|
|
146
|
-
|
|
147
|
-
# conversion for time_zone [type = org.joda.time.DateTimeZone]
|
|
148
|
-
@time_zone = j_obj.time_zone
|
|
149
|
-
if !@time_zone.nil?
|
|
150
|
-
@time_zone = TZInfo::Timezone.get(@time_zone.get_id)
|
|
151
|
-
end
|
|
152
|
-
|
|
153
|
-
# conversion for locale [type = java.lang.String]
|
|
154
|
-
@locale = j_obj.locale
|
|
155
|
-
|
|
156
|
-
# conversion for address1 [type = java.lang.String]
|
|
157
|
-
@address1 = j_obj.address1
|
|
158
|
-
|
|
159
|
-
# conversion for address2 [type = java.lang.String]
|
|
160
|
-
@address2 = j_obj.address2
|
|
161
|
-
|
|
162
|
-
# conversion for company_name [type = java.lang.String]
|
|
163
|
-
@company_name = j_obj.company_name
|
|
164
|
-
|
|
165
|
-
# conversion for city [type = java.lang.String]
|
|
166
|
-
@city = j_obj.city
|
|
167
|
-
|
|
168
|
-
# conversion for state_or_province [type = java.lang.String]
|
|
169
|
-
@state_or_province = j_obj.state_or_province
|
|
170
|
-
|
|
171
|
-
# conversion for postal_code [type = java.lang.String]
|
|
172
|
-
@postal_code = j_obj.postal_code
|
|
173
|
-
|
|
174
|
-
# conversion for country [type = java.lang.String]
|
|
175
|
-
@country = j_obj.country
|
|
176
|
-
|
|
177
|
-
# conversion for phone [type = java.lang.String]
|
|
178
|
-
@phone = j_obj.phone
|
|
179
|
-
|
|
180
|
-
# conversion for is_migrated [type = java.lang.Boolean]
|
|
181
|
-
@is_migrated = j_obj.is_migrated
|
|
182
|
-
if @is_migrated.nil?
|
|
183
|
-
@is_migrated = false
|
|
184
|
-
else
|
|
185
|
-
tmp_bool = (@is_migrated.java_kind_of? java.lang.Boolean) ? @is_migrated.boolean_value : @is_migrated
|
|
186
|
-
@is_migrated = tmp_bool ? true : false
|
|
187
|
-
end
|
|
188
|
-
|
|
189
|
-
# conversion for is_notified_for_invoices [type = java.lang.Boolean]
|
|
190
|
-
@is_notified_for_invoices = j_obj.is_notified_for_invoices
|
|
191
|
-
if @is_notified_for_invoices.nil?
|
|
192
|
-
@is_notified_for_invoices = false
|
|
193
|
-
else
|
|
194
|
-
tmp_bool = (@is_notified_for_invoices.java_kind_of? java.lang.Boolean) ? @is_notified_for_invoices.boolean_value : @is_notified_for_invoices
|
|
195
|
-
@is_notified_for_invoices = tmp_bool ? true : false
|
|
196
|
-
end
|
|
197
|
-
|
|
198
|
-
# conversion for created_date [type = org.joda.time.DateTime]
|
|
199
|
-
@created_date = j_obj.created_date
|
|
200
|
-
if !@created_date.nil?
|
|
201
|
-
fmt = Java::org.joda.time.format.ISODateTimeFormat.date_time
|
|
202
|
-
str = fmt.print(@created_date)
|
|
203
|
-
@created_date = DateTime.iso8601(str)
|
|
204
|
-
end
|
|
205
|
-
|
|
206
|
-
# conversion for updated_date [type = org.joda.time.DateTime]
|
|
207
|
-
@updated_date = j_obj.updated_date
|
|
208
|
-
if !@updated_date.nil?
|
|
209
|
-
fmt = Java::org.joda.time.format.ISODateTimeFormat.date_time
|
|
210
|
-
str = fmt.print(@updated_date)
|
|
211
|
-
@updated_date = DateTime.iso8601(str)
|
|
212
|
-
end
|
|
213
|
-
|
|
214
|
-
# conversion for additional_contact_emails [type = java.util.List]
|
|
215
|
-
@additional_contact_emails = j_obj.additional_contact_emails
|
|
216
|
-
tmp = []
|
|
217
|
-
(@additional_contact_emails || []).each do |m|
|
|
218
|
-
# conversion for m [type = java.lang.String]
|
|
219
|
-
tmp << m
|
|
220
|
-
end
|
|
221
|
-
@additional_contact_emails = tmp
|
|
222
|
-
self
|
|
223
|
-
end
|
|
224
|
-
|
|
225
|
-
end
|
|
226
|
-
end
|
|
227
|
-
end
|
|
228
|
-
end
|