Package com.liferay.microblogs.model
Interface MicroblogsEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<MicroblogsEntry>,MicroblogsEntryModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
MicroblogsEntryWrapper
@ProviderType
public interface MicroblogsEntry
extends MicroblogsEntryModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the MicroblogsEntry service. Represents a row in the "MicroblogsEntry" 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<MicroblogsEntry,Long> -
Method Summary
Modifier and TypeMethodDescriptionlonglongMethods 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.microblogs.model.MicroblogsEntryModel
cloneWithOriginalValues, getCompanyId, getContent, getCreateDate, getCreatorClassNameId, getCreatorClassPK, getMicroblogsEntryId, getModifiedDate, getParentMicroblogsEntryId, getPrimaryKey, getSocialRelationType, getType, getUserId, getUserName, getUserUuid, setCompanyId, setContent, setCreateDate, setCreatorClassNameId, setCreatorClassPK, setMicroblogsEntryId, setModifiedDate, setParentMicroblogsEntryId, setPrimaryKey, setSocialRelationType, setType, setUserId, setUserName, setUserUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
MICROBLOGS_ENTRY_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<MicroblogsEntry,Long> MICROBLOGS_ENTRY_ID_ACCESSOR
-
-
Method Details
-
fetchParentMicroblogsEntryUserId
long fetchParentMicroblogsEntryUserId() -
getParentMicroblogsEntryUserId
long getParentMicroblogsEntryUserId() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-