Liferay 6.0.3

com.liferay.portlet.softwarecatalog.model
Interface SCProductEntry

All Superinterfaces:
BaseModel<SCProductEntry>, Cloneable, Comparable<SCProductEntry>, SCProductEntryModel, Serializable
All Known Implementing Classes:
SCProductEntryImpl, SCProductEntryWrapper

public interface SCProductEntry
extends SCProductEntryModel

This interface is a model that represents the SCProductEntry table in the database.

Customize SCProductEntryImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
SCProductEntryModel, SCProductEntryImpl, SCProductEntryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLongDescription, setModifiedDate, setName, setNew, setPageURL, setPrimaryKey, setProductEntryId, setRepoArtifactId, setRepoGroupId, setShortDescription, setTags, setType, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 

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.0.3