Method | Description | |
---|---|---|
DeletePerson ( FootlooseFS.Models.Person person ) : FootlooseFS.Service.OperationStatus | ||
Enroll ( FootlooseFS.Service.EnrollmentRequest enrollmentRequest ) : FootlooseFS.Service.OperationStatus | ||
FootlooseFSService ( IFootlooseFSUnitOfWorkFactory unitOfWorkFactory, IFootlooseFSNotificationService notificationService ) : System | ||
GetPersonById ( int personID, PersonIncludes personIncludes ) : FootlooseFS.Models.Person | ||
GetPersonByUsername ( string userName, PersonIncludes personIncludes ) : FootlooseFS.Models.Person | ||
InsertPerson ( FootlooseFS.Models.Person person ) : FootlooseFS.Service.OperationStatus | ||
Login ( string userName, string password ) : FootlooseFS.Service.OperationStatus | ||
SearchPersonDocuments ( int pageNumber, int numRecordsInPage, string sort, SortDirection sortDirection, FootlooseFS.Models.PersonDocument searchCriteria ) : PageOfList |
||
UpdatePassword ( string user, string oldPassword, string newPassword ) : FootlooseFS.Service.OperationStatus | ||
UpdatePerson ( FootlooseFS.Models.Person updatedPerson ) : FootlooseFS.Service.OperationStatus |
Method | Description | |
---|---|---|
serializePersonToPersonDocumentJson ( FootlooseFS.Models.Person person ) : string |
public DeletePerson ( FootlooseFS.Models.Person person ) : FootlooseFS.Service.OperationStatus | ||
person | FootlooseFS.Models.Person | |
return | FootlooseFS.Service.OperationStatus |
public Enroll ( FootlooseFS.Service.EnrollmentRequest enrollmentRequest ) : FootlooseFS.Service.OperationStatus | ||
enrollmentRequest | FootlooseFS.Service.EnrollmentRequest | |
return | FootlooseFS.Service.OperationStatus |
public FootlooseFSService ( IFootlooseFSUnitOfWorkFactory unitOfWorkFactory, IFootlooseFSNotificationService notificationService ) : System | ||
unitOfWorkFactory | IFootlooseFSUnitOfWorkFactory | |
notificationService | IFootlooseFSNotificationService | |
return | System |
public GetPersonById ( int personID, PersonIncludes personIncludes ) : FootlooseFS.Models.Person | ||
personID | int | |
personIncludes | PersonIncludes | |
return | FootlooseFS.Models.Person |
public GetPersonByUsername ( string userName, PersonIncludes personIncludes ) : FootlooseFS.Models.Person | ||
userName | string | |
personIncludes | PersonIncludes | |
return | FootlooseFS.Models.Person |
public InsertPerson ( FootlooseFS.Models.Person person ) : FootlooseFS.Service.OperationStatus | ||
person | FootlooseFS.Models.Person | |
return | FootlooseFS.Service.OperationStatus |
public Login ( string userName, string password ) : FootlooseFS.Service.OperationStatus | ||
userName | string | |
password | string | |
return | FootlooseFS.Service.OperationStatus |
public SearchPersonDocuments ( int pageNumber, int numRecordsInPage, string sort, SortDirection sortDirection, FootlooseFS.Models.PersonDocument searchCriteria ) : PageOfList |
||
pageNumber | int | |
numRecordsInPage | int | |
sort | string | |
sortDirection | SortDirection | |
searchCriteria | FootlooseFS.Models.PersonDocument | |
return | PageOfList |
public UpdatePassword ( string user, string oldPassword, string newPassword ) : FootlooseFS.Service.OperationStatus | ||
user | string | |
oldPassword | string | |
newPassword | string | |
return | FootlooseFS.Service.OperationStatus |
public UpdatePerson ( FootlooseFS.Models.Person updatedPerson ) : FootlooseFS.Service.OperationStatus | ||
updatedPerson | FootlooseFS.Models.Person | |
return | FootlooseFS.Service.OperationStatus |