Liferay 6.2-ce-ga5

com.liferay.portlet.softwarecatalog.model
Interface SCProductEntry

All Superinterfaces:
AuditedModel, BaseModel<SCProductEntry>, ClassedModel, Cloneable, Comparable<SCProductEntry>, GroupedModel, PersistedModel, SCProductEntryModel, Serializable
All Known Implementing Classes:
SCProductEntryWrapper

@ProviderType
public interface SCProductEntry
extends SCProductEntryModel, PersistedModel

The extended model interface for the SCProductEntry service. Represents a row in the "SCProductEntry" database table, with each column mapped to a property of this class.

See Also:
SCProductEntryModel, SCProductEntryImpl, SCProductEntryModelImpl

Method Summary
 SCProductVersion getLatestVersion()
           
 List<SCLicense> getLicenses()
           
 List<SCProductScreenshot> getScreenshots()
           
 
Methods inherited from interface com.liferay.portlet.softwarecatalog.model.SCProductEntryModel
clone, compareTo, getAuthor, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getLongDescription, getModifiedDate, getName, getPageURL, getPrimaryKey, getPrimaryKeyObj, getProductEntryId, getRepoArtifactId, getRepoGroupId, getShortDescription, getTags, getType, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setAuthor, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLongDescription, setModifiedDate, setName, setNew, setPageURL, setPrimaryKey, setPrimaryKeyObj, setProductEntryId, setRepoArtifactId, setRepoGroupId, setShortDescription, setTags, setType, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getLatestVersion

SCProductVersion getLatestVersion()
                                  throws SystemException
Throws:
SystemException

getLicenses

List<SCLicense> getLicenses()
                            throws SystemException
Throws:
SystemException

getScreenshots

List<SCProductScreenshot> getScreenshots()
                                         throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5