@ProviderType public class SAPEntryWrapper extends java.lang.Object implements SAPEntry, com.liferay.portal.kernel.model.ModelWrapper<SAPEntry>
This class is a wrapper for SAPEntry.
SAPEntry,
Serialized FormSAP_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
SAPEntryWrapper(SAPEntry sapEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(SAPEntry sapEntry) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAllowedServiceSignatures()
Returns the allowed service signatures of this sap entry.
|
java.util.List<java.lang.String> |
getAllowedServiceSignaturesList() |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getCompanyId()
Returns the company ID of this sap entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this sap entry.
|
java.lang.String |
getDefaultLanguageId() |
boolean |
getDefaultSAPEntry()
Returns the default sap entry of this sap entry.
|
boolean |
getEnabled()
Returns the enabled of this sap entry.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this sap entry.
|
java.lang.String |
getName()
Returns the name of this sap entry.
|
long |
getPrimaryKey()
Returns the primary key of this sap entry.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getSapEntryId()
Returns the sap entry ID of this sap entry.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getTitle()
Returns the title of this sap entry.
|
java.lang.String |
getTitle(java.util.Locale locale)
Returns the localized title of this sap entry in the language.
|
java.lang.String |
getTitle(java.util.Locale locale,
boolean useDefault)
Returns the localized title of this sap entry in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getTitle(java.lang.String languageId)
Returns the localized title of this sap entry in the language.
|
java.lang.String |
getTitle(java.lang.String languageId,
boolean useDefault)
Returns the localized title of this sap entry in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getTitleCurrentLanguageId() |
java.lang.String |
getTitleCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getTitleMap()
Returns a map of the locales and localized titles of this sap entry.
|
long |
getUserId()
Returns the user ID of this sap entry.
|
java.lang.String |
getUserName()
Returns the user name of this sap entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this sap entry.
|
java.lang.String |
getUuid()
Returns the uuid of this sap entry.
|
SAPEntry |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isDefaultSAPEntry()
Returns
true if this sap entry is default sap entry. |
boolean |
isEnabled()
Returns
true if this sap entry is enabled. |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
boolean |
isSystem() |
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
resetOriginalValues() |
void |
setAllowedServiceSignatures(java.lang.String allowedServiceSignatures)
Sets the allowed service signatures of this sap entry.
|
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this sap entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this sap entry.
|
void |
setDefaultSAPEntry(boolean defaultSAPEntry)
Sets whether this sap entry is default sap entry.
|
void |
setEnabled(boolean enabled)
Sets whether this sap entry is enabled.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this sap entry.
|
void |
setName(java.lang.String name)
Sets the name of this sap entry.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this sap entry.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setSapEntryId(long sapEntryId)
Sets the sap entry ID of this sap entry.
|
void |
setTitle(java.lang.String title)
Sets the title of this sap entry.
|
void |
setTitle(java.lang.String title,
java.util.Locale locale)
Sets the localized title of this sap entry in the language.
|
void |
setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized title of this sap entry in the language, and sets the default locale.
|
void |
setTitleCurrentLanguageId(java.lang.String languageId) |
void |
setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
Sets the localized titles of this sap entry from the map of locales and localized titles.
|
void |
setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Locale defaultLocale)
Sets the localized titles of this sap entry from the map of locales and localized titles, and sets the default locale.
|
void |
setUserId(long userId)
Sets the user ID of this sap entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this sap entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this sap entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this sap entry.
|
com.liferay.portal.kernel.model.CacheModel<SAPEntry> |
toCacheModel() |
SAPEntry |
toEscapedModel() |
java.lang.String |
toString() |
SAPEntry |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public SAPEntryWrapper(SAPEntry sapEntry)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>clone in interface com.liferay.portal.kernel.model.StagedModelclone in interface SAPEntryModelclone in class java.lang.Objectpublic int compareTo(SAPEntry sapEntry)
compareTo in interface SAPEntryModelcompareTo in interface java.lang.Comparable<SAPEntry>public java.lang.String getAllowedServiceSignatures()
getAllowedServiceSignatures in interface SAPEntryModelpublic java.util.List<java.lang.String> getAllowedServiceSignaturesList()
getAllowedServiceSignaturesList in interface SAPEntrypublic java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelgetAvailableLanguageIds in interface SAPEntryModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelgetCompanyId in interface SAPEntryModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelgetCreateDate in interface SAPEntryModelpublic java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelgetDefaultLanguageId in interface SAPEntryModelpublic boolean getDefaultSAPEntry()
getDefaultSAPEntry in interface SAPEntryModelpublic boolean getEnabled()
getEnabled in interface SAPEntryModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface SAPEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelgetModifiedDate in interface SAPEntryModelpublic java.lang.String getName()
getName in interface SAPEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface SAPEntryModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface SAPEntryModelpublic long getSapEntryId()
getSapEntryId in interface SAPEntryModelpublic java.lang.String getTitle()
getTitle in interface SAPEntryModelpublic java.lang.String getTitle(java.util.Locale locale)
getTitle in interface SAPEntryModellocale - the locale of the languagepublic java.lang.String getTitle(java.util.Locale locale,
boolean useDefault)
getTitle in interface SAPEntryModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested languageuseDefault is false and no localization exists for the requested language, an empty string will be returned.public java.lang.String getTitle(java.lang.String languageId)
getTitle in interface SAPEntryModellanguageId - the ID of the languagepublic java.lang.String getTitle(java.lang.String languageId,
boolean useDefault)
getTitle in interface SAPEntryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getTitleCurrentLanguageId()
getTitleCurrentLanguageId in interface SAPEntryModelpublic java.lang.String getTitleCurrentValue()
getTitleCurrentValue in interface SAPEntryModelpublic java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
getTitleMap in interface SAPEntryModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface SAPEntryModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface SAPEntryModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface SAPEntryModelpublic java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelgetUuid in interface SAPEntryModelpublic int hashCode()
hashCode in interface SAPEntryModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>isCachedModel in interface SAPEntryModelpublic boolean isDefaultSAPEntry()
true if this sap entry is default sap entry.isDefaultSAPEntry in interface SAPEntryModeltrue if this sap entry is default sap entry; false otherwisepublic boolean isEnabled()
true if this sap entry is enabled.isEnabled in interface SAPEntryModeltrue if this sap entry is enabled; false otherwisepublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>isEscapedModel in interface SAPEntryModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>isNew in interface SAPEntryModelpublic boolean isSystem()
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
public void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void prepareLocalizedFieldsForImport()
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelprepareLocalizedFieldsForImport in interface SAPEntryModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale)
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelprepareLocalizedFieldsForImport in interface SAPEntryModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void setAllowedServiceSignatures(java.lang.String allowedServiceSignatures)
setAllowedServiceSignatures in interface SAPEntryModelallowedServiceSignatures - the allowed service signatures of this sap entrypublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>setCachedModel in interface SAPEntryModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelsetCompanyId in interface SAPEntryModelcompanyId - the company ID of this sap entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelsetCreateDate in interface SAPEntryModelcreateDate - the create date of this sap entrypublic void setDefaultSAPEntry(boolean defaultSAPEntry)
setDefaultSAPEntry in interface SAPEntryModeldefaultSAPEntry - the default sap entry of this sap entrypublic void setEnabled(boolean enabled)
setEnabled in interface SAPEntryModelenabled - the enabled of this sap entrypublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>setExpandoBridgeAttributes in interface SAPEntryModelpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>setExpandoBridgeAttributes in interface SAPEntryModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>setExpandoBridgeAttributes in interface SAPEntryModelpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelsetModifiedDate in interface SAPEntryModelmodifiedDate - the modified date of this sap entrypublic void setName(java.lang.String name)
setName in interface SAPEntryModelname - the name of this sap entrypublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>setNew in interface SAPEntryModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SAPEntryModelprimaryKey - the primary key of this sap entrypublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface SAPEntryModelpublic void setSapEntryId(long sapEntryId)
setSapEntryId in interface SAPEntryModelsapEntryId - the sap entry ID of this sap entrypublic void setTitle(java.lang.String title)
setTitle in interface SAPEntryModeltitle - the title of this sap entrypublic void setTitle(java.lang.String title,
java.util.Locale locale)
setTitle in interface SAPEntryModeltitle - the localized title of this sap entrylocale - the locale of the languagepublic void setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
setTitle in interface SAPEntryModeltitle - the localized title of this sap entrylocale - the locale of the languagedefaultLocale - the default localepublic void setTitleCurrentLanguageId(java.lang.String languageId)
setTitleCurrentLanguageId in interface SAPEntryModelpublic void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
setTitleMap in interface SAPEntryModeltitleMap - the locales and localized titles of this sap entrypublic void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Locale defaultLocale)
setTitleMap in interface SAPEntryModeltitleMap - the locales and localized titles of this sap entrydefaultLocale - the default localepublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface SAPEntryModeluserId - the user ID of this sap entrypublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface SAPEntryModeluserName - the user name of this sap entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface SAPEntryModeluserUuid - the user uuid of this sap entrypublic void setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModelsetUuid in interface SAPEntryModeluuid - the uuid of this sap entrypublic com.liferay.portal.kernel.model.CacheModel<SAPEntry> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>toCacheModel in interface SAPEntryModelpublic SAPEntry toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>toEscapedModel in interface SAPEntryModelpublic java.lang.String toString()
toString in interface SAPEntryModeltoString in class java.lang.Objectpublic SAPEntry toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>toUnescapedModel in interface SAPEntryModelpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>toXmlString in interface SAPEntryModelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelpublic SAPEntry getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<SAPEntry>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>