Liferay 6.1.2-ce-ga3

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.SCProductEntryBaseImpl
              extended by com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryImpl
All Implemented Interfaces:
AuditedModel, BaseModel<SCProductEntry>, ClassedModel, GroupedModel, PersistedModel, SCProductEntry, SCProductEntryModel, Serializable, Cloneable, Comparable<SCProductEntry>

public class SCProductEntryImpl
extends SCProductEntryBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_SCLICENSES_SCPRODUCTENTRIES, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_COLUMNS, MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_NAME, MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_SQL_CREATE, ORDER_BY_JPQL, ORDER_BY_SQL, REPOARTIFACTID_COLUMN_BITMASK, REPOGROUPID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
 
Constructor Summary
SCProductEntryImpl()
           
 
Method Summary
 SCProductVersion getLatestVersion()
           
 List<SCLicense> getLicenses()
           
 List<SCProductScreenshot> getScreenshots()
           
 
Methods inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl
clone, compareTo, equals, getAuthor, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getLongDescription, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalCompanyId, getOriginalGroupId, getOriginalRepoArtifactId, getOriginalRepoGroupId, getOriginalUserId, getPageURL, getPrimaryKey, getPrimaryKeyObj, getProductEntryId, getRepoArtifactId, getRepoGroupId, getShortDescription, getTags, getType, getUserId, getUserName, getUserUuid, hashCode, resetOriginalValues, setAuthor, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setLongDescription, setModelAttributes, setModifiedDate, setName, setPageURL, setPrimaryKey, setPrimaryKeyObj, setProductEntryId, setRepoArtifactId, setRepoGroupId, setShortDescription, setTags, setType, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, 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, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

SCProductEntryImpl

public SCProductEntryImpl()
Method Detail

getLatestVersion

public SCProductVersion getLatestVersion()
                                  throws SystemException
Throws:
SystemException

getLicenses

public List<SCLicense> getLicenses()
                            throws SystemException
Throws:
SystemException

getScreenshots

public List<SCProductScreenshot> getScreenshots()
                                         throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3