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

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

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
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_AUTHOR, XSS_ALLOW_BY_MODEL, XSS_ALLOW_LONGDESCRIPTION, XSS_ALLOW_NAME, XSS_ALLOW_PAGEURL, XSS_ALLOW_REPOARTIFACTID, XSS_ALLOW_REPOGROUPID, XSS_ALLOW_SHORTDESCRIPTION, XSS_ALLOW_TAGS, XSS_ALLOW_TYPE, XSS_ALLOW_USERNAME
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
SCProductEntryImpl()
           
 
Method Summary
 com.liferay.portlet.softwarecatalog.model.SCProductVersion getLatestVersion()
           
 java.util.List getLicenses()
           
 java.util.List getScreenshots()
           
 
Methods inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl
clone, compareTo, equals, getAuthor, getCompanyId, getCreateDate, getGroupId, getLongDescription, getModifiedDate, getName, 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
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isNew, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, 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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
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 getLicenses()
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Specified by:
getLicenses in interface com.liferay.portlet.softwarecatalog.model.SCProductEntry
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getScreenshots

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