@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 s a p entry.
|
java.util.List<java.lang.String> |
getAllowedServiceSignaturesList() |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getCompanyId()
Returns the company ID of this s a p entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this s a p entry.
|
java.lang.String |
getDefaultLanguageId() |
boolean |
getDefaultSAPEntry()
Returns the default s a p entry of this s a p entry.
|
boolean |
getEnabled()
Returns the enabled of this s a p 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 s a p entry.
|
java.lang.String |
getName()
Returns the name of this s a p entry.
|
long |
getPrimaryKey()
Returns the primary key of this s a p entry.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getSapEntryId()
Returns the sap entry ID of this s a p entry.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getTitle()
Returns the title of this s a p entry.
|
java.lang.String |
getTitle(java.util.Locale locale)
Returns the localized title of this s a p entry in the language.
|
java.lang.String |
getTitle(java.util.Locale locale,
boolean useDefault)
Returns the localized title of this s a p 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 s a p entry in the language.
|
java.lang.String |
getTitle(java.lang.String languageId,
boolean useDefault)
Returns the localized title of this s a p 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 s a p entry.
|
long |
getUserId()
Returns the user ID of this s a p entry.
|
java.lang.String |
getUserName()
Returns the user name of this s a p entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this s a p entry.
|
java.lang.String |
getUuid()
Returns the uuid of this s a p entry.
|
SAPEntry |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isDefaultSAPEntry()
Returns
true if this s a p entry is default s a p entry. |
boolean |
isEnabled()
Returns
true if this s a p 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 s a p entry.
|
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this s a p entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this s a p entry.
|
void |
setDefaultSAPEntry(boolean defaultSAPEntry)
Sets whether this s a p entry is default s a p entry.
|
void |
setEnabled(boolean enabled)
Sets whether this s a p 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 s a p entry.
|
void |
setName(java.lang.String name)
Sets the name of this s a p entry.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this s a p entry.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setSapEntryId(long sapEntryId)
Sets the sap entry ID of this s a p entry.
|
void |
setTitle(java.lang.String title)
Sets the title of this s a p entry.
|
void |
setTitle(java.lang.String title,
java.util.Locale locale)
Sets the localized title of this s a p entry in the language.
|
void |
setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized title of this s a p 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 s a p 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 s a p entry from the map of locales and localized titles, and sets the default locale.
|
void |
setUserId(long userId)
Sets the user ID of this s a p entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this s a p entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this s a p entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this s a p 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 SAPEntry toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>toEscapedModel in interface SAPEntryModelpublic SAPEntry toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>toUnescapedModel in interface SAPEntryModelpublic boolean getDefaultSAPEntry()
getDefaultSAPEntry in interface SAPEntryModelpublic boolean getEnabled()
getEnabled in interface SAPEntryModelpublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>isCachedModel in interface SAPEntryModelpublic boolean isDefaultSAPEntry()
true if this s a p entry is default s a p entry.isDefaultSAPEntry in interface SAPEntryModeltrue if this s a p entry is default s a p entry; false otherwisepublic boolean isEnabled()
true if this s a p entry is enabled.isEnabled in interface SAPEntryModeltrue if this s a p 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 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 com.liferay.portal.kernel.model.CacheModel<SAPEntry> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>toCacheModel in interface SAPEntryModelpublic int compareTo(SAPEntry sapEntry)
compareTo in interface SAPEntryModelcompareTo in interface java.lang.Comparable<SAPEntry>public int hashCode()
hashCode in interface SAPEntryModelhashCode in class java.lang.Objectpublic 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 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 java.lang.String getAllowedServiceSignatures()
getAllowedServiceSignatures in interface SAPEntryModelpublic java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelgetDefaultLanguageId in interface SAPEntryModelpublic java.lang.String getName()
getName in interface SAPEntryModelpublic java.lang.String getTitle()
getTitle in interface SAPEntryModelpublic 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 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 getTitleCurrentLanguageId()
getTitleCurrentLanguageId in interface SAPEntryModelpublic java.lang.String getTitleCurrentValue()
getTitleCurrentValue 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 java.lang.String toString()
toString in interface SAPEntryModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>toXmlString in interface SAPEntryModelpublic java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelgetAvailableLanguageIds 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.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelgetModifiedDate in interface SAPEntryModelpublic java.util.List<java.lang.String> getAllowedServiceSignaturesList()
getAllowedServiceSignaturesList in interface SAPEntrypublic java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
getTitleMap 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 long getPrimaryKey()
getPrimaryKey in interface SAPEntryModelpublic long getSapEntryId()
getSapEntryId in interface SAPEntryModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface SAPEntryModelpublic 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 s a p 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 s a p 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 s a p entrypublic void setDefaultSAPEntry(boolean defaultSAPEntry)
setDefaultSAPEntry in interface SAPEntryModeldefaultSAPEntry - the default s a p entry of this s a p entrypublic void setEnabled(boolean enabled)
setEnabled in interface SAPEntryModelenabled - the enabled of this s a p entrypublic 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.model.BaseModel<?> baseModel)
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 s a p entrypublic void setName(java.lang.String name)
setName in interface SAPEntryModelname - the name of this s a p 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 s a p 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 s a p entrypublic void setTitle(java.lang.String title)
setTitle in interface SAPEntryModeltitle - the title of this s a p entrypublic void setTitle(java.lang.String title,
java.util.Locale locale)
setTitle in interface SAPEntryModeltitle - the localized title of this s a p 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 s a p 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 s a p 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 s a p 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 s a p entrypublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface SAPEntryModeluserName - the user name of this s a p entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface SAPEntryModeluserUuid - the user uuid of this s a p entrypublic void setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModelsetUuid in interface SAPEntryModeluuid - the uuid of this s a p entrypublic 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>