@ProviderType public interface SAPEntryModel extends BaseModel<SAPEntry>, LocalizedModel, ShardedModel, StagedAuditedModel
This interface and its corresponding implementation com.liferay.portal.security.service.access.policy.model.impl.SAPEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.security.service.access.policy.model.impl.SAPEntryImpl.
SAPEntry| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAllowedServiceSignatures()
Returns the allowed service signatures of this sap entry.
|
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.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.
|
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. |
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 |
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclone, getStagedModelTypegetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this sap entry@AutoEscape java.lang.String getUuid()
getUuid in interface StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface StagedModeluuid - the uuid of this sap entrylong getSapEntryId()
void setSapEntryId(long sapEntryId)
sapEntryId - the sap entry ID of this sap entrylong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this sap entrylong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this sap entryjava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this sap entry@AutoEscape java.lang.String getUserName()
getUserName in interface AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface AuditedModeluserName - the user name of this sap entryjava.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this sap entryjava.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this sap entry@AutoEscape java.lang.String getAllowedServiceSignatures()
void setAllowedServiceSignatures(java.lang.String allowedServiceSignatures)
allowedServiceSignatures - the allowed service signatures of this sap entryboolean getDefaultSAPEntry()
boolean isDefaultSAPEntry()
true if this sap entry is default sap entry.true if this sap entry is default sap entry; false otherwisevoid setDefaultSAPEntry(boolean defaultSAPEntry)
defaultSAPEntry - the default sap entry of this sap entryboolean getEnabled()
boolean isEnabled()
true if this sap entry is enabled.true if this sap entry is enabled; false otherwisevoid setEnabled(boolean enabled)
enabled - the enabled of this sap entry@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this sap entryjava.lang.String getTitle()
@AutoEscape java.lang.String getTitle(java.util.Locale locale)
locale - the locale of the language@AutoEscape java.lang.String getTitle(java.util.Locale locale, boolean useDefault)
locale - 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.@AutoEscape java.lang.String getTitle(java.lang.String languageId)
languageId - the ID of the language@AutoEscape java.lang.String getTitle(java.lang.String languageId, boolean useDefault)
languageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language@AutoEscape java.lang.String getTitleCurrentLanguageId()
@AutoEscape java.lang.String getTitleCurrentValue()
java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
void setTitle(java.lang.String title)
title - the title of this sap entryvoid setTitle(java.lang.String title,
java.util.Locale locale)
title - the localized title of this sap entrylocale - the locale of the languagevoid setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
title - the localized title of this sap entrylocale - the locale of the languagedefaultLocale - the default localevoid setTitleCurrentLanguageId(java.lang.String languageId)
void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
titleMap - the locales and localized titles of this sap entryvoid setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Locale defaultLocale)
titleMap - the locales and localized titles of this sap entrydefaultLocale - the default localejava.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface LocalizedModeljava.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface LocalizedModelvoid prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface LocalizedModelLocaleExceptionvoid prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface LocalizedModelLocaleException