com.dotmarketing.business
Class HostAPI

java.lang.Object
  extended by com.dotmarketing.business.BaseInodeAPI
      extended by com.dotmarketing.business.HostAPI
All Implemented Interfaces:
GenericAPI<Host>

public class HostAPI
extends BaseInodeAPI
implements GenericAPI<Host>

Author:
jtesser

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

HostAPI

public HostAPI()
Method Detail

findDefaultHost

public Host findDefaultHost()
Returns:
the default host

findHostByName

public Host findHostByName(java.lang.String hostName)
Parameters:
hostName -
Returns:
the host with the passed in name

delete

public void delete(Host host)
Deprecated. 

Not Implemanted Yet

Specified by:
delete in interface GenericAPI<Host>

find

public Host find(long id)
Deprecated. 

Not Implemanted Yet

Specified by:
find in interface GenericAPI<Host>

findAll

public java.util.List<Host> findAll()
Deprecated. 

Not Implemanted Yet

Specified by:
findAll in interface GenericAPI<Host>

save

public void save(Host host)
Deprecated. 

Not Implemanted Yet

Specified by:
save in interface GenericAPI<Host>


Copyright © 2009 Dotmarketing, Inc. All Rights Reserved.