public interface YieldGroupServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
YieldGroup[] |
createYieldGroups(YieldGroup[] yieldGroups)
Creates yield groups in bulk.
|
YieldGroupPage |
getYieldGroupsByStatement(Statement statement)
Gets a page of yield groups, with child tags, filtered by the
given statement.
|
YieldPartner[] |
getYieldPartners()
Returns the available partners for yield groups, each one of
them is backed by a company.
|
YieldGroup[] |
updateYieldGroups(YieldGroup[] yieldGroups)
Updates a list of yield groups.
|
YieldGroup[] createYieldGroups(YieldGroup[] yieldGroups) throws RemoteException, ApiException
yieldGroups - the groups to createRemoteExceptionApiExceptionYieldGroupPage getYieldGroupsByStatement(Statement statement) throws RemoteException, ApiException
statement - the statement used to filter yield groups.RemoteExceptionApiExceptionYieldPartner[] getYieldPartners() throws RemoteException, ApiException
RemoteExceptionApiExceptionYieldGroup[] updateYieldGroups(YieldGroup[] yieldGroups) throws RemoteException, ApiException
yieldGroups - the groups to updateRemoteExceptionApiExceptionCopyright © 2022. All rights reserved.