public class UserManagementProductData extends ProductData
| Constructor and Description |
|---|
UserManagementProductData() |
getAgreements, getDocumentCategories, getTransactionCustomFields, getUsedByGroups, getUserCustomFields, setAgreements, setDocumentCategories, setTransactionCustomFields, setUsedByGroups, setUserCustomFieldsgetDTO, getTranslatedValues, isEditable, setDTO, setEditable, setTranslatedValuespublic java.util.List<TransferTypeVO> getChargebackPaymentsToUser()
public java.util.List<TransferTypeVO> getPaymentsAsUserToSelf()
public java.util.List<TransferTypeVO> getPaymentsAsUserToSystem()
public java.util.List<TransferTypeVO> getPaymentsAsUserToUser()
public java.util.List<TransferTypeVO> getPaymentsFromSystemToUser()
public java.util.List<RecordTypeVO> getRecordTypes()
public java.util.List<AccountTypeWithCurrencyVO> getUserAccounts()
public java.util.List<CustomOperationVO> getUserCustomOperations()
public java.util.List<TransferFilterWithAccountTypeVO> getUserTransferFilters()
public void setChargebackPaymentsToUser(java.util.List<TransferTypeVO> chargebackPaymentsToUser)
public void setPaymentsAsUserToSelf(java.util.List<TransferTypeVO> paymentsAsUserToSelf)
public void setPaymentsAsUserToSystem(java.util.List<TransferTypeVO> paymentsAsUserToSystem)
public void setPaymentsAsUserToUser(java.util.List<TransferTypeVO> paymentsAsUserToUser)
public void setPaymentsFromSystemToUser(java.util.List<TransferTypeVO> paymentsFromSystemToUser)
public void setRecordTypes(java.util.List<RecordTypeVO> recordTypes)
public void setUserAccounts(java.util.List<AccountTypeWithCurrencyVO> userAccounts)
public void setUserCustomOperations(java.util.List<CustomOperationVO> userCustomOperations)
public void setUserTransferFilters(java.util.List<TransferFilterWithAccountTypeVO> userTransferFilters)