Skip navigation links
A C D F G I L M N P R S U _ 

A

addComponent(int, int, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ApplicationDAO
 
addComponent(int, int) - Static method in class fr.paris.lutece.plugins.appstore.business.ApplicationHome
 
addComponent(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IApplicationDAO
 
Application - Class in fr.paris.lutece.plugins.appstore.business
This is the business class for the object Application
Application() - Constructor for class fr.paris.lutece.plugins.appstore.business.Application
 
ApplicationDAO - Class in fr.paris.lutece.plugins.appstore.business
This class provides Data Access methods for Application objects
ApplicationDAO() - Constructor for class fr.paris.lutece.plugins.appstore.business.ApplicationDAO
 
ApplicationExtendableResourceService - Class in fr.paris.lutece.plugins.appstore.service
Application Extendable Resource Service
ApplicationExtendableResourceService() - Constructor for class fr.paris.lutece.plugins.appstore.service.ApplicationExtendableResourceService
 
ApplicationHome - Class in fr.paris.lutece.plugins.appstore.business
This class provides instances management methods (create, find, ...) for Application objects
ApplicationJspBean - Class in fr.paris.lutece.plugins.appstore.web
This class provides the user interface to manage Category, Application, Component features ( manage, create, modify, remove )
ApplicationJspBean() - Constructor for class fr.paris.lutece.plugins.appstore.web.ApplicationJspBean
 
AppStoreApp - Class in fr.paris.lutece.plugins.appstore.web
This class provides a simple implementation of an XPage
AppStoreApp() - Constructor for class fr.paris.lutece.plugins.appstore.web.AppStoreApp
 
AppStoreJspBean - Class in fr.paris.lutece.plugins.appstore.web
AppStore JSP Bean abstract class for JSP Bean
AppStoreJspBean() - Constructor for class fr.paris.lutece.plugins.appstore.web.AppStoreJspBean
 
AppStorePlugin - Class in fr.paris.lutece.plugins.appstore.service
class AppStorePlugin
AppStorePlugin() - Constructor for class fr.paris.lutece.plugins.appstore.service.AppStorePlugin
 

C

Category - Class in fr.paris.lutece.plugins.appstore.business
This is the business class for the object Category
Category() - Constructor for class fr.paris.lutece.plugins.appstore.business.Category
 
CategoryDAO - Class in fr.paris.lutece.plugins.appstore.business
This class provides Data Access methods for Category objects
CategoryDAO() - Constructor for class fr.paris.lutece.plugins.appstore.business.CategoryDAO
 
CategoryHome - Class in fr.paris.lutece.plugins.appstore.business
This class provides instances management methods (create, find, ...) for Category objects
CategoryJspBean - Class in fr.paris.lutece.plugins.appstore.web
Category JSP bean
CategoryJspBean() - Constructor for class fr.paris.lutece.plugins.appstore.web.CategoryJspBean
 
clearComponentsList(int, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ApplicationDAO
 
clearComponentsList(int) - Static method in class fr.paris.lutece.plugins.appstore.business.ApplicationHome
 
clearComponentsList(int, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IApplicationDAO
 
Component - Class in fr.paris.lutece.plugins.appstore.business
This is the business class for the object Component
Component() - Constructor for class fr.paris.lutece.plugins.appstore.business.Component
 
ComponentDAO - Class in fr.paris.lutece.plugins.appstore.business
This class provides Data Access methods for Component objects
ComponentDAO() - Constructor for class fr.paris.lutece.plugins.appstore.business.ComponentDAO
 
ComponentHome - Class in fr.paris.lutece.plugins.appstore.business
This class provides instances management methods (create, find, ...) for Component objects
ComponentInfoService - Class in fr.paris.lutece.plugins.appstore.service
Component Info Service
ComponentInfoService() - Constructor for class fr.paris.lutece.plugins.appstore.service.ComponentInfoService
 
ComponentJspBean - Class in fr.paris.lutece.plugins.appstore.web
Component JSP Bean
ComponentJspBean() - Constructor for class fr.paris.lutece.plugins.appstore.web.ComponentJspBean
 
convertStringToInt(String) - Static method in class fr.paris.lutece.plugins.appstore.web.IconJspBean
convert a string to int
create(Application) - Static method in class fr.paris.lutece.plugins.appstore.business.ApplicationHome
Create an instance of the application class
create(Category) - Static method in class fr.paris.lutece.plugins.appstore.business.CategoryHome
Create an instance of the category class
create(Component) - Static method in class fr.paris.lutece.plugins.appstore.business.ComponentHome
Create an instance of the component class
create(Icon, Plugin) - Static method in class fr.paris.lutece.plugins.appstore.business.IconHome
Creation of an instance of icon

D

delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ApplicationDAO
Delete a record from the table
delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.CategoryDAO
Delete a record from the table
delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ComponentDAO
Delete a record from the table
delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IApplicationDAO
Delete a record from the table
delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.ICategoryDAO
Delete a record from the table
delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IComponentDAO
Delete a record from the table
delete(int, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.IconDAO
 
delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IIconDAO
Delete the Icon Object
doCreateApplication(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ApplicationJspBean
Process the data capture form of a new application
doCreateCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.CategoryJspBean
Process the data capture form of a new category
doCreateComponent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ComponentJspBean
Process the data capture form of a new component
doCreateIcon(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.IconJspBean
Perform the icon creation
doModifyApplication(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ApplicationJspBean
Process the change form of a application
doModifyCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.CategoryJspBean
Process the change form of a category
doModifyComponent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ComponentJspBean
Process the change form of a component
doModifyComponentsList(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ApplicationJspBean
 
doModifyIcon(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.IconJspBean
Perform the icon modification
doRemoveApplication(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ApplicationJspBean
Handles the removal form of a application
doRemoveCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.CategoryJspBean
Handles the removal form of a category
doRemoveComponent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ComponentJspBean
Handles the removal form of a component
doRemoveIcon(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.IconJspBean
Perform the icon supression

F

findByApplication(int) - Static method in class fr.paris.lutece.plugins.appstore.business.ComponentHome
Returns a list of component used by the application
findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appstore.business.ApplicationHome
Returns an instance of a application whose identifier is specified in parameter
findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appstore.business.CategoryHome
Returns an instance of a category whose identifier is specified in parameter
findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.appstore.business.ComponentHome
Returns an instance of a component whose identifier is specified in parameter
findByPrimaryKey(int, Plugin) - Static method in class fr.paris.lutece.plugins.appstore.business.IconHome
Load the icon Object
fr.paris.lutece.plugins.appstore.business - package fr.paris.lutece.plugins.appstore.business
 
fr.paris.lutece.plugins.appstore.service - package fr.paris.lutece.plugins.appstore.service
 
fr.paris.lutece.plugins.appstore.web - package fr.paris.lutece.plugins.appstore.web
 

G

generatePOM(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.AppStoreApp
 
getApplicationsList() - Static method in class fr.paris.lutece.plugins.appstore.business.ApplicationHome
Load the data of all the application objects and returns them in form of a collection
getArtifactId() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the ArtifactId
getArtifactId() - Method in class fr.paris.lutece.plugins.appstore.business.Component
Returns the ArtifactId
getBuildStatus() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the BuildStatus
getCategories() - Static method in class fr.paris.lutece.plugins.appstore.business.CategoryHome
Gets categories as reference list
getCategory() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the Category
getCategorysList() - Static method in class fr.paris.lutece.plugins.appstore.business.CategoryHome
Load the data of all the category objects and returns them in form of a collection
getComponentsList() - Static method in class fr.paris.lutece.plugins.appstore.business.ComponentHome
Load the data of all the component objects and returns them in form of a collection
getComponentType() - Method in class fr.paris.lutece.plugins.appstore.business.Component
Returns the ComponentType
getConfirmRemoveApplication(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ApplicationJspBean
Manages the removal form of a application whose identifier is in the http request
getConfirmRemoveCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.CategoryJspBean
Manages the removal form of a category whose identifier is in the http request
getConfirmRemoveComponent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ComponentJspBean
Manages the removal form of a component whose identifier is in the http request
getConfirmRemoveIcon(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.IconJspBean
Gets the confirmation page of delete icon
getCreateApplication(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ApplicationJspBean
Returns the form to create a application
getCreateCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.CategoryJspBean
Returns the form to create a category
getCreateComponent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ComponentJspBean
Returns the form to create a component
getCreateIcon(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.IconJspBean
Gets the icon creation page
getDescription() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the Description
getDescription() - Method in class fr.paris.lutece.plugins.appstore.business.Component
Returns the Description
getExtendableResourceDescription() - Method in class fr.paris.lutece.plugins.appstore.business.Application
 
getExtendableResourceImageUrl() - Method in class fr.paris.lutece.plugins.appstore.business.Application
 
getExtendableResourceName() - Method in class fr.paris.lutece.plugins.appstore.business.Application
 
getExtendableResourceType() - Method in class fr.paris.lutece.plugins.appstore.business.Application
 
getGroupId() - Method in class fr.paris.lutece.plugins.appstore.business.Component
Returns the GroupId
getHeight() - Method in class fr.paris.lutece.plugins.appstore.business.Icon
 
getId() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the IdApplication
getId() - Method in class fr.paris.lutece.plugins.appstore.business.Category
Returns the IdCategory
getId() - Method in class fr.paris.lutece.plugins.appstore.business.Component
Returns the IdComponent
getId() - Method in class fr.paris.lutece.plugins.appstore.business.Icon
 
getId() - Method in interface fr.paris.lutece.plugins.appstore.business.IReferenceItem
return the item id
getIdCategory() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the IdCategory
getIdExtendableResource() - Method in class fr.paris.lutece.plugins.appstore.business.Application
 
getIdIcon() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the IdIcon
getImageResource(int) - Method in class fr.paris.lutece.plugins.appstore.service.IconService
Return the Resource id
getInstallation() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the Installation
getInstance() - Static method in class fr.paris.lutece.plugins.appstore.service.IconService
Get the unique instance of the service
getListIcons(Plugin) - Static method in class fr.paris.lutece.plugins.appstore.business.IconHome
return the list of all icon
getManageApplications(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ApplicationJspBean
Returns the list of application
getManageCategories(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.CategoryJspBean
Returns the list of category
getManageComponents(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ComponentJspBean
Returns the list of component
getManageIcon(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.IconJspBean
Return management icon ( list of icon )
getMimeType() - Method in class fr.paris.lutece.plugins.appstore.business.Icon
the icon mime type
getModifyApplication(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ApplicationJspBean
Returns the form to update info about a application
getModifyCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.CategoryJspBean
Returns the form to update info about a category
getModifyComponent(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.ComponentJspBean
Returns the form to update info about a component
getModifyIcon(HttpServletRequest) - Method in class fr.paris.lutece.plugins.appstore.web.IconJspBean
Gets the icon modification page
getName() - Method in class fr.paris.lutece.plugins.appstore.business.Category
Returns the Name
getName() - Method in class fr.paris.lutece.plugins.appstore.business.Icon
Returns the icon name
getName() - Method in interface fr.paris.lutece.plugins.appstore.business.IReferenceItem
 
getOrder() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the ApplicationOrder
getOrder() - Method in class fr.paris.lutece.plugins.appstore.business.Category
Returns the CategoryOrder
getPage(HttpServletRequest, int, Plugin) - Method in class fr.paris.lutece.plugins.appstore.web.AppStoreApp
Returns the content of the page appstore.
getPomUrl() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the PomUrl
getPresentation() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the Presentation
getPublishStatus() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the PublishStatus
getResource(String, String) - Method in class fr.paris.lutece.plugins.appstore.service.ApplicationExtendableResourceService
getResourceImageEntryUrl(int) - Static method in class fr.paris.lutece.plugins.appstore.service.IconService
Management of the image associated to the EntryUrl
getResourceType() - Method in class fr.paris.lutece.plugins.appstore.service.ApplicationExtendableResourceService
getResourceTypeDescription(Locale) - Method in class fr.paris.lutece.plugins.appstore.service.ApplicationExtendableResourceService
getResourceTypeId() - Method in class fr.paris.lutece.plugins.appstore.service.IconService
Return the Resource Type id
getResourceUrl(String, String) - Method in class fr.paris.lutece.plugins.appstore.service.ApplicationExtendableResourceService
getSqlScriptUrl() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the SqlScriptUrl
getTitle() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the Title
getTitle() - Method in class fr.paris.lutece.plugins.appstore.business.Component
Returns the Title
getValue() - Method in class fr.paris.lutece.plugins.appstore.business.Icon
get the icon file value
getVersion() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the Version
getVersion() - Method in class fr.paris.lutece.plugins.appstore.business.Component
Returns the Version
getWebappUrl() - Method in class fr.paris.lutece.plugins.appstore.business.Application
Returns the WebappUrl
getWidth() - Method in class fr.paris.lutece.plugins.appstore.business.Icon
 

I

IApplicationDAO - Interface in fr.paris.lutece.plugins.appstore.business
IApplicationDAO Interface
ICategoryDAO - Interface in fr.paris.lutece.plugins.appstore.business
ICategoryDAO Interface
IComponentDAO - Interface in fr.paris.lutece.plugins.appstore.business
IComponentDAO Interface
Icon - Class in fr.paris.lutece.plugins.appstore.business
Icon
Icon() - Constructor for class fr.paris.lutece.plugins.appstore.business.Icon
 
IconDAO - Class in fr.paris.lutece.plugins.appstore.business
class IconDAO
IconDAO() - Constructor for class fr.paris.lutece.plugins.appstore.business.IconDAO
 
IconHome - Class in fr.paris.lutece.plugins.appstore.business
This class provides instances management methods (create, find, ...) for Icon objects
IconJspBean - Class in fr.paris.lutece.plugins.appstore.web
class IconJspBean
IconJspBean() - Constructor for class fr.paris.lutece.plugins.appstore.web.IconJspBean
 
IconService - Class in fr.paris.lutece.plugins.appstore.service
Service for Url entry types.
IIconDAO - Interface in fr.paris.lutece.plugins.appstore.business
IIconDAO
init() - Method in class fr.paris.lutece.plugins.appstore.service.AppStorePlugin
Initialize the AppStorePlugin
insert(Application, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ApplicationDAO
Insert a new record in the table.
insert(Category, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.CategoryDAO
Insert a new record in the table.
insert(Component, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ComponentDAO
Insert a new record in the table.
insert(Application, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IApplicationDAO
Insert a new record in the table.
insert(Category, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.ICategoryDAO
Insert a new record in the table.
insert(Component, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IComponentDAO
Insert a new record in the table.
insert(Icon, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.IconDAO
 
insert(Icon, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IIconDAO
Insert a new record in the table.
IReferenceItem - Interface in fr.paris.lutece.plugins.appstore.business
IReferenceItem
isInvoked(String) - Method in class fr.paris.lutece.plugins.appstore.service.ApplicationExtendableResourceService

L

load(int, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ApplicationDAO
Load the data of the application from the table
load(int, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.CategoryDAO
Load the data of the category from the table
load(int, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ComponentDAO
Load the data of the component from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IApplicationDAO
Load the data from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.ICategoryDAO
Load the data from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IComponentDAO
Load the data from the table
load(int, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.IconDAO
 
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IIconDAO
Load the icon Object

M

MARK_NB_ITEMS_PER_PAGE - Static variable in class fr.paris.lutece.plugins.appstore.web.AppStoreJspBean
 
MARK_PAGINATOR - Static variable in class fr.paris.lutece.plugins.appstore.web.AppStoreJspBean
 

N

newPrimaryKey(Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ApplicationDAO
Generates a new primary key
newPrimaryKey(Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.CategoryDAO
Generates a new primary key
newPrimaryKey(Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ComponentDAO
Generates a new primary key
NOT_PUBLISHED - Static variable in class fr.paris.lutece.plugins.appstore.business.Application
 

P

PARAMETER_PAGE_INDEX - Static variable in class fr.paris.lutece.plugins.appstore.web.AppStoreJspBean
 
PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.appstore.service.AppStorePlugin
 
PUBLISHED - Static variable in class fr.paris.lutece.plugins.appstore.business.Application
 
PUBLISHED_NEW - Static variable in class fr.paris.lutece.plugins.appstore.business.Application
 

R

register() - Method in class fr.paris.lutece.plugins.appstore.service.IconService
Initializes the service
remove(int) - Static method in class fr.paris.lutece.plugins.appstore.business.ApplicationHome
Remove the application whose identifier is specified in parameter
remove(int) - Static method in class fr.paris.lutece.plugins.appstore.business.CategoryHome
Remove the category whose identifier is specified in parameter
remove(int) - Static method in class fr.paris.lutece.plugins.appstore.business.ComponentHome
Remove the component whose identifier is specified in parameter
remove(int, Plugin) - Static method in class fr.paris.lutece.plugins.appstore.business.IconHome
remove icon which is specified in parameter
RESOURCE_TYPE - Static variable in class fr.paris.lutece.plugins.appstore.business.Application
 
RESOURCE_TYPE_DESCRIPTION - Static variable in class fr.paris.lutece.plugins.appstore.business.Application
 
RIGHT_MANAGEAPPSTORE - Static variable in class fr.paris.lutece.plugins.appstore.web.AppStoreJspBean
 
run() - Method in class fr.paris.lutece.plugins.appstore.service.UpdaterDaemon

S

selectAll(Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.IconDAO
 
selectAll(Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IIconDAO
select all Icons
selectApplicationsList(Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ApplicationDAO
Load the data of all the applications and returns them as a collection
selectApplicationsList(Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IApplicationDAO
Load the data of all the application objects and returns them as a collection
selectByApplication(int, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ComponentDAO
 
selectByApplication(int, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IComponentDAO
Returns a list of component used by the application
selectCategorysList(Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.CategoryDAO
Load the data of all the categorys and returns them as a collection
selectCategorysList(Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.ICategoryDAO
Load the data of all the category objects and returns them as a collection
selectComponentsList(Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ComponentDAO
Load the data of all the components and returns them as a collection
selectComponentsList(Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IComponentDAO
Load the data of all the component objects and returns them as a collection
setArtifactId(String) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the ArtifactId
setArtifactId(String) - Method in class fr.paris.lutece.plugins.appstore.business.Component
Sets the ArtifactId
setBuildStatus(int) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the BuildStatus
setCategory(String) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the Category
setComponentType(String) - Method in class fr.paris.lutece.plugins.appstore.business.Component
Sets the ComponentType
setDescription(String) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the Description
setDescription(String) - Method in class fr.paris.lutece.plugins.appstore.business.Component
Sets the Description
setGroupId(String) - Method in class fr.paris.lutece.plugins.appstore.business.Component
Sets the GroupId
setHeight(int) - Method in class fr.paris.lutece.plugins.appstore.business.Icon
 
setId(int) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the IdApplication
setId(int) - Method in class fr.paris.lutece.plugins.appstore.business.Category
Sets the IdCategory
setId(int) - Method in class fr.paris.lutece.plugins.appstore.business.Component
Sets the IdComponent
setId(int) - Method in class fr.paris.lutece.plugins.appstore.business.Icon
set the id of the icon
setIdCategory(int) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the IdCategory
setIdIcon(int) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the IdIcon
setInstallation(String) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the Installation
setMimeType(String) - Method in class fr.paris.lutece.plugins.appstore.business.Icon
set the icon mime type
setName(String) - Method in class fr.paris.lutece.plugins.appstore.business.Category
Sets the Name
setName(String) - Method in class fr.paris.lutece.plugins.appstore.business.Icon
Set the icon name
setOrder(int) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the ApplicationOrder
setOrder(int) - Method in class fr.paris.lutece.plugins.appstore.business.Category
Sets the CategoryOrder
setPomSiteVersion() - Static method in class fr.paris.lutece.plugins.appstore.service.ComponentInfoService
Set the POM site version
setPomUrl(String) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the PomUrl
setPresentation(String) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the Presentation
setPublishStatus(int) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the PublishStatus
setReleaseVersion(Component) - Static method in class fr.paris.lutece.plugins.appstore.service.ComponentInfoService
Set the component's version
setSqlScriptUrl(String) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the SqlScriptUrl
setTitle(String) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the Title
setTitle(String) - Method in class fr.paris.lutece.plugins.appstore.business.Component
Sets the Title
setValue(byte[]) - Method in class fr.paris.lutece.plugins.appstore.business.Icon
set the icon file value
setVersion(String) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the Version
setVersion(String) - Method in class fr.paris.lutece.plugins.appstore.business.Component
Sets the Version
setWebappUrl(String) - Method in class fr.paris.lutece.plugins.appstore.business.Application
Sets the WebappUrl
setWidth(int) - Method in class fr.paris.lutece.plugins.appstore.business.Icon
 
store(Application, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ApplicationDAO
Update the record in the table
store(Category, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.CategoryDAO
Update the record in the table
store(Component, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.ComponentDAO
Update the record in the table
store(Application, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IApplicationDAO
Update the record in the table
store(Category, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.ICategoryDAO
Update the record in the table
store(Component, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IComponentDAO
Update the record in the table
store(Icon, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.IconDAO
 
store(Icon, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IIconDAO
update record in the table.
storeMetadata(Icon, Plugin) - Method in class fr.paris.lutece.plugins.appstore.business.IconDAO
 
storeMetadata(Icon, Plugin) - Method in interface fr.paris.lutece.plugins.appstore.business.IIconDAO
update icon metadata in the table.

U

update(Application) - Static method in class fr.paris.lutece.plugins.appstore.business.ApplicationHome
Update of the application which is specified in parameter
update(Category) - Static method in class fr.paris.lutece.plugins.appstore.business.CategoryHome
Update of the category which is specified in parameter
update(Component) - Static method in class fr.paris.lutece.plugins.appstore.business.ComponentHome
Update of the component which is specified in parameter
update(Icon, Plugin) - Static method in class fr.paris.lutece.plugins.appstore.business.IconHome
Update of icon which is specified in parameter
updateComponentInfo() - Static method in class fr.paris.lutece.plugins.appstore.service.UpdaterService
Update component infos
updateMetadata(Icon, Plugin) - Static method in class fr.paris.lutece.plugins.appstore.business.IconHome
Update metatdata of icon which is specified in parameter
UpdaterDaemon - Class in fr.paris.lutece.plugins.appstore.service
Updater Daemon
UpdaterDaemon() - Constructor for class fr.paris.lutece.plugins.appstore.service.UpdaterDaemon
 
UpdaterService - Class in fr.paris.lutece.plugins.appstore.service
Updater Service
UpdaterService() - Constructor for class fr.paris.lutece.plugins.appstore.service.UpdaterService
 

_

_nDefaultItemsPerPage - Variable in class fr.paris.lutece.plugins.appstore.web.AppStoreJspBean
 
_nItemsPerPage - Variable in class fr.paris.lutece.plugins.appstore.web.AppStoreJspBean
 
_strCurrentPageIndex - Variable in class fr.paris.lutece.plugins.appstore.web.AppStoreJspBean
 
A C D F G I L M N P R S U _ 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.