Package com.liferay.translation.model
Interface TranslationEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<TranslationEntry>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<TranslationEntry>
,com.liferay.portal.kernel.model.change.tracking.CTModel<TranslationEntry>
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
,TranslationEntryModel
,com.liferay.portal.kernel.model.TypedModel
,com.liferay.portal.kernel.model.WorkflowedModel
- All Known Implementing Classes:
TranslationEntryWrapper
@ProviderType
public interface TranslationEntry
extends com.liferay.portal.kernel.model.PersistedModel, TranslationEntryModel
The extended model interface for the TranslationEntry service. Represents a row in the "TranslationEntry" 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<TranslationEntry,
Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.info.item.InfoItemFieldValues
getInfoItemFieldValues
(long groupId, String className, long classPK, String content) 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
Methods inherited from interface com.liferay.translation.model.TranslationEntryModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getContent, getContentType, getCreateDate, getCtCollectionId, getGroupId, getLanguageId, getModifiedDate, getMvccVersion, getPrimaryKey, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTranslationEntryId, getUserId, getUserName, getUserUuid, getUuid, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isPending, isScheduled, setClassName, setClassNameId, setClassPK, setCompanyId, setContent, setContentType, setCreateDate, setCtCollectionId, setGroupId, setLanguageId, setModifiedDate, setMvccVersion, setPrimaryKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTranslationEntryId, setUserId, setUserName, setUserUuid, setUuid, toXmlString
-
Field Details
-
TRANSLATION_ENTRY_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<TranslationEntry,Long> TRANSLATION_ENTRY_ID_ACCESSOR
-
-
Method Details