Interface SAPEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<SAPEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<SAPEntry>,com.liferay.portal.kernel.model.LocalizedModel,com.liferay.portal.kernel.model.PersistedModel,SAPEntryModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Implementing Classes:
SAPEntryWrapper
@ProviderType
public interface SAPEntry
extends com.liferay.portal.kernel.model.PersistedModel, SAPEntryModel
The extended model interface for the SAPEntry service. Represents a row in the "SAPEntry" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Methods 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.security.service.access.policy.model.SAPEntryModel
cloneWithOriginalValues, getAllowedServiceSignatures, getAvailableLanguageIds, getCompanyId, getCreateDate, getDefaultLanguageId, getDefaultSAPEntry, getEnabled, getModifiedDate, getName, getPrimaryKey, getSapEntryId, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getUserId, getUserName, getUserUuid, getUuid, isDefaultSAPEntry, isEnabled, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setAllowedServiceSignatures, setCompanyId, setCreateDate, setDefaultSAPEntry, setEnabled, setModifiedDate, setName, setPrimaryKey, setSapEntryId, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
SAP_ENTRY_ID_ACCESSOR
-
-
Method Details
-
getAllowedServiceSignaturesList
-
isSystem
boolean isSystem() throws com.liferay.portal.kernel.module.configuration.ConfigurationException- Throws:
com.liferay.portal.kernel.module.configuration.ConfigurationException
-