src/app/services/accomplishment-classifiable/accomplishment-classifiable.service.ts
Accomplishment Classifiable connection abstract service. Not an Injectable! ~extends ClassifiableService
Methods |
|
Accessors |
constructor(persistenceService: PersistenceService)
|
||||||||
Constructs the Accomplishment Classifiable service. ~constructor
Parameters :
|
Public isCertification | ||||||||
isCertification(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type certification.
Parameters :
Returns :
boolean
whether accomplishment is of type certification. |
Public isCourse | ||||||||
isCourse(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type course.
Parameters :
Returns :
boolean
whether accomplishment is of type course. |
Public isHonorAndAward | ||||||||
isHonorAndAward(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type honor or award.
Parameters :
Returns :
boolean
whether accomplishment is of type honor or award. |
Public isInterestAndHobby | ||||||||
isInterestAndHobby(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type interest or hobby.
Parameters :
Returns :
boolean
whether accomplishment is of type interest or hobby. |
Public isLanguage | ||||||||
isLanguage(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type language.
Parameters :
Returns :
boolean
whether accomplishment is of type language. |
Public isOrganization | ||||||||
isOrganization(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type organization.
Parameters :
Returns :
boolean
whether accomplishment is of type organization. |
Public isPublication | ||||||||
isPublication(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type publication.
Parameters :
Returns :
boolean
whether accomplishment is of type publication. |
Public isVacation | ||||||||
isVacation(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type vacation.
Parameters :
Returns :
boolean
whether accomplishment is of type vacation. |
Public isVolunteering | ||||||||
isVolunteering(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type volunteering.
Parameters :
Returns :
boolean
whether accomplishment is of type volunteering. |
Protected isAchievement | ||||||||
isAchievement(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type honor or achievement.
Parameters :
Returns :
boolean
whether accomplishment is of type honor or achievement. |
Protected isArt | ||||||||
isArt(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type art.
Parameters :
Returns :
boolean
whether accomplishment is of type art. |
Protected isAward | ||||||||
isAward(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type award.
Parameters :
Returns :
boolean
whether accomplishment is of type award. |
Protected isBreak | ||||||||
isBreak(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type break.
Parameters :
Returns :
boolean
whether accomplishment is of type break. |
Protected isBreakInterest | ||||||||
isBreakInterest(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type break interest.
Parameters :
Returns :
boolean
whether accomplishment is of type break interest. |
Protected isCamp | ||||||||
isCamp(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type camp.
Parameters :
Returns :
boolean
whether accomplishment is of type camp. |
Protected isConference | ||||||||
isConference(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type conference.
Parameters :
Returns :
boolean
whether accomplishment is of type conference. |
Protected isHobby | ||||||||
isHobby(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type hobby.
Parameters :
Returns :
boolean
whether accomplishment is of type hobby. |
Protected isHonor | ||||||||
isHonor(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type honor.
Parameters :
Returns :
boolean
whether accomplishment is of type honor. |
Protected isInterest | ||||||||
isInterest(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type interest.
Parameters :
Returns :
boolean
whether accomplishment is of type interest. |
Protected isLanguageCourse | ||||||||
isLanguageCourse(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type language course.
Parameters :
Returns :
boolean
whether accomplishment is of type language course. |
Protected isOfType | ||||||||||||
isOfType(accomplishment: Accomplishment, accomplishmentType: string)
|
||||||||||||
Whether accomplishment is of type specified.
Parameters :
Returns :
boolean
whether accomplishment is of the type specified. |
Protected isVolunteeringInterest | ||||||||
isVolunteeringInterest(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type volunteering interest.
Parameters :
Returns :
boolean
whether accomplishment is of type volunteering interest. |
Protected isVolunteerWork | ||||||||
isVolunteerWork(accomplishment: Accomplishment)
|
||||||||
Whether accomplishment is of type volunteer work.
Parameters :
Returns :
boolean
whether accomplishment is of type volunteer work. |
classifierKind | ||||||
getclassifierKind()
|
||||||
Classifier kind getter.
Returns :
ClassifierKind
|
||||||
setclassifierKind(value: ClassifierKind)
|
||||||
Classifier kind setter.
Parameters :
Returns :
void
|