public class SAPEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SAPEntry> implements com.liferay.portal.kernel.model.ModelWrapper<SAPEntry>, 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 |
|---|---|
SAPEntry |
cloneWithOriginalValues() |
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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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.
|
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.
|
boolean |
isDefaultSAPEntry()
Returns
true if this sap entry is default sap entry. |
boolean |
isEnabled()
Returns
true if this sap entry is enabled. |
boolean |
isSystem() |
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setAllowedServiceSignatures(java.lang.String allowedServiceSignatures)
Sets the allowed service signatures of this sap entry.
|
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 |
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 |
setPrimaryKey(long primaryKey)
Sets the primary key of this sap entry.
|
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.
|
java.lang.String |
toXmlString() |
protected SAPEntryWrapper |
wrap(SAPEntry sapEntry) |
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 SAPEntryWrapper(SAPEntry sapEntry)
public 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 cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<SAPEntry>cloneWithOriginalValues in interface SAPEntryModelpublic 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 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 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 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 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 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 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 setPrimaryKey(long primaryKey)
setPrimaryKey in interface SAPEntryModelprimaryKey - the primary key of this sap entrypublic 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 java.lang.String toXmlString()
toXmlString in interface SAPEntryModelpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected SAPEntryWrapper wrap(SAPEntry sapEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SAPEntry>