Class Account
java.lang.Object
com.liferay.headless.admin.user.dto.v1_0.Account
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccountContactInformation
protected UserAccount[]
protected CustomField[]
protected Date
protected Date
protected String
protected Long
protected String
protected Long
protected String
protected String[]
protected String
protected Long
protected String
protected Long
protected String
protected String
protected Integer
protected String[]
protected Long[]
protected String
protected Long
protected PostalAddress[]
protected Integer
protected String
protected Account.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid AccountContactInformation
@Valid UserAccount[]
@Valid CustomField[]
String[]
getId()
getName()
String[]
Long[]
@Valid PostalAddress[]
getTaxId()
@Valid Account.Type
getType()
int
hashCode()
void
setAccountContactInformation
(AccountContactInformation accountContactInformation) void
setAccountContactInformation
(com.liferay.petra.function.UnsafeSupplier<AccountContactInformation, Exception> accountContactInformationUnsafeSupplier) void
setAccountUserAccounts
(UserAccount[] accountUserAccounts) void
setAccountUserAccounts
(com.liferay.petra.function.UnsafeSupplier<UserAccount[], Exception> accountUserAccountsUnsafeSupplier) void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
setCustomFields
(CustomField[] customFields) void
setCustomFields
(com.liferay.petra.function.UnsafeSupplier<CustomField[], Exception> customFieldsUnsafeSupplier) void
setDateCreated
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateCreatedUnsafeSupplier) void
setDateCreated
(Date dateCreated) void
setDateModified
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateModifiedUnsafeSupplier) void
setDateModified
(Date dateModified) void
setDefaultBillingAddressExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> defaultBillingAddressExternalReferenceCodeUnsafeSupplier) void
setDefaultBillingAddressExternalReferenceCode
(String defaultBillingAddressExternalReferenceCode) void
setDefaultBillingAddressId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> defaultBillingAddressIdUnsafeSupplier) void
setDefaultBillingAddressId
(Long defaultBillingAddressId) void
setDefaultShippingAddressExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> defaultShippingAddressExternalReferenceCodeUnsafeSupplier) void
setDefaultShippingAddressExternalReferenceCode
(String defaultShippingAddressExternalReferenceCode) void
setDefaultShippingAddressId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> defaultShippingAddressIdUnsafeSupplier) void
setDefaultShippingAddressId
(Long defaultShippingAddressId) void
setDescription
(com.liferay.petra.function.UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) void
setDescription
(String description) void
setDomains
(com.liferay.petra.function.UnsafeSupplier<String[], Exception> domainsUnsafeSupplier) void
setDomains
(String[] domains) void
setExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> externalReferenceCodeUnsafeSupplier) void
setExternalReferenceCode
(String externalReferenceCode) void
void
void
setLogoExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> logoExternalReferenceCodeUnsafeSupplier) void
setLogoExternalReferenceCode
(String logoExternalReferenceCode) void
void
void
setLogoURL
(com.liferay.petra.function.UnsafeSupplier<String, Exception> logoURLUnsafeSupplier) void
setLogoURL
(String logoURL) void
void
void
setNumberOfUsers
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> numberOfUsersUnsafeSupplier) void
setNumberOfUsers
(Integer numberOfUsers) void
setOrganizationExternalReferenceCodes
(com.liferay.petra.function.UnsafeSupplier<String[], Exception> organizationExternalReferenceCodesUnsafeSupplier) void
setOrganizationExternalReferenceCodes
(String[] organizationExternalReferenceCodes) void
setOrganizationIds
(com.liferay.petra.function.UnsafeSupplier<Long[], Exception> organizationIdsUnsafeSupplier) void
setOrganizationIds
(Long[] organizationIds) void
setParentAccountExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> parentAccountExternalReferenceCodeUnsafeSupplier) void
setParentAccountExternalReferenceCode
(String parentAccountExternalReferenceCode) void
setParentAccountId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> parentAccountIdUnsafeSupplier) void
setParentAccountId
(Long parentAccountId) void
setPostalAddresses
(PostalAddress[] postalAddresses) void
setPostalAddresses
(com.liferay.petra.function.UnsafeSupplier<PostalAddress[], Exception> postalAddressesUnsafeSupplier) void
void
void
void
void
setType
(Account.Type type) void
setType
(com.liferay.petra.function.UnsafeSupplier<Account.Type, Exception> typeUnsafeSupplier) static Account
toString()
static Account
unsafeToDTO
(String json)
-
Field Details
-
accountContactInformation
-
accountUserAccounts
-
actions
-
customFields
-
dateCreated
-
dateModified
-
defaultBillingAddressExternalReferenceCode
-
defaultBillingAddressId
-
defaultShippingAddressExternalReferenceCode
-
defaultShippingAddressId
-
description
-
domains
-
externalReferenceCode
-
id
-
logoExternalReferenceCode
-
logoId
-
logoURL
-
name
-
numberOfUsers
-
organizationExternalReferenceCodes
-
organizationIds
-
parentAccountExternalReferenceCode
-
parentAccountId
-
postalAddresses
-
status
-
taxId
-
type
-
xClassName
-
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAccountContactInformation
-
setAccountContactInformation
-
setAccountContactInformation
public void setAccountContactInformation(com.liferay.petra.function.UnsafeSupplier<AccountContactInformation, Exception> accountContactInformationUnsafeSupplier) -
getAccountUserAccounts
-
setAccountUserAccounts
-
setAccountUserAccounts
public void setAccountUserAccounts(com.liferay.petra.function.UnsafeSupplier<UserAccount[], Exception> accountUserAccountsUnsafeSupplier) -
getActions
-
setActions
-
setActions
-
getCustomFields
-
setCustomFields
-
setCustomFields
public void setCustomFields(com.liferay.petra.function.UnsafeSupplier<CustomField[], Exception> customFieldsUnsafeSupplier) -
getDateCreated
-
setDateCreated
-
setDateCreated
-
getDateModified
-
setDateModified
-
setDateModified
-
getDefaultBillingAddressExternalReferenceCode
-
setDefaultBillingAddressExternalReferenceCode
public void setDefaultBillingAddressExternalReferenceCode(String defaultBillingAddressExternalReferenceCode) -
setDefaultBillingAddressExternalReferenceCode
-
getDefaultBillingAddressId
-
setDefaultBillingAddressId
-
setDefaultBillingAddressId
-
getDefaultShippingAddressExternalReferenceCode
-
setDefaultShippingAddressExternalReferenceCode
public void setDefaultShippingAddressExternalReferenceCode(String defaultShippingAddressExternalReferenceCode) -
setDefaultShippingAddressExternalReferenceCode
-
getDefaultShippingAddressId
-
setDefaultShippingAddressId
-
setDefaultShippingAddressId
-
getDescription
-
setDescription
-
setDescription
-
getDomains
-
setDomains
-
setDomains
-
getExternalReferenceCode
-
setExternalReferenceCode
-
setExternalReferenceCode
-
getId
-
setId
-
setId
-
getLogoExternalReferenceCode
-
setLogoExternalReferenceCode
-
setLogoExternalReferenceCode
-
getLogoId
-
setLogoId
-
setLogoId
-
getLogoURL
-
setLogoURL
-
setLogoURL
-
getName
-
setName
-
setName
-
getNumberOfUsers
-
setNumberOfUsers
-
setNumberOfUsers
-
getOrganizationExternalReferenceCodes
-
setOrganizationExternalReferenceCodes
-
setOrganizationExternalReferenceCodes
-
getOrganizationIds
-
setOrganizationIds
-
setOrganizationIds
-
getParentAccountExternalReferenceCode
-
setParentAccountExternalReferenceCode
-
setParentAccountExternalReferenceCode
-
getParentAccountId
-
setParentAccountId
-
setParentAccountId
-
getPostalAddresses
-
setPostalAddresses
-
setPostalAddresses
public void setPostalAddresses(com.liferay.petra.function.UnsafeSupplier<PostalAddress[], Exception> postalAddressesUnsafeSupplier) -
getStatus
-
setStatus
-
setStatus
-
getTaxId
-
setTaxId
-
setTaxId
-
getType
-
getTypeAsString
-
setType
-
setType
public void setType(com.liferay.petra.function.UnsafeSupplier<Account.Type, Exception> typeUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-