|
||||||||||
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(String serviceInterfaceStyleId,
String serviceInterfaceId,
ITransaction transaction)
Delete the style of the service's interface. |
ServiceInterfaceStyleConfig |
get(String serviceInterfaceStyleId,
String serviceInterfaceId,
ITransaction transaction)
Get the style of the service's interface. |
Collection<String> |
getIdsByServiceInterfaceId(String serviceInterfaceId,
ITransaction transaction)
Get a list of ids given the id of the service's interface. |
Method Detail |
---|
void addOrUpdate(ServiceInterfaceStyleConfig serviceInterfaceStyleConfig, ITransaction transaction) throws DaoException, PortalException
serviceInterfaceStyleConfig
- transaction
-
DaoException
PortalException
void delete(String serviceInterfaceStyleId, String serviceInterfaceId, ITransaction transaction) throws DaoException, PortalException
serviceInterfaceStyleId
- serviceInterfaceId
- transaction
-
DaoException
PortalException
ServiceInterfaceStyleConfig get(String serviceInterfaceStyleId, String serviceInterfaceId, ITransaction transaction) throws DaoException, PortalException
serviceInterfaceStyleId
- serviceInterfaceId
- transaction
-
DaoException
PortalException
Collection<String> getIdsByServiceInterfaceId(String serviceInterfaceId, ITransaction transaction) throws DaoException, PortalException
serviceInterfaceId
- transaction
-
DaoException
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |