Package com.liferay.account.model
Interface AccountEntry
- All Superinterfaces:
AccountEntryModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<AccountEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<AccountEntry>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.WorkflowedModel
- All Known Implementing Classes:
AccountEntryWrapper
@ProviderType
public interface AccountEntry
extends AccountEntryModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the AccountEntry service. Represents a row in the "AccountEntry" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<AccountEntry,Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.ContactList<com.liferay.portal.kernel.model.Organization>List<com.liferay.portal.kernel.model.User>com.liferay.portal.kernel.model.Grouplongcom.liferay.portal.kernel.model.Addresscom.liferay.portal.kernel.model.AddressString[]List<com.liferay.portal.kernel.model.EmailAddress>List<com.liferay.portal.kernel.model.Address>getListTypeAddresses(long[] listTypeIds) List<com.liferay.portal.kernel.model.Phone>List<com.liferay.portal.kernel.model.Website>booleanbooleanbooleanMethods inherited from interface com.liferay.account.model.AccountEntryModel
cloneWithOriginalValues, getAccountEntryId, getCompanyId, getCreateDate, getDefaultBillingAddressId, getDefaultCPaymentMethodKey, getDefaultShippingAddressId, getDescription, getDomains, getEmailAddress, getExternalReferenceCode, getLogoId, getModifiedDate, getMvccVersion, getName, getParentAccountEntryId, getPrimaryKey, getRestrictMembership, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTaxExemptionCode, getTaxIdNumber, getType, getUserId, getUserName, getUserUuid, getUuid, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isPending, isRestrictMembership, isScheduled, setAccountEntryId, setCompanyId, setCreateDate, setDefaultBillingAddressId, setDefaultCPaymentMethodKey, setDefaultShippingAddressId, setDescription, setDomains, setEmailAddress, setExternalReferenceCode, setLogoId, setModifiedDate, setMvccVersion, setName, setParentAccountEntryId, setPrimaryKey, setRestrictMembership, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTaxExemptionCode, setTaxIdNumber, setType, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
ACCOUNT_ENTRY_ID_ACCESSOR
-
-
Method Details
-
fetchContact
com.liferay.portal.kernel.model.Contact fetchContact() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchOrganizations
List<com.liferay.portal.kernel.model.Organization> fetchOrganizations() -
fetchUsers
List<com.liferay.portal.kernel.model.User> fetchUsers() -
getAccountEntryGroup
com.liferay.portal.kernel.model.Group getAccountEntryGroup() -
getAccountEntryGroupId
long getAccountEntryGroupId() -
getDefaultBillingAddress
com.liferay.portal.kernel.model.Address getDefaultBillingAddress() -
getDefaultShippingAddress
com.liferay.portal.kernel.model.Address getDefaultShippingAddress() -
getDomainsArray
String[] getDomainsArray() -
getEmailAddresses
List<com.liferay.portal.kernel.model.EmailAddress> getEmailAddresses() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeAddresses
List<com.liferay.portal.kernel.model.Address> getListTypeAddresses(long[] listTypeIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPhones
List<com.liferay.portal.kernel.model.Phone> getPhones() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWebsites
List<com.liferay.portal.kernel.model.Website> getWebsites() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
isBusinessAccount
boolean isBusinessAccount() -
isGuestAccount
boolean isGuestAccount() -
isPersonalAccount
boolean isPersonalAccount()
-