public class ServicesImpl extends java.lang.Object implements Services, java.io.Serializable
| Constructor and Description | 
|---|
| ServicesImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| DatabaseServices | getDatabase()Returns the database services containing methods associated with databases. | 
| DateServices | getDate()Returns the date services containing methods associated with dates. | 
| EncryptionServices | getEncryption()Returns the encryption services containing methods associated with Ebase encryption. | 
| FileServices | getFile()Returns the file services containing methods associated with system files. | 
| LdapServices | getLdap()Returns the LDAP services containing methods that provide authentication and search methods against an LDAP Registry. | 
| PostcodeAnywhereServices | getPostcodeAnywhere()Returns the postcode anywhere services containing methods to access the PostcodeAnywhere service. | 
| PushNotification | getPushNotification() | 
| RestServices | getRest()Returns the REST services that supports REST based operations. | 
| SchedulerServices | getScheduler()Returns the scheduler services containing methods that enable Scheduled Tasks to be started from a form, workflow job or Integration Service. | 
| ServicesSecurity | getSecurity()Returns the services security containing any security implementations required by  Services. | 
| VelocityServices | getVelocity()Returns the Velocity services containing methods to invoke a Velocity template. | 
public RestServices getRest()
Servicespublic PushNotification getPushNotification()
getPushNotification in interface Servicespublic DateServices getDate()
Servicespublic EncryptionServices getEncryption()
ServicesgetEncryption in interface Servicespublic FileServices getFile()
Servicespublic LdapServices getLdap()
Servicespublic PostcodeAnywhereServices getPostcodeAnywhere()
ServicesgetPostcodeAnywhere in interface Servicespublic SchedulerServices getScheduler()
ServicesgetScheduler in interface Servicespublic VelocityServices getVelocity()
ServicesgetVelocity in interface Servicespublic ServicesSecurity getSecurity()
ServicesServices.getSecurity in interface Servicespublic DatabaseServices getDatabase()
ServicesgetDatabase in interface Services