Package com.liferay.marketplace.model
Interface App
- All Superinterfaces:
AppModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<App>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<App>
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
- All Known Implementing Classes:
AppWrapper
The extended model interface for the App service. Represents a row in the "Marketplace_App" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionString[]
addContextName
(String contextName) String[]
boolean
boolean
Methods inherited from interface com.liferay.marketplace.model.AppModel
cloneWithOriginalValues, getAppId, getCategory, getCompanyId, getCreateDate, getDescription, getIconURL, getModifiedDate, getPrimaryKey, getRemoteAppId, getRequired, getTitle, getUserId, getUserName, getUserUuid, getUuid, getVersion, isRequired, setAppId, setCategory, setCompanyId, setCreateDate, setDescription, setIconURL, setModifiedDate, setPrimaryKey, setRemoteAppId, setRequired, setTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
APP_ID_ACCESSOR
-
-
Method Details
-
addContextName
-
getContextNames
String[] getContextNames() -
getFileDir
String getFileDir() -
getFileName
String getFileName() -
getFilePath
String getFilePath() -
isDownloaded
boolean isDownloaded() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
isInstalled
boolean isInstalled()
-