public class AccountEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntry> implements AccountEntry, com.liferay.portal.kernel.model.ModelWrapper<AccountEntry>
This class is a wrapper for AccountEntry.
AccountEntry,
Serialized FormACCOUNT_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
AccountEntryWrapper(AccountEntry accountEntry) |
| Modifier and Type | Method and Description |
|---|---|
AccountEntry |
cloneWithOriginalValues() |
java.util.List<com.liferay.portal.kernel.model.Organization> |
fetchOrganizations() |
java.util.List<com.liferay.portal.kernel.model.User> |
fetchUsers() |
com.liferay.portal.kernel.model.Group |
getAccountEntryGroup() |
long |
getAccountEntryGroupId() |
long |
getAccountEntryId()
Returns the account entry ID of this account entry.
|
long |
getCompanyId()
Returns the company ID of this account entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this account entry.
|
com.liferay.portal.kernel.model.Address |
getDefaultBillingAddress() |
long |
getDefaultBillingAddressId()
Returns the default billing address ID of this account entry.
|
java.lang.String |
getDefaultCPaymentMethodKey()
Returns the default c payment method key of this account entry.
|
com.liferay.portal.kernel.model.Address |
getDefaultShippingAddress() |
long |
getDefaultShippingAddressId()
Returns the default shipping address ID of this account entry.
|
java.lang.String |
getDescription()
Returns the description of this account entry.
|
java.lang.String |
getDomains()
Returns the domains of this account entry.
|
java.lang.String[] |
getDomainsArray() |
java.lang.String |
getEmailAddress()
Returns the email address of this account entry.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this account entry.
|
long |
getLogoId()
Returns the logo ID of this account entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this account entry.
|
long |
getMvccVersion()
Returns the mvcc version of this account entry.
|
java.lang.String |
getName()
Returns the name of this account entry.
|
long |
getParentAccountEntryId()
Returns the parent account entry ID of this account entry.
|
long |
getPrimaryKey()
Returns the primary key of this account entry.
|
boolean |
getRestrictMembership()
Returns the restrict membership of this account entry.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
int |
getStatus()
Returns the status of this account entry.
|
long |
getStatusByUserId()
Returns the status by user ID of this account entry.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this account entry.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this account entry.
|
java.util.Date |
getStatusDate()
Returns the status date of this account entry.
|
java.lang.String |
getTaxExemptionCode()
Returns the tax exemption code of this account entry.
|
java.lang.String |
getTaxIdNumber()
Returns the tax ID number of this account entry.
|
java.lang.String |
getType()
Returns the type of this account entry.
|
long |
getUserId()
Returns the user ID of this account entry.
|
java.lang.String |
getUserName()
Returns the user name of this account entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this account entry.
|
java.lang.String |
getUuid()
Returns the uuid of this account entry.
|
boolean |
isApproved()
Returns
true if this account entry is approved. |
boolean |
isDenied()
Returns
true if this account entry is denied. |
boolean |
isDraft()
Returns
true if this account entry is a draft. |
boolean |
isExpired()
Returns
true if this account entry is expired. |
boolean |
isInactive()
Returns
true if this account entry is inactive. |
boolean |
isIncomplete()
Returns
true if this account entry is incomplete. |
boolean |
isPending()
Returns
true if this account entry is pending. |
boolean |
isRestrictMembership()
Returns
true if this account entry is restrict membership. |
boolean |
isScheduled()
Returns
true if this account entry is scheduled. |
void |
persist() |
void |
setAccountEntryId(long accountEntryId)
Sets the account entry ID of this account entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this account entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this account entry.
|
void |
setDefaultBillingAddressId(long defaultBillingAddressId)
Sets the default billing address ID of this account entry.
|
void |
setDefaultCPaymentMethodKey(java.lang.String defaultCPaymentMethodKey)
Sets the default c payment method key of this account entry.
|
void |
setDefaultShippingAddressId(long defaultShippingAddressId)
Sets the default shipping address ID of this account entry.
|
void |
setDescription(java.lang.String description)
Sets the description of this account entry.
|
void |
setDomains(java.lang.String domains)
Sets the domains of this account entry.
|
void |
setEmailAddress(java.lang.String emailAddress)
Sets the email address of this account entry.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this account entry.
|
void |
setLogoId(long logoId)
Sets the logo ID of this account entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this account entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this account entry.
|
void |
setName(java.lang.String name)
Sets the name of this account entry.
|
void |
setParentAccountEntryId(long parentAccountEntryId)
Sets the parent account entry ID of this account entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this account entry.
|
void |
setRestrictMembership(boolean restrictMembership)
Sets whether this account entry is restrict membership.
|
void |
setStatus(int status)
Sets the status of this account entry.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this account entry.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this account entry.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this account entry.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this account entry.
|
void |
setTaxExemptionCode(java.lang.String taxExemptionCode)
Sets the tax exemption code of this account entry.
|
void |
setTaxIdNumber(java.lang.String taxIdNumber)
Sets the tax ID number of this account entry.
|
void |
setType(java.lang.String type)
Sets the type of this account entry.
|
void |
setUserId(long userId)
Sets the user ID of this account entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this account entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this account entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this account entry.
|
java.lang.String |
toXmlString() |
protected AccountEntryWrapper |
wrap(AccountEntry accountEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic AccountEntryWrapper(AccountEntry accountEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AccountEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AccountEntry>public AccountEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface AccountEntryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AccountEntry>public java.util.List<com.liferay.portal.kernel.model.Organization> fetchOrganizations()
fetchOrganizations in interface AccountEntrypublic java.util.List<com.liferay.portal.kernel.model.User> fetchUsers()
fetchUsers in interface AccountEntrypublic com.liferay.portal.kernel.model.Group getAccountEntryGroup()
getAccountEntryGroup in interface AccountEntrypublic long getAccountEntryGroupId()
getAccountEntryGroupId in interface AccountEntrypublic long getAccountEntryId()
getAccountEntryId in interface AccountEntryModelpublic long getCompanyId()
getCompanyId in interface AccountEntryModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface AccountEntryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic com.liferay.portal.kernel.model.Address getDefaultBillingAddress()
getDefaultBillingAddress in interface AccountEntrypublic long getDefaultBillingAddressId()
getDefaultBillingAddressId in interface AccountEntryModelpublic java.lang.String getDefaultCPaymentMethodKey()
getDefaultCPaymentMethodKey in interface AccountEntryModelpublic com.liferay.portal.kernel.model.Address getDefaultShippingAddress()
getDefaultShippingAddress in interface AccountEntrypublic long getDefaultShippingAddressId()
getDefaultShippingAddressId in interface AccountEntryModelpublic java.lang.String getDescription()
getDescription in interface AccountEntryModelpublic java.lang.String getDomains()
getDomains in interface AccountEntryModelpublic java.lang.String[] getDomainsArray()
getDomainsArray in interface AccountEntrypublic java.lang.String getEmailAddress()
getEmailAddress in interface AccountEntryModelpublic java.lang.String getExternalReferenceCode()
getExternalReferenceCode in interface AccountEntryModelpublic long getLogoId()
getLogoId in interface AccountEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AccountEntryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface AccountEntryModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String getName()
getName in interface AccountEntryModelpublic long getParentAccountEntryId()
getParentAccountEntryId in interface AccountEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface AccountEntryModelpublic boolean getRestrictMembership()
getRestrictMembership in interface AccountEntryModelpublic int getStatus()
getStatus in interface AccountEntryModelgetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelpublic long getStatusByUserId()
getStatusByUserId in interface AccountEntryModelgetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserName()
getStatusByUserName in interface AccountEntryModelgetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserUuid()
getStatusByUserUuid in interface AccountEntryModelgetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.util.Date getStatusDate()
getStatusDate in interface AccountEntryModelgetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getTaxExemptionCode()
getTaxExemptionCode in interface AccountEntryModelpublic java.lang.String getTaxIdNumber()
getTaxIdNumber in interface AccountEntryModelpublic java.lang.String getType()
getType in interface AccountEntryModelpublic long getUserId()
getUserId in interface AccountEntryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface AccountEntryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface AccountEntryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface AccountEntryModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic boolean isApproved()
true if this account entry is approved.isApproved in interface AccountEntryModelisApproved in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this account entry is approved; false otherwisepublic boolean isDenied()
true if this account entry is denied.isDenied in interface AccountEntryModelisDenied in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this account entry is denied; false otherwisepublic boolean isDraft()
true if this account entry is a draft.isDraft in interface AccountEntryModelisDraft in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this account entry is a draft; false otherwisepublic boolean isExpired()
true if this account entry is expired.isExpired in interface AccountEntryModelisExpired in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this account entry is expired; false otherwisepublic boolean isInactive()
true if this account entry is inactive.isInactive in interface AccountEntryModelisInactive in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this account entry is inactive; false otherwisepublic boolean isIncomplete()
true if this account entry is incomplete.isIncomplete in interface AccountEntryModelisIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this account entry is incomplete; false otherwisepublic boolean isPending()
true if this account entry is pending.isPending in interface AccountEntryModelisPending in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this account entry is pending; false otherwisepublic boolean isRestrictMembership()
true if this account entry is restrict membership.isRestrictMembership in interface AccountEntryModeltrue if this account entry is restrict membership; false otherwisepublic boolean isScheduled()
true if this account entry is scheduled.isScheduled in interface AccountEntryModelisScheduled in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this account entry is scheduled; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAccountEntryId(long accountEntryId)
setAccountEntryId in interface AccountEntryModelaccountEntryId - the account entry ID of this account entrypublic void setCompanyId(long companyId)
setCompanyId in interface AccountEntryModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this account entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AccountEntryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this account entrypublic void setDefaultBillingAddressId(long defaultBillingAddressId)
setDefaultBillingAddressId in interface AccountEntryModeldefaultBillingAddressId - the default billing address ID of this account entrypublic void setDefaultCPaymentMethodKey(java.lang.String defaultCPaymentMethodKey)
setDefaultCPaymentMethodKey in interface AccountEntryModeldefaultCPaymentMethodKey - the default c payment method key of this account entrypublic void setDefaultShippingAddressId(long defaultShippingAddressId)
setDefaultShippingAddressId in interface AccountEntryModeldefaultShippingAddressId - the default shipping address ID of this account entrypublic void setDescription(java.lang.String description)
setDescription in interface AccountEntryModeldescription - the description of this account entrypublic void setDomains(java.lang.String domains)
setDomains in interface AccountEntryModeldomains - the domains of this account entrypublic void setEmailAddress(java.lang.String emailAddress)
setEmailAddress in interface AccountEntryModelemailAddress - the email address of this account entrypublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode in interface AccountEntryModelexternalReferenceCode - the external reference code of this account entrypublic void setLogoId(long logoId)
setLogoId in interface AccountEntryModellogoId - the logo ID of this account entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AccountEntryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this account entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AccountEntryModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this account entrypublic void setName(java.lang.String name)
setName in interface AccountEntryModelname - the name of this account entrypublic void setParentAccountEntryId(long parentAccountEntryId)
setParentAccountEntryId in interface AccountEntryModelparentAccountEntryId - the parent account entry ID of this account entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AccountEntryModelprimaryKey - the primary key of this account entrypublic void setRestrictMembership(boolean restrictMembership)
setRestrictMembership in interface AccountEntryModelrestrictMembership - the restrict membership of this account entrypublic void setStatus(int status)
setStatus in interface AccountEntryModelsetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelstatus - the status of this account entrypublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface AccountEntryModelsetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserId - the status by user ID of this account entrypublic void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName in interface AccountEntryModelsetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserName - the status by user name of this account entrypublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface AccountEntryModelsetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserUuid - the status by user uuid of this account entrypublic void setStatusDate(java.util.Date statusDate)
setStatusDate in interface AccountEntryModelsetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelstatusDate - the status date of this account entrypublic void setTaxExemptionCode(java.lang.String taxExemptionCode)
setTaxExemptionCode in interface AccountEntryModeltaxExemptionCode - the tax exemption code of this account entrypublic void setTaxIdNumber(java.lang.String taxIdNumber)
setTaxIdNumber in interface AccountEntryModeltaxIdNumber - the tax ID number of this account entrypublic void setType(java.lang.String type)
setType in interface AccountEntryModeltype - the type of this account entrypublic void setUserId(long userId)
setUserId in interface AccountEntryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this account entrypublic void setUserName(java.lang.String userName)
setUserName in interface AccountEntryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this account entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AccountEntryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this account entrypublic void setUuid(java.lang.String uuid)
setUuid in interface AccountEntryModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this account entrypublic java.lang.String toXmlString()
toXmlString in interface AccountEntryModelpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected AccountEntryWrapper wrap(AccountEntry accountEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntry>