com.liferay.portlet.softwarecatalog.model
Interface SCProductEntry

All Superinterfaces:
BaseModel<SCProductEntry>, java.lang.Cloneable, java.lang.Comparable<SCProductEntry>, SCProductEntryModel, java.io.Serializable
All Known Implementing Classes:
SCProductEntryWrapper

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
Generated:

Method Summary
 SCProductVersion getLatestVersion()
           
 java.util.List<SCLicense> getLicenses()
           
 java.util.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 com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getLicenses

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

getScreenshots

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