Liferay 6.0.5

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

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

Never modify this interface directly. Add methods to SCProductEntryImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a s c product entry model instance should use the SCProductEntry interface instead.

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