com.dotmarketing.portlets.hostvariable.bussiness
Interface HostVariableAPI
- All Known Implementing Classes:
- HostVariableAPIImpl
public interface HostVariableAPI
|
Method Summary |
HostVariable |
copy(HostVariable sourceVariable,
Host destinationHost,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
|
void |
delete(HostVariable object,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
|
HostVariable |
find(java.lang.String id,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
|
java.util.List<HostVariable> |
getAllVariables(java.lang.String hostId,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
|
java.util.List<HostVariable> |
getVariablesForHost(java.lang.String hostId,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
|
void |
save(HostVariable object,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
|
delete
void delete(HostVariable object,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
throws DotDataException,
DotSecurityException
- Throws:
DotDataException
DotSecurityException
find
HostVariable find(java.lang.String id,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
throws DotDataException,
DotSecurityException
- Throws:
DotDataException
DotSecurityException
getAllVariables
java.util.List<HostVariable> getAllVariables(java.lang.String hostId,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
throws DotDataException,
DotSecurityException
- Throws:
DotDataException
DotSecurityException
getVariablesForHost
java.util.List<HostVariable> getVariablesForHost(java.lang.String hostId,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
throws DotDataException,
DotSecurityException
- Throws:
DotDataException
DotSecurityException
save
void save(HostVariable object,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
throws DotDataException,
DotSecurityException
- Throws:
DotDataException
DotSecurityException
copy
HostVariable copy(HostVariable sourceVariable,
Host destinationHost,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
throws DotDataException,
DotSecurityException
- Throws:
DotDataException
DotSecurityException
Copyright © 2013 dotCMS Inc. All Rights Reserved.