|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceInterfaceStyleDao
Method Summary | |
---|---|
void |
addOrUpdate(ServiceInterfaceStyleConfig serviceInterfaceStyleConfig,
ITransaction transaction)
Add or update the style of the service's interface. |
void |
delete(java.lang.String serviceInterfaceStyleId,
java.lang.String serviceInterfaceId,
ITransaction transaction)
Delete the style of the service's interface. |
ServiceInterfaceStyleConfig |
get(java.lang.String serviceInterfaceStyleId,
java.lang.String serviceInterfaceId,
ITransaction transaction)
Get the style of the service's interface. |
java.util.Collection<java.lang.String> |
getIdsByServiceInterfaceId(java.lang.String serviceInterfaceId,
ITransaction transaction)
Get a list of ids given the id of the service's interface. |
ServiceInterfaceStyleConfig |
getWidgetStyle(java.lang.String serviceInterfaceId,
ITransaction transaction)
Get the widget style of the service's interface. |
Method Detail |
---|
void addOrUpdate(ServiceInterfaceStyleConfig serviceInterfaceStyleConfig, ITransaction transaction) throws DaoException, PortalException
serviceInterfaceStyleConfig
- transaction
-
DaoException
PortalException
void delete(java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, ITransaction transaction) throws DaoException, PortalException
serviceInterfaceStyleId
- serviceInterfaceId
- transaction
-
DaoException
PortalException
ServiceInterfaceStyleConfig get(java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, ITransaction transaction) throws DaoException, PortalException
serviceInterfaceStyleId
- serviceInterfaceId
- transaction
-
DaoException
PortalException
java.util.Collection<java.lang.String> getIdsByServiceInterfaceId(java.lang.String serviceInterfaceId, ITransaction transaction) throws DaoException, PortalException
serviceInterfaceId
- transaction
-
DaoException
PortalException
ServiceInterfaceStyleConfig getWidgetStyle(java.lang.String serviceInterfaceId, ITransaction transaction) throws DaoException, PortalException
serviceInterfaceId
- id of interface.transaction
- transaction used to get information from database.
DaoException
- if any error occurs during the process on database.
PortalException
- if any error occurs during the process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |