com.liferay.portlet.softwarecatalog.model
Interface SCProductEntry

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, SCProductEntryModel, java.io.Serializable

public interface SCProductEntry
extends SCProductEntryModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
SCProductEntryModel, com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryImpl, com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl

Method Summary
 SCProductVersion getLatestVersion()
           
 java.util.List<SCLicense> getLicenses()
           
 java.util.List<SCProductScreenshot> getScreenshots()
           
 
Methods inherited from interface com.liferay.portlet.softwarecatalog.model.SCProductEntryModel
getAuthor, getCompanyId, getCreateDate, getGroupId, getLongDescription, getModifiedDate, getName, getPageURL, getPrimaryKey, getProductEntryId, getRepoArtifactId, getRepoGroupId, getShortDescription, getTags, getType, getUserId, getUserName, setAuthor, setCompanyId, setCreateDate, setGroupId, setLongDescription, setModifiedDate, setName, setPageURL, setPrimaryKey, setProductEntryId, setRepoArtifactId, setRepoGroupId, setShortDescription, setTags, setType, setUserId, setUserName, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getLatestVersion

SCProductVersion getLatestVersion()
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getLicenses

java.util.List<SCLicense> getLicenses()
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getScreenshots

java.util.List<SCProductScreenshot> getScreenshots()
                                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException