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()
Services
public PushNotification getPushNotification()
getPushNotification
in interface Services
public DateServices getDate()
Services
public EncryptionServices getEncryption()
Services
getEncryption
in interface Services
public FileServices getFile()
Services
public LdapServices getLdap()
Services
public PostcodeAnywhereServices getPostcodeAnywhere()
Services
getPostcodeAnywhere
in interface Services
public SchedulerServices getScheduler()
Services
getScheduler
in interface Services
public VelocityServices getVelocity()
Services
getVelocity
in interface Services
public ServicesSecurity getSecurity()
Services
Services
.getSecurity
in interface Services
public DatabaseServices getDatabase()
Services
getDatabase
in interface Services