BrightSide Workbench Full Report + Source Code
IProfile.java
Go to the documentation of this file.
1
/*
2
* TurrĂ³ i Cutiller Foundation. License notice.
3
* Copyright (C) 2021 Lluis TurrĂ³ Cutiller <http://www.turro.org/>
4
*
5
* This program is free software: you can redistribute it and/or modify
6
* it under the terms of the GNU Affero General Public License as published by
7
* the Free Software Foundation, either version 3 of the License, or
8
* (at your option) any later version.
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU Affero General Public License for more details.
14
*
15
* You should have received a copy of the GNU Affero General Public License
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
package
org.turro.plugin.contacts;
19
24
public
interface
IProfile
{
25
26
public
IContact
getContact
();
27
public
boolean
getHasImage
();
28
public
String
getImage
();
29
public
String
getImageOrDefault
();
30
public
String
getEntityPath
();
31
public
boolean
getHasName
();
32
public
String
getName
();
33
public
String
getTradeName
();
34
public
String
getFinalName
();
35
public
boolean
getHasEmail
();
36
public
String
getEmail
();
37
public
boolean
getHasWeb
();
38
public
String
getWeb
();
39
public
boolean
getHasPhone
();
40
public
String
getPhone
();
41
public
boolean
getHasNetwork
();
42
public
String
getNetwork
();
43
public
boolean
getHasAbout
();
44
public
String
getAbout
();
45
46
public
boolean
isEdit
();
47
48
public
boolean
canBeProfessional
();
49
public
boolean
canBeStudent
();
50
public
boolean
canFollow
();
51
52
public
boolean
isCompany
();
53
public
boolean
isCenter
();
54
55
public
boolean
isResponsible
();
56
public
boolean
isCenterHHRR
();
57
public
boolean
isCompanyHHRR
();
58
public
boolean
isHHRR
();
59
public
boolean
isStudent
();
60
public
boolean
isWorker
();
61
public
boolean
isSingleton
();
62
63
public
boolean
isInNetworking
();
64
public
boolean
isInPremiumNetworking
();
65
66
public
boolean
isTranslator
();
67
68
public
boolean
isShowCompletion
();
69
70
public
IContactRelation
getCompanyRelation
();
71
72
}
org.turro.plugin.contacts.IContactRelation
Definition:
IContactRelation.java:27
org.turro.plugin.contacts.IContact
Definition:
elephant/src/main/java/org/turro/plugin/contacts/IContact.java:33
org.turro.plugin.contacts.IProfile
Definition:
IProfile.java:24
org.turro.plugin.contacts.IProfile.isSingleton
boolean isSingleton()
org.turro.plugin.contacts.IProfile.canBeProfessional
boolean canBeProfessional()
org.turro.plugin.contacts.IProfile.isCenterHHRR
boolean isCenterHHRR()
org.turro.plugin.contacts.IProfile.isEdit
boolean isEdit()
org.turro.plugin.contacts.IProfile.getPhone
String getPhone()
org.turro.plugin.contacts.IProfile.getName
String getName()
org.turro.plugin.contacts.IProfile.isCompany
boolean isCompany()
org.turro.plugin.contacts.IProfile.getContact
IContact getContact()
org.turro.plugin.contacts.IProfile.isShowCompletion
boolean isShowCompletion()
org.turro.plugin.contacts.IProfile.getNetwork
String getNetwork()
org.turro.plugin.contacts.IProfile.isInNetworking
boolean isInNetworking()
org.turro.plugin.contacts.IProfile.isCenter
boolean isCenter()
org.turro.plugin.contacts.IProfile.getHasImage
boolean getHasImage()
org.turro.plugin.contacts.IProfile.isCompanyHHRR
boolean isCompanyHHRR()
org.turro.plugin.contacts.IProfile.getAbout
String getAbout()
org.turro.plugin.contacts.IProfile.getHasAbout
boolean getHasAbout()
org.turro.plugin.contacts.IProfile.isWorker
boolean isWorker()
org.turro.plugin.contacts.IProfile.getHasPhone
boolean getHasPhone()
org.turro.plugin.contacts.IProfile.getCompanyRelation
IContactRelation getCompanyRelation()
org.turro.plugin.contacts.IProfile.isHHRR
boolean isHHRR()
org.turro.plugin.contacts.IProfile.getHasEmail
boolean getHasEmail()
org.turro.plugin.contacts.IProfile.getEmail
String getEmail()
org.turro.plugin.contacts.IProfile.isTranslator
boolean isTranslator()
org.turro.plugin.contacts.IProfile.getHasNetwork
boolean getHasNetwork()
org.turro.plugin.contacts.IProfile.getHasWeb
boolean getHasWeb()
org.turro.plugin.contacts.IProfile.isInPremiumNetworking
boolean isInPremiumNetworking()
org.turro.plugin.contacts.IProfile.canFollow
boolean canFollow()
org.turro.plugin.contacts.IProfile.canBeStudent
boolean canBeStudent()
org.turro.plugin.contacts.IProfile.getEntityPath
String getEntityPath()
org.turro.plugin.contacts.IProfile.getTradeName
String getTradeName()
org.turro.plugin.contacts.IProfile.getImage
String getImage()
org.turro.plugin.contacts.IProfile.isResponsible
boolean isResponsible()
org.turro.plugin.contacts.IProfile.getFinalName
String getFinalName()
org.turro.plugin.contacts.IProfile.isStudent
boolean isStudent()
org.turro.plugin.contacts.IProfile.getHasName
boolean getHasName()
org.turro.plugin.contacts.IProfile.getWeb
String getWeb()
org.turro.plugin.contacts.IProfile.getImageOrDefault
String getImageOrDefault()
TurroProjects
Public
Elephant
elephant
src
main
java
org
turro
plugin
contacts
IProfile.java
Generated on Tue Mar 12 2024 07:01:19 for BrightSide by
1.9.1