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
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 com.liferay.portlet.softwarecatalog.model.impl.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.
- Author:
- Brian Wing Shun Chan
- See Also:
SCProductEntryModel,
com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryImpl,
com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl- Generated:
| 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 |
getLatestVersion
SCProductVersion getLatestVersion()
throws SystemException
- Throws:
SystemException
getLicenses
java.util.List<SCLicense> getLicenses()
throws SystemException
- Throws:
SystemException
getScreenshots
java.util.List<SCProductScreenshot> getScreenshots()
throws SystemException
- Throws:
SystemException