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[]booleanbooleanMethods 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, toXmlStringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods 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()
-