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

@ProviderType public interface App extends AppModel, com.liferay.portal.kernel.model.PersistedModel
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 Details

    • APP_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<App,Long> APP_ID_ACCESSOR
  • Method Details

    • addContextName

      String[] addContextName(String contextName)
    • 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()