Liferay 6.2.0

com.liferay.portal.kernel.plugin
Interface PluginPackage


public interface PluginPackage


Field Summary
static String REPOSITORY_XML_FILENAME_EXTENSION
           
static String REPOSITORY_XML_FILENAME_PREFIX
           
 
Method Summary
abstract  String getArtifactId()
           
abstract  String getArtifactURL()
           
abstract  String getAuthor()
           
abstract  String getChangeLog()
           
abstract  String getContext()
           
abstract  Properties getDeploymentSettings()
           
abstract  String getDownloadURL()
           
abstract  String getGroupId()
           
abstract  List<License> getLicenses()
           
abstract  List<String> getLiferayVersions()
           
abstract  String getLongDescription()
           
abstract  Date getModifiedDate()
           
abstract  String getModuleId()
           
abstract  String getName()
           
abstract  String getPackageId()
           
abstract  String getPageURL()
           
abstract  String getRecommendedDeploymentContext()
           
abstract  RemotePluginPackageRepository getRepository()
           
abstract  String getRepositoryURL()
           
abstract  List<String> getRequiredDeploymentContexts()
           
abstract  List<Screenshot> getScreenshots()
           
abstract  String getShortDescription()
           
abstract  List<String> getTags()
           
abstract  List<String> getTypes()
           
abstract  String getVersion()
           
abstract  boolean isLaterVersionThan(PluginPackage pluginPackage)
           
abstract  boolean isPreviousVersionThan(PluginPackage pluginPackage)
           
abstract  boolean isSameVersionAs(PluginPackage pluginPackage)
           
abstract  void setAuthor(String author)
           
abstract  void setChangeLog(String changeLog)
           
abstract  void setContext(String context)
           
abstract  void setDeploymentSettings(Properties properties)
           
abstract  void setDownloadURL(String downloadURL)
           
abstract  void setLicenses(List<License> licenses)
           
abstract  void setLiferayVersions(List<String> liferayVersions)
           
abstract  void setLongDescription(String longDescription)
           
abstract  void setModifiedDate(Date modifiedDate)
           
abstract  void setName(String name)
           
abstract  void setPageURL(String pageURL)
           
abstract  void setRecommendedDeploymentContext(String deploymentContext)
           
abstract  void setRepository(RemotePluginPackageRepository repository)
           
abstract  void setRequiredDeploymentContexts(List<String> requiredDeploymentContexts)
           
abstract  void setScreenshots(List<Screenshot> screenshots)
           
abstract  void setShortDescription(String shortDescription)
           
abstract  void setTags(List<String> tags)
           
abstract  void setTypes(List<String> types)
           
 

Field Detail

REPOSITORY_XML_FILENAME_EXTENSION

static final String REPOSITORY_XML_FILENAME_EXTENSION
See Also:
Constant Field Values

REPOSITORY_XML_FILENAME_PREFIX

static final String REPOSITORY_XML_FILENAME_PREFIX
See Also:
Constant Field Values
Method Detail

getArtifactId

String getArtifactId()

getArtifactURL

String getArtifactURL()

getAuthor

String getAuthor()

getChangeLog

String getChangeLog()

getContext

String getContext()

getDeploymentSettings

Properties getDeploymentSettings()

getDownloadURL

String getDownloadURL()

getGroupId

String getGroupId()

getLicenses

List<License> getLicenses()

getLiferayVersions

List<String> getLiferayVersions()

getLongDescription

String getLongDescription()

getModifiedDate

Date getModifiedDate()

getModuleId

String getModuleId()

getName

String getName()

getPackageId

String getPackageId()

getPageURL

String getPageURL()

getRecommendedDeploymentContext

String getRecommendedDeploymentContext()

getRepository

RemotePluginPackageRepository getRepository()

getRepositoryURL

String getRepositoryURL()

getRequiredDeploymentContexts

List<String> getRequiredDeploymentContexts()

getScreenshots

List<Screenshot> getScreenshots()

getShortDescription

String getShortDescription()

getTags

List<String> getTags()

getTypes

List<String> getTypes()

getVersion

String getVersion()

isLaterVersionThan

boolean isLaterVersionThan(PluginPackage pluginPackage)

isPreviousVersionThan

boolean isPreviousVersionThan(PluginPackage pluginPackage)

isSameVersionAs

boolean isSameVersionAs(PluginPackage pluginPackage)

setAuthor

void setAuthor(String author)

setChangeLog

void setChangeLog(String changeLog)

setContext

void setContext(String context)

setDeploymentSettings

void setDeploymentSettings(Properties properties)

setDownloadURL

void setDownloadURL(String downloadURL)

setLicenses

void setLicenses(List<License> licenses)

setLiferayVersions

void setLiferayVersions(List<String> liferayVersions)

setLongDescription

void setLongDescription(String longDescription)

setModifiedDate

void setModifiedDate(Date modifiedDate)

setName

void setName(String name)

setPageURL

void setPageURL(String pageURL)

setRecommendedDeploymentContext

void setRecommendedDeploymentContext(String deploymentContext)

setRepository

void setRepository(RemotePluginPackageRepository repository)

setRequiredDeploymentContexts

void setRequiredDeploymentContexts(List<String> requiredDeploymentContexts)

setScreenshots

void setScreenshots(List<Screenshot> screenshots)

setShortDescription

void setShortDescription(String shortDescription)

setTags

void setTags(List<String> tags)

setTypes

void setTypes(List<String> types)

Liferay 6.2.0