Liferay 7.0-ce-a3

com.liferay.portlet.softwarecatalog.model
Interface SCProductEntry

All Superinterfaces:
AuditedModel, BaseModel<SCProductEntry>, ClassedModel, Cloneable, Comparable<SCProductEntry>, GroupedModel, PersistedModel, SCProductEntryModel, Serializable, ShardedModel
All Known Implementing Classes:
SCProductEntryWrapper

@ProviderType
public interface SCProductEntry
extends SCProductEntryModel, PersistedModel

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

See Also:
SCProductEntryModel, com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryImpl, com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl

Field Summary
static Accessor<SCProductEntry,Long> PRODUCT_ENTRY_ID_ACCESSOR
           
 
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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLongDescription, setModifiedDate, setName, setNew, setPageURL, setPrimaryKey, setPrimaryKeyObj, setProductEntryId, setRepoArtifactId, setRepoGroupId, setShortDescription, setTags, setType, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

PRODUCT_ENTRY_ID_ACCESSOR

static final Accessor<SCProductEntry,Long> PRODUCT_ENTRY_ID_ACCESSOR
Method Detail

getLatestVersion

SCProductVersion getLatestVersion()

getLicenses

List<SCLicense> getLicenses()

getScreenshots

List<SCProductScreenshot> getScreenshots()

Liferay 7.0-ce-a3