All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.vpro.domain.api.profile.ProfileService Maven / Gradle / Ivy

package nl.vpro.domain.api.profile;

import java.util.List;

import nl.vpro.domain.media.MediaObject;
import nl.vpro.domain.page.Page;

/**
 * @author Michiel Meeuwissen
 * @since 2.0
 */
public interface ProfileService {

    List getProfiles();

    Profile getProfile(String name);

    ProfileDefinition getPageProfileDefinition(String name);

    ProfileDefinition getMediaProfileDefinition(String name);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy