Liferay 6.0.5

com.liferay.portlet.softwarecatalog.model.impl
Class SCProductEntryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SCProductEntry>
      extended by com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl
          extended by com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryImpl
All Implemented Interfaces:
BaseModel<SCProductEntry>, SCProductEntry, SCProductEntryModel, Serializable, Cloneable, Comparable<SCProductEntry>

public class SCProductEntryImpl
extends SCProductEntryModelImpl
implements SCProductEntry

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_SCLICENSES_SCPRODUCTENTRIES, LOCK_EXPIRATION_TIME, MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_NAME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
SCProductEntryImpl()
           
 
Method Summary
 SCProductVersion getLatestVersion()
           
 List<SCLicense> getLicenses()
           
 List<SCProductScreenshot> getScreenshots()
           
 
Methods inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl
clone, compareTo, equals, getAuthor, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getLongDescription, getModifiedDate, getName, getOriginalRepoArtifactId, getOriginalRepoGroupId, getPageURL, getPrimaryKey, getPrimaryKeyObj, getProductEntryId, getRepoArtifactId, getRepoGroupId, getShortDescription, getTags, getType, getUserId, getUserName, getUserUuid, hashCode, setAuthor, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setLongDescription, setModifiedDate, setName, setPageURL, setPrimaryKey, setProductEntryId, setRepoArtifactId, setRepoGroupId, setShortDescription, setTags, setType, setUserId, setUserName, setUserUuid, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

SCProductEntryImpl

public SCProductEntryImpl()
Method Detail

getLatestVersion

public SCProductVersion getLatestVersion()
                                  throws SystemException
Specified by:
getLatestVersion in interface SCProductEntry
Throws:
SystemException

getLicenses

public List<SCLicense> getLicenses()
                            throws SystemException
Specified by:
getLicenses in interface SCProductEntry
Throws:
SystemException

getScreenshots

public List<SCProductScreenshot> getScreenshots()
                                         throws SystemException
Specified by:
getScreenshots in interface SCProductEntry
Throws:
SystemException

Liferay 6.0.5