|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dotmarketing.business.BaseInodeAPI
com.dotmarketing.business.HostAPI
public class HostAPI
| Constructor Summary | |
|---|---|
HostAPI()
|
|
| Method Summary | |
|---|---|
void |
delete(Host host)
Deprecated. |
Host |
find(long id)
Deprecated. |
java.util.List<Host> |
findAll()
Deprecated. |
Host |
findDefaultHost()
|
Host |
findHostByName(java.lang.String hostName)
|
void |
save(Host host)
Deprecated. |
| Methods inherited from class com.dotmarketing.business.BaseInodeAPI |
|---|
getChildrenClassByCondition, saveInode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HostAPI()
| Method Detail |
|---|
public Host findDefaultHost()
public Host findHostByName(java.lang.String hostName)
hostName -
public void delete(Host host)
delete in interface GenericAPI<Host>public Host find(long id)
find in interface GenericAPI<Host>public java.util.List<Host> findAll()
findAll in interface GenericAPI<Host>public void save(Host host)
save in interface GenericAPI<Host>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||