Modifier and Type | Method and Description |
---|---|
static Customer |
CustomerHome.create(Customer customer)
Create an instance of the customer class
|
static Customer |
CustomerHome.findByGuid(String strGuid)
Find a customer by its GUID
|
static Customer |
CustomerHome.findByPrimaryKey(int nKey)
Returns an instance of a customer whose identifier is specified in parameter
|
Customer |
CustomerDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Customer |
ICustomerDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Customer |
CustomerDAO.selectByGuid(String strGuid,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a customer by its GUID
|
Customer |
ICustomerDAO.selectByGuid(String strGuid,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a customer by its GUID
|
static Customer |
CustomerHome.update(Customer customer)
Update of the customer which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<Customer> |
CustomerHome.getCustomersList()
Load the data of all the customer objects and returns them in form of a collection
|
List<Customer> |
CustomerDAO.selectCustomersList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the customer objects and returns them as a collection
|
List<Customer> |
ICustomerDAO.selectCustomersList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the customer objects and returns them as a collection
|
Modifier and Type | Method and Description |
---|---|
static Customer |
CustomerHome.create(Customer customer)
Create an instance of the customer class
|
int |
CustomerDAO.insert(Customer customer,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
int |
ICustomerDAO.insert(Customer customer,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
CustomerDAO.store(Customer customer,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
ICustomerDAO.store(Customer customer,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static Customer |
CustomerHome.update(Customer customer)
Update of the customer which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static String |
ActionLinkService.buildLink(String strLinkTemplate,
int nTarget,
Customer customer)
Adapt Link for customer
|
static List<ActionPanel> |
CustomerActionsService.getPanels(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Gets panels for a given customer
|
static String |
ActionLinkService.setCustomerInfo(String strLinkTemplate,
Customer customer)
Replace in the linktemplate informations about the customer
|
Modifier and Type | Method and Description |
---|---|
static List<Demand> |
DemandService.getDemands(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user,
int nStatus)
Gets a list of demand for a given Customer
|
static List<Demand> |
DemandService.getDemandsExcludingTypes(Customer customer,
List<String> listExcludedTypes,
fr.paris.lutece.portal.business.user.AdminUser user)
Gets a list of demand for a given Customer filtered by types
|
static List<Demand> |
DemandService.getDemandsIncludingTypes(Customer customer,
List<String> listIncludedTypes,
fr.paris.lutece.portal.business.user.AdminUser user)
Gets a list of demand for a given Customer filtered by types
|
Modifier and Type | Method and Description |
---|---|
static Demand |
DemandTypeService.setDemandActions(BaseDemand base,
Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Create a demand with actions from a base demand
|
static Demand |
DemandTypeService.setDemandActions(Demand demand,
Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Add actions to a given demand with actions from a base demand
|
Modifier and Type | Method and Description |
---|---|
static String |
FeatureService.getCustomerLink(Feature feature,
Customer customer)
Build a link to a feature for a given customer
|
Modifier and Type | Method and Description |
---|---|
static String |
UrlUtils.buildReturnUrl(String strControllerUrl,
String strView,
Customer customer)
Builds the URL to return to plugin gru after action on another plugin
|
Modifier and Type | Method and Description |
---|---|
List<ActionButton> |
ButtonListBuilder.buildActionButtonList(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Build a panel for a given customer
|
List<ActionGroup> |
ButtonListBuilder.buildButtonGroupList(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Build a collection of ButtonGroup
|
Modifier and Type | Method and Description |
---|---|
List<ActionButton> |
HomeButtonListBuilder.buildActionButtonList(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Build a panel for a given customer
|
List<ActionGroup> |
HomeButtonListBuilder.buildButtonGroupList(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Build a collection of ButtonGroup
|
Modifier and Type | Method and Description |
---|---|
ActionGroup |
ActionGroupBuilder.buildActionGroup(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Build a panel for a given customer
|
Modifier and Type | Method and Description |
---|---|
ActionGroup |
InformationRequestActionGroupBuilder.buildActionGroup(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Build a panel for a given customer
|
ActionGroup |
AppointmentsActionGroupBuilder.buildActionGroup(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Build a panel for a given customer
|
ActionGroup |
ClaimActionGroupBuilder.buildActionGroup(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Build a panel for a given customer
|
ActionGroup |
DemandsActionGroupBuilder.buildActionGroup(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user) |
Modifier and Type | Method and Description |
---|---|
List<ActionGroup> |
PanelBuilder.getActionGroups(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Returns the ListActionGroups
|
Modifier and Type | Method and Description |
---|---|
List<ActionGroup> |
FeatureActionsPanelBuilder.getActionGroups(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Returns the ListActionGroups
|
List<ActionGroup> |
ActionGroupListPanelBuilder.getActionGroups(Customer customer,
fr.paris.lutece.portal.business.user.AdminUser user)
Returns the ListActionGroups
|
Copyright © 2016 City of Paris. All rights reserved.