|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceInterfaceDao
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |