com.liferay.portlet.announcements.model
Interface AnnouncementsEntry
- All Superinterfaces:
- AnnouncementsEntryModel, BaseModel<AnnouncementsEntry>, java.lang.Cloneable, java.lang.Comparable<AnnouncementsEntry>, java.io.Serializable
- All Known Implementing Classes:
- AnnouncementsEntryWrapper
public interface AnnouncementsEntry
- extends AnnouncementsEntryModel
The model interface for the AnnouncementsEntry service. Represents a row in the "AnnouncementsEntry" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to com.liferay.portlet.announcements.model.impl.AnnouncementsEntryImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a announcements entry model instance should use the AnnouncementsEntry interface instead.
- Author:
- Brian Wing Shun Chan
- See Also:
AnnouncementsEntryModel,
com.liferay.portlet.announcements.model.impl.AnnouncementsEntryImpl,
com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl- Generated:
| Methods inherited from interface com.liferay.portlet.announcements.model.AnnouncementsEntryModel |
clone, compareTo, getAlert, getClassName, getClassNameId, getClassPK, getCompanyId, getContent, getCreateDate, getDisplayDate, getEntryId, getExpandoBridge, getExpirationDate, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getPriority, getTitle, getType, getUrl, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAlert, isCachedModel, isEscapedModel, isNew, setAlert, setCachedModel, setClassNameId, setClassPK, setCompanyId, setContent, setCreateDate, setDisplayDate, setEntryId, setEscapedModel, setExpandoBridgeAttributes, setExpirationDate, setModifiedDate, setNew, setPrimaryKey, setPriority, setTitle, setType, setUrl, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString |
getGroupId
long getGroupId()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException