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

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

public class SCProductEntryImpl
extends SCProductEntryModelImpl
implements com.liferay.portlet.softwarecatalog.model.SCProductEntry

View Source

Author:
Brian Wing Shun Chan
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, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
SCProductEntryImpl()
           
 
Method Summary
 com.liferay.portlet.softwarecatalog.model.SCProductVersion getLatestVersion()
           
 java.util.List<com.liferay.portlet.softwarecatalog.model.SCLicense> getLicenses()
           
 java.util.List<com.liferay.portlet.softwarecatalog.model.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, hashCode, setAuthor, setCompanyId, setCreateDate, setGroupId, setLongDescription, setModifiedDate, setName, setPageURL, setPrimaryKey, setProductEntryId, setRepoArtifactId, setRepoGroupId, setShortDescription, setTags, setType, setUserId, setUserName, 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
getAuthor, getCompanyId, getCreateDate, getGroupId, getLongDescription, getModifiedDate, getName, getPageURL, getPrimaryKey, getProductEntryId, getRepoArtifactId, getRepoGroupId, getShortDescription, getTags, getType, getUserId, getUserName, setAuthor, setCompanyId, setCreateDate, setGroupId, setLongDescription, setModifiedDate, setName, setPageURL, setPrimaryKey, setProductEntryId, setRepoArtifactId, setRepoGroupId, setShortDescription, setTags, setType, setUserId, setUserName, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

SCProductEntryImpl

public SCProductEntryImpl()
Method Detail

getLatestVersion

public com.liferay.portlet.softwarecatalog.model.SCProductVersion getLatestVersion()
                                                                            throws com.liferay.portal.SystemException
Specified by:
getLatestVersion in interface com.liferay.portlet.softwarecatalog.model.SCProductEntry
Throws:
com.liferay.portal.SystemException

getLicenses

public java.util.List<com.liferay.portlet.softwarecatalog.model.SCLicense> getLicenses()
                                                                                throws com.liferay.portal.SystemException
Specified by:
getLicenses in interface com.liferay.portlet.softwarecatalog.model.SCProductEntry
Throws:
com.liferay.portal.SystemException

getScreenshots

public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> getScreenshots()
                                                                                             throws com.liferay.portal.SystemException
Specified by:
getScreenshots in interface com.liferay.portlet.softwarecatalog.model.SCProductEntry
Throws:
com.liferay.portal.SystemException