public interface IServiceInterfaceDao
Modifier and Type | Method and Description |
---|---|
void |
addOrUpdate(ServiceInterfaceConfig serviceInterfaceConfig,
ITransaction daoTransaction)
Add or update the service's interface.
|
boolean |
delete(ServiceInterfaceConfig serviceInterfaceConfig,
ITransaction daoTransaction)
Delete the service's interface.
|
ServiceInterfaceConfig |
get(String interfaceId,
ITransaction daoTransaction)
Get the service's interface.
|
String |
getCustomDefaultStyleId(String serviceInterfaceId,
ITransaction daoTransaction)
Get the id of the custom default style.
|
String |
getDefaultStyleId(String serviceInterfaceId,
ITransaction daoTransaction)
Get the default style of the service's interface.
|
Collection<String> |
getIdsByServiceId(String serviceId,
ITransaction daoTransaction)
Get all interfaces ids from a given service.
|
void |
setCustomDefaultStyleId(String serviceInterfaceId,
String serviceInterfaceStyleId,
ITransaction daoTransaction)
Update the id of the custom default style.
|
void |
setDefaultStyleId(String serviceInterfaceId,
String serviceInterfaceStyleId,
ITransaction daoTransaction)
Update the default style of the service's interface.
|
ServiceInterfaceConfig get(String interfaceId, ITransaction daoTransaction) throws DaoException, PortalException
interfaceId
- daoTransaction
- DaoException
PortalException
Collection<String> getIdsByServiceId(String serviceId, ITransaction daoTransaction) throws DaoException, PortalException
serviceId
- daoTransaction
- DaoException
PortalException
void addOrUpdate(ServiceInterfaceConfig serviceInterfaceConfig, ITransaction daoTransaction) throws DaoException, PortalException
serviceInterfaceConfig
- daoTransaction
- DaoException
PortalException
boolean delete(ServiceInterfaceConfig serviceInterfaceConfig, ITransaction daoTransaction) throws DaoException, PortalException
serviceInterfaceConfig
- daoTransaction
- DaoException
PortalException
void setDefaultStyleId(String serviceInterfaceId, String serviceInterfaceStyleId, ITransaction daoTransaction) throws DaoException, PortalException
serviceInterfaceId
- serviceInterfaceStyleId
- daoTransaction
- DaoException
PortalException
String getDefaultStyleId(String serviceInterfaceId, ITransaction daoTransaction) throws DaoException, PortalException
serviceInterfaceId
- daoTransaction
- DaoException
PortalException
void setCustomDefaultStyleId(String serviceInterfaceId, String serviceInterfaceStyleId, ITransaction daoTransaction) throws DaoException, PortalException
serviceInterfaceId
- serviceInterfaceStyleId
- daoTransaction
- DaoException
PortalException
String getCustomDefaultStyleId(String serviceInterfaceId, ITransaction daoTransaction) throws DaoException, PortalException
serviceInterfaceId
- daoTransaction
- DaoException
PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.