Class BTUserProfileDelete
java.lang.Object
overit.geocall.bl.BusinessTask<UserProfileDeleteEvent>
overit.geocall.basic.bl.profile.task.BTUserProfileDelete
- All Implemented Interfaces:
Serializable,Tool
@Event(UserProfileDeleteEvent.class)
@Permission("foundation.ux.profile.edit")
public class BTUserProfileDelete
extends BusinessTask<UserProfileDeleteEvent>
Task that listens to the
Can raise a
UserProfileDeleteEvent and deletes the user profile from the database.
Can raise a
DAException if there is some connection problem with the database.- Since:
- 13.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(UserProfileDeleteEvent event, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.protected DAOProfilesMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTUserProfileDelete
public BTUserProfileDelete()
-
-
Method Details
-
body
protected void body(UserProfileDeleteEvent event, PoolKit pk) throws DAException, DAValidateException Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<UserProfileDeleteEvent>- Parameters:
event- the object upon which the task will works onpk- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-
getDAOProfiles
-