this method appears to not work when the entity is hollow - an empty map is returned
LC support has been removed
LC support has been removed
This method does not deterministically return a library because libraries are now also distinguished by version number. Please use getLibraryForClient(Long clientId, String libraryNormalizedName, String version) instead.
This method does not deterministically return a library because libraries are now also distinguished by version number. Please use getLibraryForClient(Long clientId, String libraryNormalizedName, String version) instead.
This method does not deterministically return a library because libraries are now also distinguished by version number. Please use getLibraryForProject(Long projectId, String libraryNormalizedName, String version) instead.
use generateUniqueServiceName(Long, String) instead
use getClientService(Long, String, Integer) instead
use getServiceForClientNameAndVersion instead
use getServiceVersionsForName(Long, String) instead
use getServiceWithHighestVersionNumber(Long, String) instead
use updateScheduledSaveAbandonTime instead. This method may be removed in a future release.
use SubmissionService.addServiceLog instead
- use getValue() instead. This method may be removed in a future TM version.
there is no longer a distinction between value and longValue - just use getValue() throughout. This method may be removed in a future TM version.
- use setValue(String) instead. This method may be removed in a future TM version.
do not use; this will be removed in a future release
do not use; this will be removed in a future release
do not use; this will be removed in a future release
do not use; this will be removed in a future release
do not use; this will be removed in a future release
do not use; this will be removed in a future release
as of TM 4.1, tasks can be associated with multiple groups. Please use getSubmissionGroupNameSet instead (which returns all group names regardless whether the submission is a task), or getSubmissionGroupNames.
do not use; this will be removed in a future release
Please instead use this check: getJob() != null invalid input: '&'invalid input: '&' getJob().isProcessImmediateFlag()
do not use; this will be removed in a future release
do not use; this will be removed in a future release
do not use; this will be removed in a future release
do not use; this will be removed in a future release
do not use; this will be removed in a future release
do not use; this will be removed in a future release
do not use; this will be removed in a future release
do not use; this will be removed in a future release
do not use; this will be removed in a future release
do not use; this will be removed in a future release
do not use; this will be removed in a future release
- use getValue() instead. This method may be removed in a future TM version.
there is no longer a distinction between value and base64Value - just use getValue() throughout. This method may be removed in a future TM version.
- use setValue(String) instead. This method may be removed in a future TM version.
- use getValue() instead. This method may be removed in a future TM version.
there is no longer a distinction between value and longValue - just use getValue() throughout. This method may be removed in a future TM version.
- use setValue(String) instead. This method may be removed in a future TM version.
- this security manager is resolved from the current portal
this no longer uniquely identifies the service - use getNameAndVersion() where possible
use
invalid @link
{@link this#getFormVersionKey(String, TemplateVersion)
instead and explicitly pass the appropriate form code (generally either the archive form code during import or form.getClientFormCode() during export).
use createServiceDefinitionFromTemplate(String, int, String) instead
This method does not use client/form/portal overrides for the DeploymentProperty.PROPERTY_Email_Default_Sender value when populating the "supportEmail" entry. If you need this, you can call PropertyValueDao.renderEmailStringTemplate(deploymentPropertyDao.getPropertyValue(templateName), model, client, version, portal)
this no longer uniquely identifies the service - use getNameAndVersion() where possible
autoRollback behaviour has been removed as of TM 4.1. Use logException(Throwable) instead.
autoRollback behaviour has been removed as of TM 4.1. Use logException(Throwable, HttpServletRequst, Submission, EmailQueue) instead.
autoRollback behaviour has been removed as of TM 4.1. Use logException(Throwable, HttpServletRequst, Submission, EmailQueue) instead.
autoRollback behaviour has been removed as of TM 4.1, use logException(Throwable, EmailQueue) instead
autoRollback behaviour has been removed as of TM 4.1, use logException(Throwable, Submission) instead
autoRollback behaviour has been removed as of TM 4.1, use logException(Throwable, HttpServletRequest) instead
use validatePropertyIsForm.
use ServiceLocator.getEmailService() instead
use getErrorLogService(String errorType) method instead
LiveCycle support has been removed
Use ServletContext.getRealPath(String) instead.