Package com.liferay.object.model
Interface ObjectEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<ObjectEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<ObjectEntry>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,ObjectEntryModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TreeModel,com.liferay.portal.kernel.model.WorkflowedModel
- All Known Implementing Classes:
ObjectEntryWrapper
@ProviderType
public interface ObjectEntry
extends ObjectEntryModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.TreeModel
The extended model interface for the ObjectEntry service. Represents a row in the "ObjectEntry" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<ObjectEntry, Long> -
Method Summary
Modifier and TypeMethodDescriptionlonggetTitleValue(String languageId) getTitleValue(String languageId, boolean useDefault) getURLTitle(Locale locale) voidsetTransientValues(Map<String, Serializable> values) voidsetValues(Map<String, Serializable> values) 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
getModelClassMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.object.model.ObjectEntryModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getDefaultLanguageId, getDisplayDate, getExpirationDate, getExternalReferenceCode, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getObjectDefinitionId, getObjectEntryFolderId, getObjectEntryId, getPrimaryKey, getReviewDate, getRootObjectEntryId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTreePath, getUserId, getUserName, getUserUuid, getUuid, getVersion, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isPending, isScheduled, setCompanyId, setCreateDate, setDefaultLanguageId, setDisplayDate, setExpirationDate, setExternalReferenceCode, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setObjectDefinitionId, setObjectEntryFolderId, setObjectEntryId, setPrimaryKey, setReviewDate, setRootObjectEntryId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTreePath, setUserId, setUserName, setUserUuid, setUuid, setVersion, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelTypeMethods inherited from interface com.liferay.portal.kernel.model.TreeModel
getPrimaryKeyObj, getTreePath, updateTreePath
-
Field Details
-
OBJECT_ENTRY_ID_ACCESSOR
-
-
Method Details
-
buildTreePath
- Specified by:
buildTreePathin interfacecom.liferay.portal.kernel.model.TreeModel- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getModelClassName
String getModelClassName()- Specified by:
getModelClassNamein interfacecom.liferay.portal.kernel.model.ClassedModel
-
getNonzeroGroupId
long getNonzeroGroupId() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTitleMap
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTitleValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTitleValue
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTitleValue
String getTitleValue(String languageId, boolean useDefault) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getURLTitle
-
getURLTitleMap
-
getValues
Map<String,Serializable> getValues() -
setTransientValues
-
setValues
-