Class Overview
A ZuoraModuleLifecycleAdapter is a wrapper around ZuoraModule that adds lifecycle methods to the pojo.
Summary
|
[Expand]
Inherited Methods |
From class
org.mule.modules.zuora.config.ZuoraModuleCapabilitiesAdapter
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
From class
org.mule.modules.zuora.ZuoraModule
|
Map<String, Object>
|
accountProfile(String accountId)
Retrieve an account profile
|
|
List<AmendResult>
|
amend(List<AmendRequest> amendaments)
|
|
synchronized
void
|
connect(String username, String password)
Connects to Zuora
|
|
List<SaveResult>
|
create(ZObjectType type, List<Map<String, Object>> zobjects)
Batch creation of ZObjects
|
|
List<DeleteResult>
|
delete(ZObjectType type, List<String> ids)
|
|
synchronized
void
|
disconnect()
Destroys the session
|
|
Iterable<ZObject>
|
find(String zquery)
Lazily retrieves ZObject that match a given query,
written in Zuora native query language
|
|
List<SaveResult>
|
generate(ZObjectType type, List<Map<String, Object>> zobjects)
Batch creation of invoces for accounts
|
|
String
|
getEnpoint()
|
|
String
|
getSessionId()
|
|
User
|
getUserInfo()
|
|
boolean
|
isConnected()
|
|
Map<String, Object>
|
productProfile(String productId)
Retrieve a product profile
|
|
void
|
setClient(ZuoraClient<Exception> client)
|
|
void
|
setEndpoint(String enpoint)
|
|
List<SubscribeResult>
|
subscribe(List<SubscribeRequest> subscriptions)
Batch creation of ZObjects associated to Subscriptions
|
|
List<SaveResult>
|
update(ZObjectType type, List<Map<String, Object>> zobjects)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.api.Capabilities
|
abstract
boolean
|
isCapableOf(Capability arg0)
|
|
From interface
org.mule.api.lifecycle.Disposable
|
From interface
org.mule.api.lifecycle.Initialisable
|
abstract
void
|
initialise()
|
|
From interface
org.mule.api.lifecycle.Startable
|
From interface
org.mule.api.lifecycle.Stoppable
|
Public Constructors
public
ZuoraModuleLifecycleAdapter
()
Public Methods
public
void
initialise
()