public class PluginPackageImpl extends Object implements Comparable<com.liferay.portal.kernel.plugin.PluginPackage>, com.liferay.portal.kernel.plugin.PluginPackage, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
STATUS_ALL |
static String |
STATUS_INSTALLATION_IN_PROCESS |
static String |
STATUS_NEWER_VERSION_INSTALLED |
static String |
STATUS_NOT_INSTALLED |
static String |
STATUS_NOT_INSTALLED_OR_OLDER_VERSION_INSTALLED |
static String |
STATUS_OLDER_VERSION_INSTALLED |
static String |
STATUS_SAME_VERSION_INSTALLED |
| Constructor and Description |
|---|
PluginPackageImpl(String moduleId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(com.liferay.portal.kernel.plugin.PluginPackage pluginPackage) |
boolean |
equals(Object obj) |
String |
getArtifactId() |
String |
getArtifactURL() |
String |
getAuthor() |
String |
getChangeLog() |
String |
getContext() |
Properties |
getDeploymentSettings() |
String |
getDownloadURL() |
String |
getGroupId() |
List<com.liferay.portal.kernel.plugin.License> |
getLicenses() |
List<String> |
getLiferayVersions() |
String |
getLongDescription() |
Date |
getModifiedDate() |
String |
getModuleId() |
String |
getName() |
String |
getPackageId() |
String |
getPageURL() |
String |
getRecommendedDeploymentContext() |
com.liferay.portal.kernel.plugin.RemotePluginPackageRepository |
getRepository() |
String |
getRepositoryURL() |
List<String> |
getRequiredDeploymentContexts() |
List<com.liferay.portal.kernel.plugin.Screenshot> |
getScreenshots() |
String |
getShortDescription() |
List<String> |
getTags() |
List<String> |
getTypes() |
String |
getVersion() |
int |
hashCode() |
boolean |
isLaterVersionThan(com.liferay.portal.kernel.plugin.PluginPackage pluginPackage) |
boolean |
isPreviousVersionThan(com.liferay.portal.kernel.plugin.PluginPackage pluginPackage) |
boolean |
isSameVersionAs(com.liferay.portal.kernel.plugin.PluginPackage pluginPackage) |
void |
setAuthor(String author) |
void |
setChangeLog(String changeLog) |
void |
setContext(String context) |
void |
setDeploymentSettings(Properties deploymentSettings) |
void |
setDownloadURL(String downloadURL) |
void |
setLicenses(List<com.liferay.portal.kernel.plugin.License> licenses) |
void |
setLiferayVersions(List<String> liferayVersions) |
void |
setLongDescription(String longDescription) |
void |
setModifiedDate(Date modifiedDate) |
void |
setName(String name) |
void |
setPageURL(String pageURL) |
void |
setRecommendedDeploymentContext(String recommendedDeploymentContext) |
void |
setRepository(com.liferay.portal.kernel.plugin.RemotePluginPackageRepository repository) |
void |
setRequiredDeploymentContexts(List<String> requiredDeploymentContexts) |
void |
setScreenshots(List<com.liferay.portal.kernel.plugin.Screenshot> screenshots) |
void |
setShortDescription(String shortDescription) |
void |
setTags(List<String> tags) |
void |
setTypes(List<String> types) |
String |
toString() |
public static final String STATUS_ALL
public static final String STATUS_INSTALLATION_IN_PROCESS
public static final String STATUS_NEWER_VERSION_INSTALLED
public static final String STATUS_NOT_INSTALLED
public static final String STATUS_NOT_INSTALLED_OR_OLDER_VERSION_INSTALLED
public static final String STATUS_OLDER_VERSION_INSTALLED
public static final String STATUS_SAME_VERSION_INSTALLED
public PluginPackageImpl(String moduleId)
public int compareTo(com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
compareTo in interface Comparable<com.liferay.portal.kernel.plugin.PluginPackage>public String getArtifactId()
getArtifactId in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getArtifactURL()
getArtifactURL in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getAuthor()
getAuthor in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getChangeLog()
getChangeLog in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getContext()
getContext in interface com.liferay.portal.kernel.plugin.PluginPackagepublic Properties getDeploymentSettings()
getDeploymentSettings in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getDownloadURL()
getDownloadURL in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getGroupId()
getGroupId in interface com.liferay.portal.kernel.plugin.PluginPackagepublic List<com.liferay.portal.kernel.plugin.License> getLicenses()
getLicenses in interface com.liferay.portal.kernel.plugin.PluginPackagepublic List<String> getLiferayVersions()
getLiferayVersions in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getLongDescription()
getLongDescription in interface com.liferay.portal.kernel.plugin.PluginPackagepublic Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getModuleId()
getModuleId in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getName()
getName in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getPackageId()
getPackageId in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getPageURL()
getPageURL in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getRecommendedDeploymentContext()
getRecommendedDeploymentContext in interface com.liferay.portal.kernel.plugin.PluginPackagepublic com.liferay.portal.kernel.plugin.RemotePluginPackageRepository getRepository()
getRepository in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getRepositoryURL()
getRepositoryURL in interface com.liferay.portal.kernel.plugin.PluginPackagepublic List<String> getRequiredDeploymentContexts()
getRequiredDeploymentContexts in interface com.liferay.portal.kernel.plugin.PluginPackagepublic List<com.liferay.portal.kernel.plugin.Screenshot> getScreenshots()
getScreenshots in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getShortDescription()
getShortDescription in interface com.liferay.portal.kernel.plugin.PluginPackagepublic List<String> getTags()
getTags in interface com.liferay.portal.kernel.plugin.PluginPackagepublic List<String> getTypes()
getTypes in interface com.liferay.portal.kernel.plugin.PluginPackagepublic String getVersion()
getVersion in interface com.liferay.portal.kernel.plugin.PluginPackagepublic boolean isLaterVersionThan(com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
isLaterVersionThan in interface com.liferay.portal.kernel.plugin.PluginPackagepublic boolean isPreviousVersionThan(com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
isPreviousVersionThan in interface com.liferay.portal.kernel.plugin.PluginPackagepublic boolean isSameVersionAs(com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
isSameVersionAs in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setAuthor(String author)
setAuthor in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setChangeLog(String changeLog)
setChangeLog in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setContext(String context)
setContext in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setDeploymentSettings(Properties deploymentSettings)
setDeploymentSettings in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setDownloadURL(String downloadURL)
setDownloadURL in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setLicenses(List<com.liferay.portal.kernel.plugin.License> licenses)
setLicenses in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setLiferayVersions(List<String> liferayVersions)
setLiferayVersions in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setLongDescription(String longDescription)
setLongDescription in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setName(String name)
setName in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setPageURL(String pageURL)
setPageURL in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setRecommendedDeploymentContext(String recommendedDeploymentContext)
setRecommendedDeploymentContext in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setRepository(com.liferay.portal.kernel.plugin.RemotePluginPackageRepository repository)
setRepository in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setRequiredDeploymentContexts(List<String> requiredDeploymentContexts)
setRequiredDeploymentContexts in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setScreenshots(List<com.liferay.portal.kernel.plugin.Screenshot> screenshots)
setScreenshots in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setShortDescription(String shortDescription)
setShortDescription in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setTags(List<String> tags)
setTags in interface com.liferay.portal.kernel.plugin.PluginPackagepublic void setTypes(List<String> types)
setTypes in interface com.liferay.portal.kernel.plugin.PluginPackage