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.service.model.impl.SCProductEntryImpl and rerun the ServiceBuilder to generate the new methods.

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

Method Summary
 SCProductVersion getLatestVersion()
           
 java.util.List getLicenses()
           
 java.util.List 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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getLatestVersion

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

getLicenses

public java.util.List getLicenses()
                           throws com.liferay.portal.SystemException,
                                  com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getScreenshots

public java.util.List getScreenshots()
                              throws com.liferay.portal.SystemException,
                                     com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException