Class ProfileLabelServiceImpl
java.lang.Object
org.exoplatform.social.core.profilelabel.ProfileLabelServiceImpl
- All Implemented Interfaces:
org.exoplatform.social.core.profilelabel.ProfileLabelService
public class ProfileLabelServiceImpl
extends Object
implements org.exoplatform.social.core.profilelabel.ProfileLabelService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateLabel(org.exoplatform.social.core.model.ProfileLabel profileLabel) voiddeleteLabel(long id) List<org.exoplatform.social.core.model.ProfileLabel> findLabelByObjectTypeAndObjectId(String objectType, String objectId) org.exoplatform.social.core.model.ProfileLabelfindLabelByObjectTypeAndObjectIdAndLang(String objectType, String objectId, String language) voidupdateLabel(org.exoplatform.social.core.model.ProfileLabel profileLabel)
-
Constructor Details
-
ProfileLabelServiceImpl
-
-
Method Details
-
findLabelByObjectTypeAndObjectIdAndLang
public org.exoplatform.social.core.model.ProfileLabel findLabelByObjectTypeAndObjectIdAndLang(String objectType, String objectId, String language) - Specified by:
findLabelByObjectTypeAndObjectIdAndLangin interfaceorg.exoplatform.social.core.profilelabel.ProfileLabelService
-
findLabelByObjectTypeAndObjectId
public List<org.exoplatform.social.core.model.ProfileLabel> findLabelByObjectTypeAndObjectId(String objectType, String objectId) - Specified by:
findLabelByObjectTypeAndObjectIdin interfaceorg.exoplatform.social.core.profilelabel.ProfileLabelService
-
createLabel
public void createLabel(org.exoplatform.social.core.model.ProfileLabel profileLabel) throws org.exoplatform.commons.ObjectAlreadyExistsException - Specified by:
createLabelin interfaceorg.exoplatform.social.core.profilelabel.ProfileLabelService- Throws:
org.exoplatform.commons.ObjectAlreadyExistsException
-
updateLabel
public void updateLabel(org.exoplatform.social.core.model.ProfileLabel profileLabel) - Specified by:
updateLabelin interfaceorg.exoplatform.social.core.profilelabel.ProfileLabelService
-
deleteLabel
public void deleteLabel(long id) - Specified by:
deleteLabelin interfaceorg.exoplatform.social.core.profilelabel.ProfileLabelService
-