Class ContactServiceImpl
java.lang.Object
ch.tocco.nice2.optional.contact.impl.ContactServiceImpl
- All Implemented Interfaces:
ContactService
-
Constructor Summary
ConstructorDescriptionContactServiceImpl
(Context context, EntityDefaultValueService entityDefaultValueService) -
Method Summary
Modifier and TypeMethodDescriptioncreateContact
(String subject, org.joda.time.DateTime date, Entity typeEntity, @Nullable Entity senderEntity, @Nullable Entity creatorEntity, EntityList recipientList) void
updateContact
(String subject, org.joda.time.DateTime date, @Nullable Entity senderEntity, @Nullable Entity creatorEntity, Entity contactEntity)
-
Constructor Details
-
ContactServiceImpl
-
-
Method Details
-
createContact
public Entity createContact(String subject, org.joda.time.DateTime date, Entity typeEntity, @Nullable @Nullable Entity senderEntity, @Nullable @Nullable Entity creatorEntity, EntityList recipientList) - Specified by:
createContact
in interfaceContactService
-
updateContact
public void updateContact(String subject, org.joda.time.DateTime date, @Nullable @Nullable Entity senderEntity, @Nullable @Nullable Entity creatorEntity, Entity contactEntity) - Specified by:
updateContact
in interfaceContactService
-